Skip to content

Commit

Permalink
fix a typo causing EXT_color_buffer_float enabled on al ES3 devices
Browse files Browse the repository at this point in the history
b/287126679
  • Loading branch information
pixelflinger committed Aug 4, 2023
1 parent f68825f commit 2468a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filament/backend/src/opengl/OpenGLContext.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ void OpenGLContext::initExtensionsGLES() noexcept {

// ES 3.x implies EXT_discard_framebuffer and OES_vertex_array_object
if (state.major >= 3) {
ext.EXT_color_buffer_float = true;
ext.EXT_discard_framebuffer = true;
ext.OES_vertex_array_object = true;
}
}
Expand Down

0 comments on commit 2468a3a

Please sign in to comment.