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.
isEnabled(GL_LIGHTING);何かが有効か無効かを検出する機能や方法はありますか?
isEnabled(GL_LIGHTING);
glGet — 選択したパラメーターの値を返します。
glGetBooleanv(GL_LIGHTING,&status)