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.
Specifies the Direct3D version of the resource used in the stream associated with a media type.
Syntax
typedef enum MF_MT_D3D_RESOURCE_VERSION_ENUM {
MF_D3D11_RESOURCE,
MF_D3D12_RESOURCE
} ;
Constants
MF_D3D11_RESOURCE The version is Direct3D 11. |
MF_D3D12_RESOURCE The version is Direct3D 12. |
Requirements
Requirement | Value |
---|---|
Header | mfd3d12.h |