Fixes shaderc texture array usage detection.

This commit is contained in:
kingscallop 2019-09-01 20:25:22 +01:00 committed by Бранимир Караџић
parent d23c203981
commit 65303869ab
1 changed files with 1 additions and 0 deletions

View File

@ -124,6 +124,7 @@ namespace bgfx
static const char* s_textureArray[] =
{
"sampler2DArray",
"texture2DArray",
"texture2DArrayLod",
"shadow2DArray",