improved physics, added better caching

This commit is contained in:
2025-06-05 22:02:53 +03:00
parent 5d85ebd85f
commit 64c0f41884
36 changed files with 651 additions and 106 deletions

View File

@@ -12,6 +12,7 @@ cbuffer CameraInfo
float4x4 projection;
};
[shader("vertex")]
VertexOutput main(
VertexInput input,
uniform PushConstants constants,