Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in glsl

Z value always 1 or -1 when using `glm::perspective`

c++ opengl glsl glm-math

OpenGL floating point precision

c++ opengl glsl precision

How exactly is GLSL's "coherent" memory qualifier interpreted by GPU drivers for multi-pass rendering?

opengl glsl textures multipass

glsl vector plus scalar

glsl

Invariant and precise keywords in GLSL

glsl shader keyword invariants

glsl compute shader - synchronization

opengl synchronization glsl

In OpenGL what's the difference between the GL_RED and GL_R color formats?

opengl colors format glsl

how to write basic shader in glsl?

c++ opengl glsl

GLSL per-pixel spinlock using imageAtomicCompSwap

opengl glsl mutex spinlock

What use has the layout specifier scalar in EXT_scalar_block_layout?

c++ glsl vulkan

GLSL - Checking for set attributes

opengl-es glsl

Trouble understanding the use of dot product in this example?

vector glsl

Where can I find documentation on the OpenGL shader function texture2DRect()?

opengl glsl

Picking triangles in OpenGL core profile when using glDrawElements

opengl glsl opengl-3

glBlendFunc and glClearColor alpha parameter

opengl glsl opengl-4

Use octree to organize 3D volume data in GPU

c++ opengl graphics 3d glsl

Multi-pass shaders in OpenGL ES 2.0

How send eigen a matrix to GLSL?

c++ opengl matrix glsl eigen

Passing an array of vec2 to shader in THREE.js

Normal mapping gone horribly wrong