You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Immediate, watches and vector watch is not able to extract columns/single values from matrix/vector using mat[<column>][<row>]- or vec[<index>]-operator
#332
Open
ariaci opened this issue
Jan 16, 2025
· 0 comments
First of all let me say that SHADERed is an amazing project. I'm regularly using it to test and check my shaders before using them in my own projects.
Sometimes I want to visualize my matrices and that's why I've tried to extract single columns by using glsl-matrix-array-operator.
Unfortunately this is not working in general. Shader is executed in right way but debugging matrices doesn't work under all circumstances.
Read out the whole matrix/vector (using tooltip, watches or immediate) is working perfectly and without problems.
Using for example modelView[0] in immediate, watches or vector watch is not working and results in vec4(0.0,0.0,0.0,0.0)
The text was updated successfully, but these errors were encountered:
ariaci
changed the title
Immediate, watches and vector watch is not able to extract columns/single values from matrix using mat[<column>][<row>]-operator
Immediate, watches and vector watch is not able to extract columns/single values from matrix/vector using mat[<column>][<row>]- or vec[<index>]-operator
Jan 22, 2025
Description
First of all let me say that SHADERed is an amazing project. I'm regularly using it to test and check my shaders before using them in my own projects.
Sometimes I want to visualize my matrices and that's why I've tried to extract single columns by using glsl-matrix-array-operator.
Unfortunately this is not working in general. Shader is executed in right way but debugging matrices doesn't work under all circumstances.
Read out the whole matrix/vector (using tooltip, watches or immediate) is working perfectly and without problems.
Example
Using for example
modelView[0]
in immediate, watches or vector watch is not working and results invec4(0.0,0.0,0.0,0.0)
The text was updated successfully, but these errors were encountered: