shader fix
This commit is contained in:
parent
ae312807fc
commit
01a3211dfb
7 changed files with 10 additions and 13 deletions
|
|
@ -7,19 +7,19 @@
|
|||
"source_files": ["Crafter.Graphics-Window","Crafter.Graphics-WindowWayland","Crafter.Graphics-WindowWaylandWayland", "Crafter.Graphics-UiElement", "Crafter.Graphics-VulkanDevice", "Crafter.Graphics-WindowWaylandVulkan", "VulkanBuffer", "VulkanTools", "Crafter.Graphics-Camera"],
|
||||
"c_files": ["wayland-xdg-decoration-unstable-v1-client-protocol", "xdg-shell-protocol", "shm"],
|
||||
"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", "Crafter.Graphics-Camera", "Crafter.Graphics-VulkanBuffer", "Crafter.Graphics-Mesh", "Crafter.Graphics-MeshShader"],
|
||||
"build_dir": "./build",
|
||||
"output_dir": "./bin",
|
||||
"build_dir": "build",
|
||||
"output_dir": "bin",
|
||||
"type":"library",
|
||||
"libs": ["wayland-client", "vulkan"],
|
||||
"flags": ["-Wno-uninitialized"],
|
||||
"shaders": [
|
||||
{
|
||||
"path":"test.mesh",
|
||||
"path":"MeshShaderXYZ.mesh",
|
||||
"type":13,
|
||||
"entrypoint":"main"
|
||||
},
|
||||
{
|
||||
"path":"test2.frag",
|
||||
"path":"FragmentShaderSolidWhite.frag",
|
||||
"type":4,
|
||||
"entrypoint":"main"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue