Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
High-Level Shader Language
Shading language

The High-Level Shader Language or High-Level Shading Language (HLSL) is a proprietary shading language developed by Microsoft for the Direct3D 9 API to augment the shader assembly language, and went on to become the required shading language for the unified shader model of Direct3D 10 and higher.

HLSL is analogous to the GLSL shading language used with the OpenGL standard. It is very similar to the Nvidia Cg shading language, as it was developed alongside it. Early versions of the two languages were considered identical, only marketed differently. HLSL shaders can enable profound speed and detail increases as well as many special effects in both 2D and 3D computer graphics.

HLSL programs come in six forms: pixel shaders (fragment in GLSL), vertex shaders, geometry shaders, compute shaders, tessellation shaders (Hull and Domain shaders), and ray tracing shaders (Ray Generation Shaders, Intersection Shaders, Any Hit/Closest Hit/Miss Shaders). A vertex shader is executed for each vertex that is submitted by the application, and is primarily responsible for transforming the vertex from object space to view space, generating texture coordinates, and calculating lighting coefficients such as the vertex's normal, tangent, and bitangent vectors. When a group of vertices (normally 3, to form a triangle) come through the vertex shader, their output position is interpolated to form pixels within its area; this process is known as rasterization.

Optionally, an application using a Direct3D 10/11/12 interface and Direct3D 10/11/12 hardware may also specify a geometry shader. This shader takes as its input some vertices of a primitive (triangle/line/point) and uses this data to generate/degenerate (or tessellate) additional primitives or to change the type of primitives, which are each then sent to the rasterizer.

D3D11.3 and D3D12 introduced Shader Model 5.1 and later 6.0.

Related Image Collections Add Image
We don't have any YouTube videos related to High-Level Shader Language yet.
We don't have any PDF documents related to High-Level Shader Language yet.
We don't have any Books related to High-Level Shader Language yet.
We don't have any archived web articles related to High-Level Shader Language yet.

Shader model comparison

GPUs listed are the hardware that first supported the given specifications. Manufacturers generally support all lower shader models through drivers. Note that games may claim to require a certain DirectX version, but don't necessarily require a GPU conforming to the full specification of that version, as developers can use a higher DirectX API version to target lower-Direct3D-spec hardware; for instance DirectX 9 exposes features of DirectX7-level hardware that DirectX7 did not, targeting their fixed-function T&L pipeline.

Pixel shader comparison

Pixel shader version1.01.11.2

1.36

1.472.0892.0a1011122.0b1314153.016174.018 4.119

5.020

Dependent texture limit44468Unlimited8UnlimitedUnlimited
Texture instruction limit4446 * 232UnlimitedUnlimitedUnlimitedUnlimited
Arithmetic instruction limit8888 * 264UnlimitedUnlimitedUnlimitedUnlimited
Position registerNoNoNoNoNoNoNoYesYes
Instruction slots88 + 48 + 4(8 + 6) * 264 + 32512512≥ 512≥ 65536
Executed instructions88 + 48 + 4(8 + 6) * 264 + 3251251265536Unlimited
Texture indirections44444Unlimited4UnlimitedUnlimited
Interpolated registers2 + 42 + 42 + 42 + 62 + 82 + 82 + 81032
Instruction predicationNoNoNoNoNoYesNoYesNo
Index input registersNoNoNoNoNoNoNoYesYes
Temp registers22 + 43 + 4612 to 322232324096
Constant registers888832323222416×4096
Arbitrary swizzlingNoNoNoNoNoYesNoYesYes
Gradient instructionsNoNoNoNoNoYesNoYesYes
Loop count registerNoNoNoNoNoNoNoYesYes
Face register (2-sided lighting)NoNoNoNoNoNoYesYesYes
Dynamic flow controlNoNoNoNoNoNoNoYes (24)Yes (64)
Bitwise OperatorsNoNoNoNoNoNoNoNoYes
Native IntegersNoNoNoNoNoNoNoNoYes
  • PS 1.0 — Unreleased 3dfx Rampage, DirectX 8
  • PS 1.1 — GeForce 3, DirectX 8
  • PS 1.2 — 3Dlabs Wildcat VP, DirectX 8.1
  • PS 1.3 — GeForce 4 Ti, DirectX 8.1
  • PS 1.4 — Radeon 8500–9250, Matrox Parhelia, DirectX 8.1
  • Shader Model 2.0 — Radeon 9500–9800/X300–X600, DirectX 9
  • Shader Model 2.0a — GeForce FX/PCX-optimized model, DirectX 9.0a
  • Shader Model 2.0b — Radeon X700–X850 shader model, DirectX 9.0b
  • Shader Model 3.0 — Radeon X1000 and GeForce 6, DirectX 9.0c
  • Shader Model 4.0 — Radeon HD 2000 and GeForce 8, DirectX 10
  • Shader Model 4.1 — Radeon HD 3000 and GeForce 200, DirectX 10.1
  • Shader Model 5.0 — Radeon HD 5000 and GeForce 400, DirectX 11
  • Shader Model 5.1 — GCN 1+, Fermi+, DirectX 12 (11_0+) with WDDM 2.0
  • Shader Model 6.0 — GCN 1+, Kepler+, DirectX 12 (11_0+) with WDDM 2.1
  • Shader Model 6.1 — GCN 1+, Kepler+, DirectX 12 (11_0+) with WDDM 2.3
  • Shader Model 6.2 — GCN 1+, Kepler+, DirectX 12 (11_0+) with WDDM 2.4
  • Shader Model 6.3 — GCN 1+, Kepler+, DirectX 12 (11_0+) with WDDM 2.5
  • Shader Model 6.4 — GCN 1+, Kepler+, Skylake+, DirectX 12 (11_0+) with WDDM 2.6
  • Shader Model 6.5 — GCN 1+, Kepler+, Skylake+, DirectX 12 (11_0+) with WDDM 2.7
  • Shader Model 6.6 — GCN 4+, Maxwell+, DirectX 12 (11_0+) with WDDM 3.0
  • Shader Model 6.7 — GCN 4+, Maxwell+, DirectX 12 (12_0+) with WDDM 3.1
  • Shader Model 6.8 — RDNA 1+, Maxwell 2+, DirectX 12 (12_0+) with WDDM 3.1 / 3.2 with Agility SDK

"32 + 64" for Executed Instructions means "32 texture instructions and 64 arithmetic instructions."

Vertex shader comparison

Vertex shader version1.01.1212.02223242.0a2526273.028294.030 4.131 5.032
# of instruction slots128128256256≥ 512≥ 65536
Max # of instructions executed12812810246553665536Unlimited
Instruction predicationNoNoNoYesYesYes
Temp registers12121216324096
# constant registers≥ 96≥ 96≥ 256256≥ 25616×4096
Address registerNoYesYesYesYesYes
Static flow controlNoNoYesYesYesYes
Dynamic flow controlNoNoNoYesYesYes
Dynamic flow control depth242464
Vertex texture fetchNoNoNoNoYesYes
# of texture samplers4128
Geometry instancing supportNoNoNoNoYesYes
Bitwise operatorsNoNoNoNoNoYes
Native integersNoNoNoNoNoYes

See also

Footnotes

References

  1. "Writing HLSL Shaders in Direct3D 9". Microsoft Docs. Retrieved February 22, 2021. https://docs.microsoft.com/en-us/windows/win32/direct3dhlsl/dx-graphics-hlsl-writing-shaders-9

  2. "High-level shader language (HLSL)". Microsoft Docs. Retrieved February 22, 2021. https://docs.microsoft.com/en-us/windows/win32/direct3dhlsl/dx-graphics-hlsl

  3. "Fusion Industries :: Cg and HLSL FAQ ::". August 24, 2012. Archived from the original on August 24, 2012. https://web.archive.org/web/20120824051248/http://www.fusionindustries.com/default.asp?page=cg-hlsl-faq

  4. "Shader Model 5.1 Objects". Microsoft Docs. Retrieved February 22, 2021. https://docs.microsoft.com/en-us/windows/win32/direct3dhlsl/shader-model-5-1-objects

  5. "HLSL Shader Model 6.0". Microsoft Docs. Retrieved February 22, 2021. https://docs.microsoft.com/en-us/windows/win32/direct3dhlsl/hlsl-shader-model-6-0-features-for-direct3d-12

  6. "Pixel Shader Differences". Microsoft Docs. August 19, 2020. Retrieved February 22, 2021. https://docs.microsoft.com/en-us/windows/win32/direct3dhlsl/dx9-graphics-reference-asm-ps-differences

  7. "Pixel Shader Differences". Microsoft Docs. August 19, 2020. Retrieved February 22, 2021. https://docs.microsoft.com/en-us/windows/win32/direct3dhlsl/dx9-graphics-reference-asm-ps-differences

  8. "Pixel Shader Differences". Microsoft Docs. August 19, 2020. Retrieved February 22, 2021. https://docs.microsoft.com/en-us/windows/win32/direct3dhlsl/dx9-graphics-reference-asm-ps-differences

  9. Peeper, Craig; Mitchell, Jason L. (July 2003). "Introduction to the DirectX 9 High-Level Shader Language". Microsoft Docs. Retrieved February 22, 2021. https://docs.microsoft.com/en-us/previous-versions/ms810449(v=msdn.10)

  10. "Pixel Shader Differences". Microsoft Docs. August 19, 2020. Retrieved February 22, 2021. https://docs.microsoft.com/en-us/windows/win32/direct3dhlsl/dx9-graphics-reference-asm-ps-differences

  11. Peeper, Craig; Mitchell, Jason L. (July 2003). "Introduction to the DirectX 9 High-Level Shader Language". Microsoft Docs. Retrieved February 22, 2021. https://docs.microsoft.com/en-us/previous-versions/ms810449(v=msdn.10)

  12. Shimpi, Anand Lal. "NVIDIA Introduces GeForce FX (NV30)". AnandTech. Retrieved February 22, 2021. /wiki/Anand_Lal_Shimpi

  13. "Pixel Shader Differences". Microsoft Docs. August 19, 2020. Retrieved February 22, 2021. https://docs.microsoft.com/en-us/windows/win32/direct3dhlsl/dx9-graphics-reference-asm-ps-differences

  14. Peeper, Craig; Mitchell, Jason L. (July 2003). "Introduction to the DirectX 9 High-Level Shader Language". Microsoft Docs. Retrieved February 22, 2021. https://docs.microsoft.com/en-us/previous-versions/ms810449(v=msdn.10)

  15. Wilson, Derek. "ATI Radeon X800 Pro and XT Platinum Edition: R420 Arrives". AnandTech. Retrieved February 22, 2021. https://www.anandtech.com/show/1314/4

  16. "Pixel Shader Differences". Microsoft Docs. August 19, 2020. Retrieved February 22, 2021. https://docs.microsoft.com/en-us/windows/win32/direct3dhlsl/dx9-graphics-reference-asm-ps-differences

  17. Shader Model 3.0, Ashu Rege, NVIDIA Developer Technology Group, 2004.

  18. The Direct3D 10 System, David Blythe, Microsoft Corporation, 2006.

  19. "Registers - ps_4_1". Microsoft Docs. August 23, 2019. Retrieved February 22, 2021. https://docs.microsoft.com/en-us/windows/win32/direct3dhlsl/dx-graphics-hlsl-sm4-registers-ps-4-1

  20. "Registers - ps_5_0". Microsoft Docs. August 23, 2019. Retrieved February 22, 2021. https://docs.microsoft.com/en-us/windows/win32/direct3dhlsl/registers---ps-5-0

  21. "Vertex Shader Differences". Microsoft Docs. August 19, 2020. Retrieved February 22, 2021. https://docs.microsoft.com/en-us/windows/win32/direct3dhlsl/dx9-graphics-reference-asm-vs-differences

  22. Peeper, Craig; Mitchell, Jason L. (July 2003). "Introduction to the DirectX 9 High-Level Shader Language". Microsoft Docs. Retrieved February 22, 2021. https://docs.microsoft.com/en-us/previous-versions/ms810449(v=msdn.10)

  23. "Vertex Shader Differences". Microsoft Docs. August 19, 2020. Retrieved February 22, 2021. https://docs.microsoft.com/en-us/windows/win32/direct3dhlsl/dx9-graphics-reference-asm-vs-differences

  24. Shimpi, Anand Lal. "NVIDIA Introduces GeForce FX (NV30)". AnandTech. Retrieved February 22, 2021. /wiki/Anand_Lal_Shimpi

  25. Peeper, Craig; Mitchell, Jason L. (July 2003). "Introduction to the DirectX 9 High-Level Shader Language". Microsoft Docs. Retrieved February 22, 2021. https://docs.microsoft.com/en-us/previous-versions/ms810449(v=msdn.10)

  26. "Vertex Shader Differences". Microsoft Docs. August 19, 2020. Retrieved February 22, 2021. https://docs.microsoft.com/en-us/windows/win32/direct3dhlsl/dx9-graphics-reference-asm-vs-differences

  27. Shimpi, Anand Lal. "NVIDIA Introduces GeForce FX (NV30)". AnandTech. Retrieved February 22, 2021. /wiki/Anand_Lal_Shimpi

  28. Shader Model 3.0, Ashu Rege, NVIDIA Developer Technology Group, 2004.

  29. "Vertex Shader Differences". Microsoft Docs. August 19, 2020. Retrieved February 22, 2021. https://docs.microsoft.com/en-us/windows/win32/direct3dhlsl/dx9-graphics-reference-asm-vs-differences

  30. The Direct3D 10 System, David Blythe, Microsoft Corporation, 2006.

  31. "Registers - ps_4_1". Microsoft Docs. August 23, 2019. Retrieved February 22, 2021. https://docs.microsoft.com/en-us/windows/win32/direct3dhlsl/dx-graphics-hlsl-sm4-registers-ps-4-1

  32. "Registers - ps_5_0". Microsoft Docs. August 23, 2019. Retrieved February 22, 2021. https://docs.microsoft.com/en-us/windows/win32/direct3dhlsl/registers---ps-5-0