GFXD3D9QueryFence
Engine/source/gfx/D3D9/gfxD3D9QueryFence.h
Private Attributes
IDirect3DQuery9 *
Public Functions
GFXD3D9QueryFence(GFXDevice * device)
The resource should put a description of itself (number of vertices, size/width of texture, etc.) in buffer.
This is a non-blocking call to get the status of the fence.
Detailed Description
Private Attributes
IDirect3DQuery9 * mQuery
Public Functions
GFXD3D9QueryFence(GFXDevice * device)
~GFXD3D9QueryFence()
block()
Reimplemented from: GFXFence
describeSelf()
Reimplemented from: GFXResource
getStatus()
Reimplemented from: GFXFence
issue()
Reimplemented from: GFXFence
resurrect()
Reimplemented from: GFXResource
zombify()
Reimplemented from: GFXResource
