Stop using anonymous structs in RS.
Change-Id: I90344683939f2934f841031fd5339dbe91cc9e05
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
#define TRANSFORM_ROTATE 2
|
||||
#define TRANSFORM_SCALE 3
|
||||
|
||||
typedef struct __attribute__((packed, aligned(4))) {
|
||||
typedef struct __attribute__((packed, aligned(4))) SgTransform {
|
||||
rs_matrix4x4 globalMat;
|
||||
rs_matrix4x4 localMat;
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
|
||||
#include "shared.rsh"
|
||||
|
||||
typedef struct {
|
||||
typedef struct float3Struct{
|
||||
float3 arr[2];
|
||||
} float3Struct;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user