Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions ltw/src/main/tinywrapper/egl.c
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ void build_extension_string(context_t* context) {
// Used by Minecraft for the GPU usage counter
if(context->timer_query)
add_extra_extension(context, &length, "GL_ARB_timer_query");
if(context->es31)
add_extra_extension(context, &length, "GL_ARB_shader_image_load_store");
// More extensions are possible, but will need way more wraps and tracking.
fin_extra_extensions(context, length);
}
Expand Down