added keybind

This commit is contained in:
2026-03-06 16:42:16 +02:00
parent 9b4cec7920
commit 1a2a353e03
30 changed files with 338 additions and 53 deletions

View File

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