Skip to content

Latest commit

 

History

History
62 lines (33 loc) · 1.13 KB

label---vs.md

File metadata and controls

62 lines (33 loc) · 1.13 KB
title description ms.assetid ms.topic ms.date topic_type api_name api_type api_location
label - vs
Mark the next instruction as having a label index. | label - vs
e1aee8bc-4655-4bd5-8012-bd7a2d46e712
reference
05/31/2018
apiref

label - vs

Mark the next instruction as having a label index.

Syntax

label l#

 

where # identifies the label number.

For vs_2_0, and vs_2_x, the label number must be between 0 and 15.

For vs_2_sw, vs_3_0 and vs_3_sw, the label number must be between 0 and 2047.

Remarks

Vertex shader versions 1_1 2_0 2_x 2_sw 3_0 3_sw
label x x x x x

 

This instruction defines a label located at the next shader instruction. The label instruction can only be present directly after a ret instruction (which defines the end of the previous subroutine or main program).

Related topics

Vertex Shader Instructions