fixed some stuff

This commit is contained in:
2026-03-08 21:12:47 +02:00
parent 321a2f31a9
commit 690132996c
4 changed files with 21 additions and 18 deletions

View File

@@ -114,9 +114,9 @@ DECLARE_VULKAN_COMMAND(SetViewport)
{
VkViewport v = {
fX,
fY,
fY+fHeight,
fWidth,
fHeight,
-fHeight,
fDepthMin,
fDepthMax
};