#include "ExManagerVertexProgram.h"
Aller au code source de ce fichier.
Composants | |
struct | Vertex |
Variables | |
Vertex | g_quadVertices [] |
|
Initialisation: { { 255, 255, 0, 255, -1.0f,-1.0f, 0.0f, }, { 255, 0, 0, 255, 1.0f,-1.0f, 0.0f, }, { 0, 255, 0, 255, 1.0f, 1.0f, 0.0f, }, { 0, 0, 255, 255, -1.0f, 1.0f, 0.0f }, } Définition à la ligne 135 du fichier ExManagerVertexProgram.cpp. Référencé par ExManagerVertexProgram::Draw(). |