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);