More water changes

This commit is contained in:
Dynamitos
2024-08-26 22:35:33 +02:00
parent ab721ec953
commit e3b06dfb22
9 changed files with 69 additions and 18 deletions
+2
View File
@@ -2,6 +2,7 @@ struct WaterPayload
{
float3 offset;
float extent;
uint numMeshes;
};
struct WaterTile
@@ -17,6 +18,7 @@ struct WaterVertex
float3 position_WS : POSITION0;
float2 texCoord : TEXCOORD0;
float depth : DEPTH;
uint lod : BONEINDEX;
};
struct MaterialParams