Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
关于 GLSL 函数modf()的OpenGL ES 规范页面表明它应该受 3.0 版支持,而不是 1.0 版。 2.0版本呢?它支持吗?
modf()
没有任何 GLSL ES 规范附带的着色语言 2.0 版。只有 1.0x 和 3.x。如果您的问题是“低于 3.0 的版本是否支持 modf”,则不支持。