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 D3DDDI_PAGINGQUEUE_PRIORITY enumeration indicates the scheduling priority relative to other paging queues on a device.
Syntax
typedef enum D3DDDI_PAGINGQUEUE_PRIORITY {
D3DDDI_PAGINGQUEUE_PRIORITY_BELOW_NORMAL,
D3DDDI_PAGINGQUEUE_PRIORITY_NORMAL,
D3DDDI_PAGINGQUEUE_PRIORITY_ABOVE_NORMAL
} ;
Constants
D3DDDI_PAGINGQUEUE_PRIORITY_BELOW_NORMAL Indicates below normal priority. |
D3DDDI_PAGINGQUEUE_PRIORITY_NORMAL Indicates normal priority. |
D3DDDI_PAGINGQUEUE_PRIORITY_ABOVE_NORMAL Indicates above normal priority. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10 |
Minimum supported server | Windows Server 2016 |
Header | d3dukmdt.h (include D3dumddi.h, D3dkmddi.h) |