Search code examples
Is discard bad for performance when doing depth testing without depth writing?...


opengl-esglsl

Read More
Efficient Bicubic filtering code in GLSL?...


glslfragment-shaderbicubic

Read More
Raymarching Clamping coordinate makes weird streched artifacts...


openglglslraymarching

Read More
C++ GLSL shaders: "error: GLSL 3.30 is not supported. Supported versions are: 1.10, 1.20, 1.30,...


c++openglglslglfw

Read More
Can't seem to draw a vertex_list in Pyglet 2...


openglglslshaderprojectionpyglet

Read More
Drawing a circle using smoothstep() with dot() or length() produces different results...


glslshadersmoothstep

Read More
OpenGL shaders uniforms optimization...


c++openglglsl

Read More
WebGL - Draw textures to canvas async / in sequence deletes old textures...


javascriptcanvasglslwebgltextures

Read More
Confused about Vulkan view matrix...


glslvulkan

Read More
Debugging shaders, specifically .glsl on macOS...


macosdebuggingglslshader

Read More
glsl member-wise ?: operator...


vectorcompareglslhlsl

Read More
Can't figure out how to sample from a 1D sampler in a 2D fragment shader in OpenGL...


c++openglglslsdlglew

Read More
Is it possible to define a function once for different argument types in GLSL?...


glslwebgl

Read More
How to add a rotation to a simple triangle, using GLSL?...


c++openglglsltransformation

Read More
How to resolve a shader error in a React with react-three-fiber when using a custom shader to create...


javascriptreactjsthree.jsglslreact-three-fiber

Read More
Confused about GLSL shader, how it calculates index...


three.jsglslwebglfragment-shaderreact-three-fiber

Read More
Why vertex shader doesn't compile?...


javascriptthree.jsglsl

Read More
How to draw multiple Bézier curves using WebGL and only one vertex shader?...


glslshaderwebglbezier

Read More
Coordinating descriptor sets and layouts in Vulkan...


glslvulkan

Read More
bezier shape-fill: problem with finding roots for intersection test...


floating-pointglslcomplex-numbersbeziernewtons-method

Read More
I'm trying to create a 3d cube in Webgl but I'm making a diamond?...


javascriptglslwebgl

Read More
GLSL Raymarching special camera setup...


cameraglslraymarching

Read More
How to rotate each square of a pattern in fragment shader?...


graphicsglslshaderfragment-shader

Read More
Having trouble rendering entire sphere...


copenglglslshadertessellation

Read More
Weird rchit.glsl shader behaviour with the hitAttributeEXT variable...


c++glslvulkanraytracing

Read More
OpenGL error: unrecognized layout identifier `binding'...


copenglglslsdl

Read More
glDrawElements does do nothing...


c++openglglslglm-math

Read More
Restrict GLSL u_time from falling below 0.5 when using it with Sin...


glslwebgl

Read More
How to use GL_TEXTURE_2D_ARRAY for binding multiple textures (as array)?...


c++openglglslshadertextures

Read More
Why do fragment shader colors an image based on the fragment coordinate as a saturated color?...


colorsgraphicsglslshaderwebgl

Read More
BackNext