Lines Matching defs:InterfaceVariableInfo
57 struct InterfaceVariableInfo struct
59 std::string name;
60 deUint32 index;
61 deUint32 blockIndex; //!< GL_BLOCK_INDEX
62 deUint32 atomicCounterBufferIndex; //!< GL_ATOMIC_COUNTER_BUFFER_INDEX
63 deUint32 type; //!< GL_TYPE
64 deUint32 arraySize; //!< GL_ARRAY_SIZE
65 deUint32 offset; //!< GL_OFFSET
66 deInt32 arrayStride; //!< GL_ARRAY_STRIDE
67 deInt32 matrixStride; //!< GL_MATRIX_STRIDE
68 deUint32 topLevelArraySize; //!< GL_TOP_LEVEL_ARRAY_SIZE - set only for GL_BUFFER_VARIABLEs
69 deInt32 topLevelArrayStride; //!< GL_TOP_LEVEL_ARRAY_STRIDE - set only for GL_BUFFER_VARIABLEs
70 bool isRowMajor; //!< GL_IS_ROW_MAJOR
72 InterfaceVariableInfo (void) in InterfaceVariableInfo() function