fixed windows lastframebegin

This commit is contained in:
Jorijn van der Graaf 2026-03-01 03:00:08 +01:00
commit 9b36583e49
2 changed files with 12 additions and 0 deletions

View file

@ -115,6 +115,14 @@
"target": "x86_64-w64-mingw32",
"march": "x86-64"
},
{
"name": "lib-vulkan-windows-timing",
"extends": ["vulkan-windows", "deps-timing"],
"type": "library",
"target": "x86_64-w64-mingw32",
"march": "x86-64",
"defines": [{ "name": "CRAFTER_TIMING" }]
},
{
"name": "lib-vulkan-timing",
"extends": ["vulkan", "deps-timing"],