Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in glsl

Multiple texture output data in fragment shader

opengl glsl shader gpgpu

distortion correction with gpu shader bug

Why can't I add an int member to my GLSL shader input/output block?

opengl glsl

Shader storage buffer object with bytes

opengl glsl compute-shader

How to pack(4bytes) and unpack(vec4) between c++ and GLSL

c++ opengl glsl

Can I access gl_PointCoord in a vertex shader?

opengl-es glsl webgl

GLSL(330) modulo returns unexpected value

opengl glsl modulo opengl-3

how can I write to a texture buffer object?

image load glsl

'variable' : is not available in current GLSL version gl_TexCoord

opengl glsl shader

Do functions have a performance penalty in GLSL?

android iphone opengl-es glsl

GLSL optimization: check if variable is within range

opengl-es glsl webgl

matrix order in skeletal animation using assimp

c++ opengl matrix glsl assimp

rotate Z axis on 2d image's matrix in shader

What exactly constitutes swizzling in OpenGL ES 2.0? (PowerVR SGX specifically.)

What is a good algo for glsl lowp random number generation (for use in graphics)?

random glsl

How to set up gl_Vertex in a Shader in OpenGL 4?

OpenGL performance overhead from frequently swapping between two shaders

How to get coordinate of fragment shaders? gl_FragCoord not working

java opengl glsl shader lwjgl

Can glsl be used instead of webgl?