python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
how to create an array of vec2 and pushing to it?
I am trying to create an empty array of vec2 in fragment shader.
also what are the syntax for getting the length and pushing vec2 to the array?

Tuan Le
Votes: 0
Answers: 1
OpenGL: how to pass vertex pos from Geometry shader to fragment shader?
I am currently learning shaders in OpenGL and finished writing my "drawText" geometry shader, so I can draw dynamic text ( content change every frame ), without recreating VBO every frame.
I...

SebKun
Votes: 0
Answers: 1
Is there a way to calculate dFdx(dFdx()) of something within a fragment shader?
So I already know that the documentation for dFdx, dFdy, and fwidth states that "expressions that imply higher-order derivatives such as dFdx(dFdx(n)) have undefined results, as do mixed-order de...
Andy Qu
Votes: 0
Answers: 1
GLSL How to make input channel in the center of screen, whatever screen size is
I'm trying to make the input channel (London picture) in the center of the screen, the issue here is I don't want to change 0.5 to make the picture in the center, because if the screen changed, I need...
heromimox
Votes: 0
Answers: 1