mirror of
https://github.com/Kbz-8/Pulse.git
synced 2026-01-11 15:33:34 +00:00
yes CI skip
This commit is contained in:
@@ -213,14 +213,10 @@ PulseDevice OpenGLCreateDevice(PulseBackend backend, PulseDevice* forbiden_devic
|
||||
pulse_device->backend = backend;
|
||||
|
||||
const char* core_extensions[] = {
|
||||
"GL_ARB_texture_rg",
|
||||
"GL_EXT_texture_storage",
|
||||
"GL_EXT_texture_snorm",
|
||||
};
|
||||
|
||||
const char* es_extensions[] = {
|
||||
"GL_EXT_texture_rg",
|
||||
"GL_EXT_texture_storage",
|
||||
"GL_EXT_texture_norm16",
|
||||
"GL_EXT_texture_snorm",
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user