bradleybauer / music_visualizer

Shader viewer / music visualizer for Windows and Linux
227 stars 25 forks source link

undefined variable #6

Closed jpinedaa closed 4 years ago

jpinedaa commented 4 years ago

I am getting errors when running the blocky_fft shader, most shaders run fine I have only found this undefined variable error when it compiles some .geom files

this is the error for blocky_fft:

Renderer: GeForce GTX 960M/PCIe/SSE2
OpenGL version supported 3.3.0 NVIDIA 418.87.01
Compiling shaders for buffer: A
Compiling A.geom
0(32) : error C1503: undefined variable "uvl"
0(36) : error C1503: undefined variable "uvl"
0(40) : error C1503: undefined variable "uvl"
0(45) : error C1503: undefined variable "uvl"
0(49) : error C1503: undefined variable "uvl"
0(53) : error C1503: undefined variable "uvl"

Failed to compile geometry shader.
bradleybauer commented 4 years ago

Thanks for reporting this. I've pushed the fixes to master. Let me know if you find anything else that's broken.