Fix minor warnings in shaders
This commit is contained in:
@@ -46,9 +46,9 @@ private:
|
||||
Vector3 GridSize;
|
||||
uint32 MissedHistorySamplesCount;
|
||||
|
||||
int32 GridSizeIntX;
|
||||
int32 GridSizeIntY;
|
||||
int32 GridSizeIntZ;
|
||||
uint32 GridSizeIntX;
|
||||
uint32 GridSizeIntY;
|
||||
uint32 GridSizeIntZ;
|
||||
float PhaseG;
|
||||
|
||||
Vector2 Dummy0;
|
||||
|
||||
Reference in New Issue
Block a user