it at least does something

This commit is contained in:
Dynamitos
2025-02-28 16:56:51 +09:00
parent f73cc61693
commit 67b4a533f2
40 changed files with 440 additions and 413 deletions
-2
View File
@@ -18,8 +18,6 @@ struct ViewParameter
float2 invScreenDimensions;
uint frameIndex;
float time;
uint pad0;
uint pad1;
};
layout(set = 0)
ParameterBlock<ViewParameter> pViewParams;