adding gfx and ui stuff
This commit is contained in:
16
gfx/geometry.h
Normal file
16
gfx/geometry.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#ifndef DJSTDLIB_GEOMETRY_H
|
||||
#define DJSTDLIB_GEOMETRY_H
|
||||
|
||||
#include "gfx-common.h"
|
||||
|
||||
typedef struct {
|
||||
UInt32List indices;
|
||||
FloatList uv;
|
||||
FloatList xyz;
|
||||
} Shape;
|
||||
|
||||
extern const Shape TRIANGLE;
|
||||
extern const Shape SQUARE;
|
||||
extern const Shape CUBE;
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user