diff --git a/tools/shaderc/shaderc.cpp b/tools/shaderc/shaderc.cpp index c54da9139..1edfccd37 100644 --- a/tools/shaderc/shaderc.cpp +++ b/tools/shaderc/shaderc.cpp @@ -112,8 +112,12 @@ namespace bgfx "uint2", "uint3", "uint4", + "isampler2D", + "usampler2D", "isampler3D", "usampler3D", + "isamplerCube", + "usamplerCube", NULL };