문제

The OpenGL ES specification page about the GLSL function modf() indicates that it should be supported by version 3.0, and not by version 1.0.
What about version 2.0? Does it support it?

도움이 되었습니까?

해결책

There is no version 2.0 of the Shading language accompanying any of the GLSL ES specifications. There is only 1.0x and 3.x. If your question then is, "is modf supported in versions lower than 3.0", it is not supported.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top