Properties attached to a DXIL shader entry function.

Synopsis

Declared in <llvm/Analysis/DXILMetadataAnalysis.h>

struct EntryProperties;

Member Functions

Name

Description

EntryProperties [constructor]

Construct entry properties for Fn.

Data Members

Name

Description

Entry

Entry function these properties describe.

NumThreadsX

X component of the numthreads attribute.

NumThreadsY

Y component of the numthreads attribute.

NumThreadsZ

Z component of the numthreads attribute.

ShaderStage

Specific target shader stage for the entry, if specified.

WaveSizeMax

Maximum wave size for the entry.

WaveSizeMin

Minimum wave size for the entry.

WaveSizePref

Preferred wave size for the entry.

Created with MrDocs