Home
last modified time | relevance | path

Searched defs:TBuiltInResource (Results 1 – 2 of 2) sorted by relevance

/third_party/glslang/glslang/Include/
DResourceLimits.h52 struct TBuiltInResource { struct
53 int maxLights;
54 int maxClipPlanes;
55 int maxTextureUnits;
56 int maxTextureCoords;
57 int maxVertexAttribs;
58 int maxVertexUniformComponents;
59 int maxVaryingFloats;
60 int maxVertexTextureImageUnits;
61 int maxCombinedTextureImageUnits;
[all …]
/third_party/glslang/glslang/HLSL/
DhlslParseables.cpp1009 void TBuiltInParseablesHlsl::initialize(const TBuiltInResource& /*resources*/, int /*version*/, EPr… in initialize()
1255 … TSymbolTable& /*symbolTable*/, const TBuiltInResource& /*resources*/) in identifyBuiltIns()