mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
Remove OES_compressed_paletted_texture from the ES2 extension list.
We don't support it.
This commit is contained in:
parent
42a0967a36
commit
d0f8eea9a0
1 changed files with 0 additions and 2 deletions
|
|
@ -858,8 +858,6 @@ make_extension_string_es2(const struct gl_context *ctx, GLubyte *str)
|
|||
{
|
||||
size_t len = 0;
|
||||
|
||||
len += append_extension(&str, "GL_OES_compressed_paletted_texture");
|
||||
|
||||
if (ctx->Extensions.ARB_framebuffer_object) {
|
||||
len += append_extension(&str, "GL_OES_depth24");
|
||||
len += append_extension(&str, "GL_OES_depth32");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue