ID3DX11Effect::IsOptimized method
Test an effect to see if the reflection metadata has been removed from memory.
Syntax
BOOL IsOptimized();
Parameters
This method has no parameters.
Return value
Type: BOOL
TRUE if the effect is optimized; otherwise FALSE.
Remarks
An effect uses memory space two different ways: to store the information required by the runtime to execute an effect, and to store the metadata required to reflect information back to an application using the API. You can minimize the amount of memory required by an effect by calling ID3DX11Effect::Optimize which removes the reflection metadata from memory. Of course, API methods to read variables will no longer work once reflection data has been removed.
Note
The DirectX SDK does not supply any compiled binaries for effects. You must use Effects 11 source to build your effects-type application. For more information about using Effects 11 source, see Differences Between Effects 10 and Effects 11.
Requirements
Requirement | Value |
---|---|
Header |
|
Library |
|