Shader structure done.

This commit is contained in:
2024-12-29 10:09:20 -06:00
parent ba305de596
commit f574b60856
19 changed files with 382 additions and 262 deletions

View File

@ -48,7 +48,6 @@ function(tool_texture target file)
${DAWN_ASSETS_SOURCE_DIR}/${file}
${Python3_EXECUTABLE}
USES_TERMINAL
)
add_dependencies(dawnassets ${target}_texture)
endfunction()