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.
The D3DKMT_STANDARDALLOCATIONTYPE enumeration specifies the standard allocation type.
Syntax
typedef enum _D3DKMT_STANDARDALLOCATIONTYPE {
D3DKMT_STANDARDALLOCATIONTYPE_EXISTINGHEAP,
D3DKMT_STANDARDALLOCATIONTYPE_INTERNALBACKINGSTORE,
D3DKMT_STANDARDALLOCATIONTYPE_MAX
} D3DKMT_STANDARDALLOCATIONTYPE;
Constants
D3DKMT_STANDARDALLOCATIONTYPE_EXISTINGHEAP The allocation type is an existing heap. |
D3DKMT_STANDARDALLOCATIONTYPE_INTERNALBACKINGSTORE The allocation type is an internal backing store. |
D3DKMT_STANDARDALLOCATIONTYPE_MAX Maximum value for the enumeration. |
Requirements
Requirement | Value |
---|---|
Header | d3dkmthk.h |