Top "Hlsl" questions

HLSL(High Level Shader Language) is a proprietary shading language developed by Microsoft for use with the Microsoft Direct3D API

HLSL invalid ps_2_0 input semantic POSITION0

I'm attempting to write a phong shader effect for Dx9 in RenderMonkey. I'm getting a compile error in the pixel …

directx hlsl directx-9 rendermonkey
Unity Compute Shader, Array Indexing through SV_DispatchThreadID

I have a problem with array indexing on GPU in Compute Shader and I'm stuck with it for weeks. I'm …

unity3d hlsl directx-11 compute-shader directcompute