Athugasemd
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
The process verifier video memory management flags.
Syntax
typedef union _D3DKMT_PROCESS_VERIFIER_VIDMM_FLAGS {
struct {
UINT ForceSynchronousEvict : 1;
UINT NeverDeferEvictions : 1;
UINT AlwaysFailCommitOnReclaim : 1;
UINT AlwaysPlaceInDemotedLocation : 1;
UINT IgnoreBudgetCap : 1;
UINT Reserved : 27;
};
UINT32 Value;
} D3DKMT_PROCESS_VERIFIER_VIDMM_FLAGS;
Members
ForceSynchronousEvict
Indicates whether to force synchronous eviction.
NeverDeferEvictions
Flag to never defer evictions.
AlwaysFailCommitOnReclaim
Flag to always fail commit on reclaim.
AlwaysPlaceInDemotedLocation
Flag to always place in a demoted location.
IgnoreBudgetCap
Reserved
Reserved for internal use.
Value
The value used to operate over the other members.
Requirements
Requirement | Value |
---|---|
Header | d3dkmthk.h |