For fields other than ComputeOnlyCustomHeapSupported.
typedef struct D3D12_FEATURE_DATA_D3D12_OPTIONS19
{
BOOL MismatchingOutputDimensionsSupported;
UINT SupportedSampleCountsWithNoOutputs;
BOOL PointSamplingAddressesNeverRoundUp;
BOOL RasterizerDesc2Supported;
BOOL NarrowQuadrilateralLinesSupported;
BOOL AnisoFilterWithPointMipSupported;
UINT MaxSamplerDescriptorHeapSize;
UINT MaxSamplerDescriptorHeapSizeWithStaticSamplers;
UINT MaxViewDescriptorHeapSize;
_Out_ BOOL ComputeOnlyCustomHeapSupported;
} D3D12_FEATURE_DATA_D3D12_OPTIONS19;
Technically Out is not valid SAL for struct fields but the header so far has been using them. They can help document what does what.
Link: here
For fields other than ComputeOnlyCustomHeapSupported.
Technically Out is not valid SAL for struct fields but the header so far has been using them. They can help document what does what.
Link: here