Removing more debugging code

This commit is contained in:
Dynamitos
2024-10-21 22:12:50 +02:00
parent f1316eb213
commit bbb774d9df
4 changed files with 55 additions and 5 deletions
+2
View File
@@ -11,6 +11,8 @@ struct ViewParameter
float4x4 inverseViewMatrix;
float4x4 projectionMatrix;
float4x4 inverseProjection;
float4x4 viewProjectionMatrix;
float4x4 inverseViewProjectionMatrix;
float4 cameraPosition_WS;
float4 cameraForward_WS;
float2 screenDimensions;