mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 20:18:12 +02:00
glsl: Enable textureSize for samplerExternalOES
From OES_EGL_image_external_essl3 Closes: https://gitlab.freedesktop.org/mesa/mesa/issues/1901 Signed-off-by: Yevhenii Kolesnikov <yevhenii.kolesnikov@globallogic.com> Reviewed-by: Marek Olšák <marek.olsak@amd.com>
This commit is contained in:
parent
c9df92bf79
commit
265e4d9432
1 changed files with 2 additions and 0 deletions
|
|
@ -2132,6 +2132,8 @@ builtin_builder::create_builtins()
|
|||
_textureSize(texture_multisample_array, glsl_type::ivec3_type, glsl_type::sampler2DMSArray_type),
|
||||
_textureSize(texture_multisample_array, glsl_type::ivec3_type, glsl_type::isampler2DMSArray_type),
|
||||
_textureSize(texture_multisample_array, glsl_type::ivec3_type, glsl_type::usampler2DMSArray_type),
|
||||
|
||||
_textureSize(texture_external_es3, glsl_type::ivec2_type, glsl_type::samplerExternalOES_type),
|
||||
NULL);
|
||||
|
||||
add_function("textureSize1D",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue