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.
Enables or disables CPU optimizations.
Syntax
D3DX_CPU_OPTIMIZATION D3DXCpuOptimizations(
_In_ BOOL Enable
);
Parameters
-
Enable [in]
-
Type: BOOL
TRUE to enable CPU optimizations; otherwise FALSE.
Return value
Type: D3DX_CPU_OPTIMIZATION
Returns the type of CPU detected, and for which optimizations exist (see D3DX_CPU_OPTIMIZATION).
Requirements
Requirement | Value |
---|---|
Header |
|
Library |
|
See also