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

data/shaders/chapter06/imgui_multi.frag missing? #19

Closed
tuket opened this issue Oct 24, 2022 · 2 comments
Closed

data/shaders/chapter06/imgui_multi.frag missing? #19

tuket opened this issue Oct 24, 2022 · 2 comments

Comments

@tuket
Copy link

tuket commented Oct 24, 2022

Is this file missing?

image

I'm just browsing the repo with the online VSCode. Not sure if that file is downloaded by the bootstrap.py script. I didn't want to download 15GB...

@LLViktor
Copy link

Yes, you are right. The file is missing (actually, it was renamed during refactoring), this is our mistake. Here you can use the "shaders/chapter07/VK02_ImGui.frag" file instead. This code path (in vkRenderers subfolder) is intended for first few chapters only, so we missed this issue during the vkFramework folder development (but the shader code itself remains unchanged).

@LLViktor
Copy link

Same thing with .vert shader - you can use VK02_ImGui.vert from chapter07 folder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants