File tree Expand file tree Collapse file tree 2 files changed +2
-12
lines changed
Atmosphere/assets/shaders Expand file tree Collapse file tree 2 files changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -138,12 +138,7 @@ struct CameraAttribs
138
138
matrix mViewProjInv;
139
139
#endif
140
140
141
- uint iFrameIndex;
142
- float fDummy0;
143
- float fDummy1;
144
- float fDummy2;
145
-
146
- float4 f4ExtraData[4 ]; // Any appliation-specific data
141
+ float4 f4ExtraData[5 ]; // Any appliation-specific data
147
142
// Sizeof(CameraAttribs) == 256*2
148
143
};
149
144
#ifdef CHECK_STRUCT_ALIGNMENT
Original file line number Diff line number Diff line change @@ -138,12 +138,7 @@ struct CameraAttribs
138
138
matrix mViewProjInv;
139
139
#endif
140
140
141
- uint iFrameIndex;
142
- float fDummy0;
143
- float fDummy1;
144
- float fDummy2;
145
-
146
- float4 f4ExtraData[4 ]; // Any appliation-specific data
141
+ float4 f4ExtraData[5 ]; // Any appliation-specific data
147
142
// Sizeof(CameraAttribs) == 256*2
148
143
};
149
144
#ifdef CHECK_STRUCT_ALIGNMENT
You can’t perform that action at this time.
0 commit comments