/
redgpu
/
bullet
Обзор
Документация
Войти
/
redgpu
/
bullet
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
examples/OpenGLWindow/GLPrimInternalData.h
26 строк
503 B
erwincoumans
Code-style consistency improvement:
24 сен 2018, 00:17
24 сен 2018, 00:17
ab8f169
Код
Авторство
О чём код?
#ifndef PRIM_INTERNAL_DATA #define PRIM_INTERNAL_DATA #include "OpenGLInclude.h" struct PrimInternalData { GLuint m_shaderProg; GLint m_viewmatUniform; GLint m_projMatUniform; GLint m_positionUniform; GLint m_colourAttribute; GLint m_positionAttribute; GLint m_textureAttribute; GLuint m_vertexBuffer; GLuint m_vertexBuffer2; GLuint m_vertexArrayObject; GLuint m_vertexArrayObject2; GLuint m_indexBuffer; GLuint m_indexBuffer2; GLuint m_texturehandle; }; #endif //PRIM_INTERNAL_DATA