mirror of https://github.com/bkaradzic/bgfx
Fixes shaderc texture array usage detection.
This commit is contained in:
parent
d23c203981
commit
65303869ab
|
@ -124,6 +124,7 @@ namespace bgfx
|
|||
|
||||
static const char* s_textureArray[] =
|
||||
{
|
||||
"sampler2DArray",
|
||||
"texture2DArray",
|
||||
"texture2DArrayLod",
|
||||
"shadow2DArray",
|
||||
|
|
Loading…
Reference in New Issue