vulkan not working

This commit is contained in:
Jorijn van der Graaf 2025-04-19 15:46:26 +02:00
commit c45afab0dd
21 changed files with 1319 additions and 438 deletions

View file

@ -4,14 +4,26 @@
{
"name": "base",
"standard": "c++26",
"source_files": ["Crafter.Graphics-Window", "Crafter.Graphics-UiElement"],
"source_files": ["Crafter.Graphics-Window","Crafter.Graphics-WindowWayland","Crafter.Graphics-WindowWaylandWayland", "Crafter.Graphics-UiElement", "Crafter.Graphics-VulkanDevice", "Crafter.Graphics-WindowWaylandVulkan"],
"c_files": ["wayland-xdg-decoration-unstable-v1-client-protocol", "xdg-shell-protocol", "shm"],
"module_files": ["Crafter.Graphics-Window", "Crafter.Graphics", "Crafter.Graphics-UiElement", "Crafter.Graphics-Types"],
"module_files": ["Crafter.Graphics-Window","Crafter.Graphics-WindowWayland","Crafter.Graphics-WindowWaylandWayland", "Crafter.Graphics", "Crafter.Graphics-UiElement", "Crafter.Graphics-Types", "Crafter.Graphics-VulkanDevice", "Crafter.Graphics-VulkanPipeline", "Crafter.Graphics-VulkanShader", "Crafter.Graphics-WindowWaylandVulkan"],
"build_dir": "./build",
"output_dir": "./bin",
"type":"library",
"libs": ["wayland-client"],
"flags": ["-Wno-uninitialized"]
"libs": ["wayland-client", "vulkan"],
"flags": ["-Wno-uninitialized"],
"shaders": [
{
"path":"test.mesh",
"type":13,
"entrypoint":"main"
},
{
"path":"test2.frag",
"type":4,
"entrypoint":"main"
}
]
},
{
"name": "debug",