Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Use SSBO as VBO input for the next draw call

How to convert large arrays of quad primitives to triangle primitives?

In a fragment shader, why can't I use a flat input integer to index a uniform array of sampler2D?

Deferred Shading DirectX demos?

c++ graphics directx shader hlsl

framebuffer and using shaders in opengl

opengl shader framebuffer

How to use custom shaders together with GLKit

ios5 shader glkit

WebGL GLSL Shader: accessing texture2D overrides other texture

glsl textures shader webgl

Multiple shaders vs multiple techniques in DirectX

c++ 3d directx shader

Unity3D - Shader for sprite clipping

unity3d shader sprite 2d-games

what do texture2D().r and texture2D().a mean?

android opengl-es glsl shader

How can I compile asm shader to fxo file?

Convert OpenGL shader to Metal (Swift) to be used in CIFilter