mirror of
https://gitea.sffempire.ru/Kolyah35/minecraft-pe-0.6.1.git
synced 2026-03-23 00:13:31 +00:00
the whole game
This commit is contained in:
21
src/client/renderer/VertecDecl.h
Executable file
21
src/client/renderer/VertecDecl.h
Executable file
@@ -0,0 +1,21 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT_RENDERER__VertexDecl_H__
|
||||
#define NET_MINECRAFT_CLIENT_RENDERER__VertexDecl_H__
|
||||
|
||||
typedef struct VertexDeclPTC
|
||||
{
|
||||
GLfloat x, y, z;
|
||||
GLfloat u, v;
|
||||
GLuint color;
|
||||
|
||||
} VertexDeclPTC;
|
||||
|
||||
typedef struct VertexDeclPTCN
|
||||
{
|
||||
GLfloat x, y, z;
|
||||
GLfloat u, v;
|
||||
GLuint color;
|
||||
GLuint normal;
|
||||
|
||||
} VertexDeclPTCN;
|
||||
|
||||
#endif /*#ifndef NET_MINECRAFT_CLIENT_RENDERER__VertexDecl_H__ */
|
||||
Reference in New Issue
Block a user