Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This subobject is unsupported in the current release.
Syntax
typedef struct D3D12_DXIL_SUBOBJECT_TO_EXPORTS_ASSOCIATION {
LPCWSTR SubobjectToAssociate;
UINT NumExports;
LPCWSTR *pExports;
} D3D12_DXIL_SUBOBJECT_TO_EXPORTS_ASSOCIATION;
Members
SubobjectToAssociate
NumExports
Size of the pExports array. If 0, this is being explicitly defined as a default association. Another way to define a default association is to omit this subobject association for that subobject completely.
pExports
The array of exports with which the subobject is associated.
Requirements
Requirement | Value |
---|---|
Header | d3d12.h |