DirectX compute shader (HLSL): how to access individual characters in a string?...
Read MoreHow to pass float3x3 to HLSL Shader in DirectX?...
Read MoreSequence of transformations: Projective Texturing (HLSL)...
Read MoreHow much performance do conditionals and unused samplers/textures add to SM2/3 pixel shaders?...
Read MoreHow to make 3d object visible behind wall, but invisible if behind wall and under ground...
Read Morefloat in RWTexture<float4> outputs inconsistent values depending on what side on an if-stateme...
Read MoreHLSL - How can I set sampler Min/Mag/Mip filters to disable all filtering/anti-aliasing?...
Read MoreHow can I use built-in cginc shaders in my Unity3d project?...
Read MoreApplying Spotlights Over Dark Ambient Light - HLSL - Monogame...
Read MoreUnity: Compute Shader to calculate closest point to each vertex...
Read MoreDirectX11: SSAO breaks when tilting the camera up/down...
Read MoreShort Drop Shadows - Monogame/HLSL...
Read MoreDirectX HLSL Include Directive Doesn't Work...
Read MoreWhy "Warning X4000: use of potentially uninitialized variable" shows for more than one usa...
Read MoreWriting to a TextureCube in Unordered Access View in Compute Shader...
Read MoreTrouble using vertices position in the pixel shader...
Read MoreHow do I discard pixels based on vertex color and turn that on or off in a MonoBehaviour?...
Read MoreHow do I set a shader setting/property at runtime using MonoBehaviour?...
Read MoreDirect3D11: "gradient instruction used in a loop with varying iteration, forcing loop to unroll...
Read MoreHow to take every vertex of a mesh and make a cube spawn and move to each one? (Unity C#)...
Read MoreHow to do smooth Alpha chanel keying with Silverlight 3 Pixel Shaders?...
Read MoreHLSL: Returning an array of float4?...
Read MoreHow to wrap texture coordinates manually?...
Read MorePrevent transparent areas being shaded by projection shader...
Read MoreHLSL: Can't I modify uniform variables inside the vertex program? (arrays)...
Read MoreWhat is the best way to smoothen a noisy image filter?...
Read MoreMonogame and HLSL - Point Light Shadow Mapping artifacts...
Read MoreUnity 3d Sprite Shader (How do I limit Max Brightness to 1 with Multiple Lights Hitting)...
Read More