Searched defs:InterfaceBlockInfo (Results 1 – 2 of 2) sorted by relevance
40 struct InterfaceBlockInfo struct42 std::string name;43 uint32_t index;44 uint32_t bufferBinding; //!< GL_BUFFER_BINDING45 uint32_t dataSize; //!< GL_BUFFER_DATA_SIZE46 std::vector<int> activeVariables; //!< GL_ACTIVE_VARIABLES48 InterfaceBlockInfo(void) : index(~0u /* GL_INVALID_INDEX */), bufferBinding(0), dataSize(0) in InterfaceBlockInfo() function
590 class InterfaceBlockInfo final : angle::NonCopyable class593 InterfaceBlockInfo(CustomBlockLayoutEncoderFactory *customEncoderFactory) in InterfaceBlockInfo() function in gl::__anon3a735b5c0111::InterfaceBlockInfo