Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 1.77 KB

dx-graphics-hlsl-sm3.md

File metadata and controls

48 lines (31 loc) · 1.77 KB
title description ms.assetid ms.topic ms.date topic_type api_name api_type api_location
Shader Model 3
Shader Model 3 added additional capabilities to shader model 2.
bd09f86e-946f-4281-bc48-1db5cd32b2ae
concept-article
05/31/2018
kbArticle

Shader Model 3 (HLSL reference)

Shader Model 3 added additional capabilities to shader model 2.

Feature Capability
Instruction Set
Register Set
Pixel Shader Max 512 minimum, and up to the number of slots in D3DCAPS9.MaxPixelShader30InstructionSlots (see D3DPSHADERCAPS2_0).
Vertex Shader Max 512 minimum, and up to the number of slots in D3DCAPS9.MaxVertexShader30InstructionSlots (see D3DCAPS9).
Shader Profiles ps_3_0, vs_3_0

 

For more details on model 3 shaders, see:

Related topics

Shader Models vs Shader Profiles