Skip to content

Commit

Permalink
Support tracing PBOs on GLES 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Daft-Freak authored and jrfonseca committed Nov 8, 2019
1 parent c1cf5c0 commit 8d00c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/glfeatures.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ Features::load(const Profile & profile, const Extensions & ext)
} else {
texture_3d = 1;

pixel_buffer_object = profile.versionGreaterOrEqual(3, 1) ||
pixel_buffer_object = profile.versionGreaterOrEqual(3, 0) ||
ext.has("GL_NV_pixel_buffer_object");

// GL_EXT_multiview_draw_buffers requires different entry points
Expand Down

0 comments on commit 8d00c5e

Please sign in to comment.