Timo Suoranta
Timo Suoranta
OES_sample_variables says: > Including the following line in a shader can be used to control the language features described in this extension: > `#extension GL_OES_sample_variables` Meanwhile, my intrepretation of ESSL...
GL 4.6 core / GLES 3.2 section 5.1.2 has language: "When a buffer ... object is successfully deleted, it is unbound from any bind points it is bound to in...
Functions which use raw GLenum directly, without enum group: Introduced in GL_VERSION_3_1: * glGetIntegeri_v() Introduced in GL_VERSION_3_2: * glGetInteger64i_v() Introduced in GL_VERSION_4_1: * glGetDoublei_v() * glGetFloati_v() * glGetProgramBinary() * glProgramBinary()...