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.
WebGL 函数activeTexture允许设置活动纹理。有没有办法查询活动纹理是什么?
activeTexture
以下应该有效:
gl.getParameter(gl.ACTIVE_TEXTURE);