Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmake error at 113 / plus shaders need auto compile #1

Open
bderksen20 opened this issue May 12, 2021 · 0 comments
Open

cmake error at 113 / plus shaders need auto compile #1

bderksen20 opened this issue May 12, 2021 · 0 comments

Comments

@bderksen20
Copy link
Collaborator

  • needed to manually make a shaders/bin directory and then cmake finished fine, otherwise breaks
  • gotta add shader compilation ( something like.... VULKAN_PATH/blahblahblah/glslc.exe shader.vert -o shader.vert.spv)

djinn/CMakeLists.txt

Lines 107 to 117 in b5760d4

# TODO
# add step where shaders are compiled and put into the ./shader/bin dir
file(MAKE_DIRECTORY ${CMAKE_BINARY_DIR}/bin/shader)
# step for copying shader binaries to output dir
file(COPY
${CMAKE_CURRENT_SOURCE_DIR}/shader/bin/
DESTINATION
${CMAKE_BINARY_DIR}/bin/shader/
)

@bderksen20 bderksen20 changed the title cmake error at 113 / plus shaders need compiled cmake error at 113 / plus shaders need auto compile May 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant