change float4 to double4
This commit is contained in:
@@ -75,11 +75,11 @@ extern "C"
|
|||||||
typedef struct TMaterialKey TMaterialKey;
|
typedef struct TMaterialKey TMaterialKey;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
float x;
|
double x;
|
||||||
float y;
|
double y;
|
||||||
float z;
|
double z;
|
||||||
float w;
|
double w;
|
||||||
} float4;
|
} double4;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
double col1[4];
|
double col1[4];
|
||||||
|
|||||||
Reference in New Issue
Block a user