You are right in every points you wrote and yes I did not think about using the multiple strings when compiling.
My proposition was only as a matter of convenience for simple programs.
Thank...
Type: Posts; User: guibou
You are right in every points you wrote and yes I did not think about using the multiple strings when compiling.
My proposition was only as a matter of convenience for simple programs.
Thank...
I'm really looking forward for a way to know inside a shader at compile time which shader stage is compiled.
For example, I'm usually writing all my pipeline in an unique file like that:
...
Hi,
I'm wondering about the number of time a vertex shader can be called It is written on the specification that a vertex shader can be executed many times per vertex, depending on implementation...
Thank you! I'm really looking forward for the next release.
Ha, sorry, I had noticed this fact, but don't though about it when I wrote the message.
pbrown:
I have an issue with ComputeShader, Buffer and the *usage* hint of Shader Buffer:
...
Thank you for your answer.
I was asking because sometime unexcepted behavior are trigered because users (like me) are doing some ugly stuff somewhere else which triggers an undefined behavior in a...
Hello,
I'm just trying to play with the compute shader (GL 4.3) and I'm facing some issues with the way I'm filling my shader uniform buffer.
This is my shader code:
#version 430 core