mirror of
https://github.com/GayPizzaSpecifications/voxelotl-engine.git
synced 2025-08-03 05:10:57 +00:00
use floats for instance colour memory
This commit is contained in:
@ -25,7 +25,7 @@ typedef struct {
|
||||
typedef struct {
|
||||
matrix_float4x4 model;
|
||||
matrix_float4x4 normalModel;
|
||||
vector_uchar4 color;
|
||||
vector_float4 color;
|
||||
} VertexShaderInstance;
|
||||
|
||||
typedef struct {
|
||||
|
Reference in New Issue
Block a user