Lines Matching defs:InterfaceVariableInfo
54 struct InterfaceVariableInfo struct
56 std::string name;
57 uint32_t index;
58 uint32_t blockIndex; //!< GL_BLOCK_INDEX
59 uint32_t atomicCounterBufferIndex; //!< GL_ATOMIC_COUNTER_BUFFER_INDEX
60 uint32_t type; //!< GL_TYPE
61 uint32_t arraySize; //!< GL_ARRAY_SIZE
62 uint32_t offset; //!< GL_OFFSET
63 int32_t arrayStride; //!< GL_ARRAY_STRIDE
64 int32_t matrixStride; //!< GL_MATRIX_STRIDE
65 …nt32_t topLevelArraySize; //!< GL_TOP_LEVEL_ARRAY_SIZE - set only for GL_BUFFER_VARIABLEs
66 …2_t topLevelArrayStride; //!< GL_TOP_LEVEL_ARRAY_STRIDE - set only for GL_BUFFER_VARIABLEs
67 bool isRowMajor; //!< GL_IS_ROW_MAJOR
69 InterfaceVariableInfo(void) in InterfaceVariableInfo() argument