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

Compiling Temp Shader Frag File Alongside shader file #133

Open
CLFrod opened this issue Mar 1, 2025 · 0 comments
Open

Compiling Temp Shader Frag File Alongside shader file #133

CLFrod opened this issue Mar 1, 2025 · 0 comments

Comments

@CLFrod
Copy link

CLFrod commented Mar 1, 2025

I'm trying to use the glslc compiler with this extension since I'm using Vulkan, and I'm trying to get my compilation workflow setup.

The compilation doesn't work though.

I've tried without -c and it always says that it doesn't work with multiple files.

[03.1 14:49:28.692] Using external compiler 'C:\VulkanSDK\1.4.304.1\Bin\glslc.exe' with arguments '-c C:\Users\larry\source\repos\VulkanEngine\VulkanEngine\simple_shader.frag -o C:\Users\larry\source\repos\VulkanEngine\VulkanEngine\frag.spv' on temporal shader file 'C:\Users\larry\AppData\Local\Temp\shader.frag'
[03.1 14:49:28.704] Dumping shader log:
glslc: error: cannot specify -o when generating multiple output files

it still seems to try and compile this shader.frag file alongside my simple_shader.frag file.

Is there something else I'm supposed to do?

Thanks.

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