DXIL module metadata types shared by analysis passes.
Types
Name |
Description |
A target extension type representing any DXIL resource kind. |
|
The dx.CBuffer target extension type |
|
Properties attached to a DXIL shader entry function. |
|
The dx.FeedbackTexture target extension type |
|
The dx.Layout target extension type |
|
The dx.MSTexture target extension type |
|
Collected DXIL module‐level metadata for a module. |
|
The dx.Padding target extension type |
|
The dx.RawBuffer target extension type |
|
Binding and metadata for a single DXIL resource instance. |
|
Description of a DXIL resource's type properties. |
|
The dx.Sampler target extension type |
|
The dx.Texture target extension type |
|
The dx.TypedBuffer target extension type |
Enums
Name |
Description |
Opcodes for the DXIL |
|
The element type of an SRV or UAV resource. |
|
Metadata tags for extra resource properties. |
|
DXIL resource class identifying how a resource is bound and accessed. |
|
Direction of atomic counter updates on a resource. |
|
Dimensionality of a DXIL resource. |
|
The kind of resource for an SRV or UAV resource. Sometimes referred to as "Shape" in the DXIL docs. |
|
Kind of sampler feedback reported by a feedback texture. |
|
Type of a DXIL sampler. |
Functions
Name |
Description |
Returns the name of a DXIL resource class. |
|
Return the resource name from a handle‐from‐binding call. |
Variables
Name |
Description |
Maximum supported DXIL wave size. |
|
Minimum supported DXIL wave size. |
Created with MrDocs