Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shader

GPU-based Laplacian Pyramid

How to combine shader effects in threejs

three.js webgl shader

GLSL Shadows with Perlin Noise

Why do we compile shaders at runtime in OpenGL 2?

android opengl-es glsl shader

In OpenGL is it possible for one shader program, in one draw call, to render to both an FBO and the default framebuffer?

opengl shader fbo

Trivial OpenGL Shader Storage Buffer Object (SSBO) not working

What is the difference between .hlsl and .hlsli?

shader hlsl

Vulkan resource ownership transfer vs VK_SHARING_MODE_CONCURRENT & different queue families performance

graphics gpu shader vulkan

How to remove rotation from model-view matrix so that object always faces camera?

GLSL - Why are bitwise operators reserved? What is a good alternative to using bitwise ops (floating point ops that emulate bitwise)

opengl shader glsl webgl

Why does this OpenGL shader use texture coordinates beyond 1.0?

opengl glsl shader

Names of `out` variables in a fragment shader

How do OpenGL fragment shaders know what pixel to sample in a texture?

OpenGL ES 2: Are vertex and fragment shaders necessary for simple drawing?

General purpose compute with Vertex/Pixel shaders (Open GL / DirectX)

Does the draw order affects objects position in depth? (images included)

c++ opengl shader draw

billboarding vertices in the vertex shader

How can I programmatically switch to openGL in Sprite Kit to adopt to older devices like iPad2

Usage of "Don't Clear" in "Clear Flags" property of Camera

unity3d shader

Why does glValidateProgram fail when no VAO is bound?

java opengl shader lwjgl vao