We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ViewportAndRTArrayIndexFromAnyShaderFeedingRasterizer
Semantic::Kind::ViewPortArrayIndex
Semantic::Kind::RenderTargetArrayIndex
InnerCoverage
DXIL::OpCode::InnerCoverage
Semantic::Kind::InnerCoverage
StencilRef
Semantic::Kind::StencilRef
Barycentrics
DXIL::OpCode::AttributeAtVertex
Semantic::Kind::Barycentrics
ShadingRate
Semantic::Kind::ShaderRate
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ViewportAndRTArrayIndexFromAnyShaderFeedingRasterizer
#116205Set if shader is a Geometry Shader with entry property input or output signature kind is either
Semantic::Kind::ViewPortArrayIndex
orSemantic::Kind::RenderTargetArrayIndex
InnerCoverage
#116206Set if
-
DXIL::OpCode::InnerCoverage
is used OR- shader is a Pixel Shader with entry output signature kind is
Semantic::Kind::InnerCoverage
StencilRef
#116208Set if shader is a Pixel Shader with entry output signature kind is
Semantic::Kind::StencilRef
Barycentrics
#116209Set if
-
DXIL::OpCode::AttributeAtVertex
is used OR- entry property input signature kind is
Semantic::Kind::Barycentrics
ShadingRate
#116210Set if entry property input or output signature kind is
Semantic::Kind::ShaderRate
The text was updated successfully, but these errors were encountered: