Oxygine
1
2g game engine
oxygine
src
core
gl
VertexDeclarationGL.h
1
#pragma once
2
#include "oxygine-include.h"
3
#include "../VertexDeclaration.h"
4
#include "oxgl.h"
5
6
namespace
oxygine
7
{
8
class
VertexDeclarationGL
:
public
VertexDeclaration
9
{
10
public
:
11
void
init(bvertex_format);
12
13
struct
Element
14
{
15
char
name[16];
16
int
index;
17
bool
normalized;
18
GLint size;
19
GLenum elemType;
20
int
offset;
21
};
22
23
Element
elements[8];
24
25
private
:
26
27
};
28
}
oxygine::VertexDeclaration
Definition:
VertexDeclaration.h:6
oxygine
–oxgl-end–!
Definition:
Actor.h:14
oxygine::VertexDeclarationGL::Element
Definition:
VertexDeclarationGL.h:13
oxygine::VertexDeclarationGL
Definition:
VertexDeclarationGL.h:8
Generated on Tue Feb 13 2018 05:01:17 for Oxygine by
1.8.14