Searched defs:DrawArraysIndirectCommand (Results 1 – 3 of 3) sorted by relevance
91 struct DrawArraysIndirectCommand struct93 DrawArraysIndirectCommand() : count(0u), instanceCount(0u), first(0u), baseInstance(0u) {} in DrawArraysIndirectCommand() argument94 DrawArraysIndirectCommand(GLuint count, GLuint instanceCount, GLuint first, GLuint baseInstance) in DrawArraysIndirectCommand() function97 GLuint count;98 GLuint instanceCount;99 GLuint first;100 GLuint baseInstance;
326 struct DrawArraysIndirectCommand struct333 static_assert(sizeof(DrawArraysIndirectCommand) == 16, argument
418 struct DrawArraysIndirectCommand struct425 static_assert(sizeof(DrawArraysIndirectCommand) == 16, argument