Laid the basis for rendering

This commit is contained in:
Lynix
2012-05-02 16:45:44 +02:00
parent e8ef4b59da
commit 7d117ce97c
25 changed files with 412 additions and 95 deletions

View File

@@ -23,11 +23,11 @@ enum nzElementType
enum nzElementUsage
{
nzElementType_Diffuse,
nzElementType_Normal,
nzElementType_Position,
nzElementType_Tangent,
nzElementType_TexCoord
nzElementUsage_Diffuse,
nzElementUsage_Normal,
nzElementUsage_Position,
nzElementUsage_Tangent,
nzElementUsage_TexCoord
};
struct NzVertexElement