Searched defs:BlockLayoutEntry (Results 1 – 6 of 6) sorted by relevance
374 struct BlockLayoutEntry struct376 BlockLayoutEntry(void) in BlockLayoutEntry() function388 std::string name;389 int xfbBuffer;390 int xfbOffset;391 int xfbSize;392 int xfbStride;393 std::vector<int> activeInterfaceIndices;394 int blockDeclarationNdx;395 int instanceNdx;[all …]
370 struct BlockLayoutEntry struct372 BlockLayoutEntry(void) : size(0), blockDeclarationNdx(-1), bindingNdx(-1), instanceNdx(-1) in BlockLayoutEntry() function376 std::string name;377 int size;378 std::vector<int> activeUniformIndices;379 int blockDeclarationNdx;380 int bindingNdx;381 int instanceNdx;
245 struct BlockLayoutEntry struct247 BlockLayoutEntry(void) : size(0) in BlockLayoutEntry() function251 std::string name;252 int size;253 std::vector<int> activeVarIndices;
184 struct BlockLayoutEntry struct186 BlockLayoutEntry(void) : size(0) in BlockLayoutEntry() function190 std::string name;191 int size;192 std::vector<int> activeUniformIndices;
191 struct BlockLayoutEntry struct193 BlockLayoutEntry(void) : size(0) in BlockLayoutEntry() function197 std::string name;198 int size;199 std::vector<int> activeUniformIndices;
117 struct BlockLayoutEntry struct119 BlockLayoutEntry(void) : size(0) in BlockLayoutEntry() argument123 std::string name;124 int size;125 std::vector<int> activeVarIndices;