vrcShader.setGlobalInteger () incorrectly calls Shader.setGlobalInt ()
available in future release
lilxyzw
I noticed this bug when I tried to set a value that could not be represented as a float.
Shader.SetGlobalInt()
is cast to float internally, so Shader.SetGlobalInteger()
needs to be used.Log In
This post was marked as
available in future release
_
_tau_
tracked