No description available.
The DXGI_DDI_ARG_BLT_FLAGS structure identifies the type of bit-block transfer (bitblt) to perform.
ResolveA UINT value that specifies that the bitblt resolves multiple samples to one pixel.
Setting this member is equivalent to setting the first bit of the 32-bit Value member (0x00000001).
ConvertA UINT value that specifies that the bitblt also performs a format conversion.
Setting this member is equivalent to setting the second bit of the 32-bit Value member (0x00000002).
StretchA UINT value that specifies that a stretching bitblt is performed.
Setting this member is equivalent to setting the third bit of the 32-bit Value member (0x00000004).
PresentA UINT value that specifies that a presenting bitblt is performed.
Setting this member is equivalent to setting the fourth bit of the 32-bit Value member (0x00000008).
ReservedThis member is reserved and should be set to zero. Setting this member to zero is equivalent to setting the remaining 28 bits (0xFFFFFFF0) of the 32-bit Value member to zeros.
ValueA member in the union that DXGI_DDI_ARG_BLT_FLAGS contains that can hold a 32-bit value that identifies the bitblt type.