Properties attached to a DXIL shader entry function.
Synopsis
Declared in <llvm/Analysis/DXILMetadataAnalysis.h>
struct EntryProperties;
Member Functions
Name |
Description |
|
Construct entry properties for |
Data Members
Name |
Description |
Entry function these properties describe. |
|
X component of the numthreads attribute. |
|
Y component of the numthreads attribute. |
|
Z component of the numthreads attribute. |
|
Specific target shader stage for the entry, if specified. |
|
Maximum wave size for the entry. |
|
Minimum wave size for the entry. |
|
Preferred wave size for the entry. |
Created with MrDocs