cube defender of the polyverse

This commit is contained in:
2024-08-05 20:09:33 +10:00
parent 5aab9ec831
commit c0393e2687
6 changed files with 249 additions and 25 deletions

View File

@ -16,7 +16,8 @@ typedef NS_ENUM(NSInteger, ShaderInputIdx) {
typedef struct {
vector_float4 position;
vector_float4 color;
vector_float4 normal;
vector_float2 texCoord;
} ShaderVertex;
#endif//SHADERTYPES_H