Searched refs:indirectElements2 (Results 1 – 1 of 1) sorted by relevance
7374 TWrongStructure indirectElements2 = { 0, 0 }; in Run() local7375 indirectElements2.count = static_cast<GLfloat>(coords.size()); in Run()7376 indirectElements2.primCount = 1; in Run()7381 …glBufferData(GL_DRAW_INDIRECT_BUFFER, sizeof(TWrongStructure), &indirectElements2, GL_STATIC_DRAW); in Run()