OpenGL-API icon indicating copy to clipboard operation
OpenGL-API copied to clipboard

OpenGL and OpenGL ES API Issue Tracker

Results 21 OpenGL-API issues
Sort by recently updated
recently updated
newest added

I want to copy GL_DEPTH24_STENCIL8 to GL_R32F with compute shader. here is my gles code: #version 310 es precision highp float; layout (local_size_x = 8, local_size_y = 8, local_size_z =...