随笔分类 -  OpenGLES

摘要:`EGLContext` is an opaque type representing a client API context. The definition of contexts depends on the client API, but usually represents the sta 阅读全文
posted @ 2023-08-30 17:23 fndefbwefsowpvqfx
摘要:OpenGL ES is a set of commands that affect the operation of graphics hardware. We distinguish two types of state. The first type of state, called GL ` 阅读全文
posted @ 2023-08-29 13:19 fndefbwefsowpvqfx
摘要:https://www.khronos.org/opengl/wiki/Debugging_Tools There are several tools that can aid in the debugging of your OpenGL program. Contents 1 Debug Out 阅读全文
posted @ 2020-12-07 16:51 fndefbwefsowpvqfx
摘要:Members of type bool, int, uint, float, and double are respectively extracted from a buffer object by reading a single uint, int, uint, float, or doub 阅读全文
posted @ 2018-05-07 14:50 fndefbwefsowpvqfx
摘要:OpenGL 4.1 Release date: July 26, 2010 OpenGL 4.3 Release date: August 6, 2012 Compute shaders leveraging GPU parallelism within the context of the gr 阅读全文
posted @ 2017-05-15 10:34 fndefbwefsowpvqfx