File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
clang/include/clang/Basic Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8535,9 +8535,9 @@ def HLSLSV_PositionDocs : Documentation {
8535
8535
The ``SV_Position`` semantic, when applied to an input parameter in a pixel
8536
8536
shader, contains the location of the pixel center (x, y) in screen space.
8537
8537
This semantic can be applied to the parameter, or a field in a struct used
8538
- as input parameter.
8539
- This attribute is supported as input in pixel, hull, domain and mesh shaders.
8540
- This attribute is supported as output in vertex, geometry and domain shaders.
8538
+ as an input parameter.
8539
+ This attribute is supported as an input in pixel, hull, domain and mesh shaders.
8540
+ This attribute is supported as an output in vertex, geometry and domain shaders.
8541
8541
8542
8542
The full documentation is available here: https://docs.microsoft.com/en-us/windows/win32/direct3dhlsl/dx-graphics-hlsl-semantics
8543
8543
}];
You can’t perform that action at this time.
0 commit comments