Метод | Описание | |
---|---|---|
Begin ( ) : void |
Starts the hardware occlusion query
|
|
D3DHardwareOcclusionQuery ( SlimDX.Direct3D9 device ) : System |
Default constructor.
|
|
End ( ) : void |
Ends the hardware occlusion test
|
|
IsStillOutstanding ( ) : bool |
Lets you know when query is done, or still be processed by the Hardware
|
|
PullResults ( ) : int |
Pulls the hardware occlusion query. Waits until the query result is available; use HardwareOcclusionQuery.IsStillOutstanding if just want to test if the result is available. |
Метод | Описание | |
---|---|---|
dispose ( bool disposeManagedResources ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
public D3DHardwareOcclusionQuery ( SlimDX.Direct3D9 device ) : System | ||
device | SlimDX.Direct3D9 | Reference to a Direct3D device. |
Результат | System |
protected dispose ( bool disposeManagedResources ) : void | ||
disposeManagedResources | bool | |
Результат | void |