IDirect3DDevice7

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
version(Windows)
extern (C++)
interface IDirect3DDevice7 : IUnknown {}

Members

Functions

ApplyStateBlock
HRESULT ApplyStateBlock(DWORD )
Undocumented in source.
BeginScene
HRESULT BeginScene()
Undocumented in source.
BeginStateBlock
HRESULT BeginStateBlock()
Undocumented in source.
CaptureStateBlock
HRESULT CaptureStateBlock(DWORD )
Undocumented in source.
Clear
HRESULT Clear(DWORD , LPD3DRECT , DWORD , D3DCOLOR , D3DVALUE , DWORD )
Undocumented in source.
ComputeSphereVisibility
HRESULT ComputeSphereVisibility(LPD3DVECTOR , LPD3DVALUE , DWORD , DWORD , LPDWORD )
Undocumented in source.
CreateStateBlock
HRESULT CreateStateBlock(D3DSTATEBLOCKTYPE , LPDWORD )
Undocumented in source.
DeleteStateBlock
HRESULT DeleteStateBlock(DWORD )
Undocumented in source.
DrawIndexedPrimitive
HRESULT DrawIndexedPrimitive(D3DPRIMITIVETYPE , DWORD , LPVOID , DWORD , LPWORD , DWORD , DWORD )
Undocumented in source.
DrawIndexedPrimitiveStrided
HRESULT DrawIndexedPrimitiveStrided(D3DPRIMITIVETYPE , DWORD , LPD3DDRAWPRIMITIVESTRIDEDDATA , DWORD , LPWORD , DWORD , DWORD )
Undocumented in source.
DrawIndexedPrimitiveVB
HRESULT DrawIndexedPrimitiveVB(D3DPRIMITIVETYPE , LPDIRECT3DVERTEXBUFFER7 , DWORD , DWORD , LPWORD , DWORD , DWORD )
Undocumented in source.
DrawPrimitive
HRESULT DrawPrimitive(D3DPRIMITIVETYPE , DWORD , LPVOID , DWORD , DWORD )
Undocumented in source.
DrawPrimitiveStrided
HRESULT DrawPrimitiveStrided(D3DPRIMITIVETYPE , DWORD , LPD3DDRAWPRIMITIVESTRIDEDDATA , DWORD , DWORD )
Undocumented in source.
DrawPrimitiveVB
HRESULT DrawPrimitiveVB(D3DPRIMITIVETYPE , LPDIRECT3DVERTEXBUFFER7 , DWORD , DWORD , DWORD )
Undocumented in source.
EndScene
HRESULT EndScene()
Undocumented in source.
EndStateBlock
HRESULT EndStateBlock(LPDWORD )
Undocumented in source.
EnumTextureFormats
HRESULT EnumTextureFormats(LPD3DENUMPIXELFORMATSCALLBACK , LPVOID )
Undocumented in source.
GetCaps
HRESULT GetCaps(LPD3DDEVICEDESC7 )
Undocumented in source.
GetClipPlane
HRESULT GetClipPlane(DWORD , D3DVALUE* )
Undocumented in source.
GetClipStatus
HRESULT GetClipStatus(LPD3DCLIPSTATUS )
Undocumented in source.
GetDirect3D
HRESULT GetDirect3D(LPDIRECT3D7* )
Undocumented in source.
GetInfo
HRESULT GetInfo(DWORD , LPVOID , DWORD )
Undocumented in source.
GetLight
HRESULT GetLight(DWORD , LPD3DLIGHT7 )
Undocumented in source.
GetLightEnable
HRESULT GetLightEnable(DWORD , BOOL* )
Undocumented in source.
GetMaterial
HRESULT GetMaterial(LPD3DMATERIAL7 )
Undocumented in source.
GetRenderState
HRESULT GetRenderState(D3DRENDERSTATETYPE , LPDWORD )
Undocumented in source.
GetRenderTarget
HRESULT GetRenderTarget(LPDIRECTDRAWSURFACE7* )
Undocumented in source.
GetTexture
HRESULT GetTexture(DWORD , LPDIRECTDRAWSURFACE7* )
Undocumented in source.
GetTextureStageState
HRESULT GetTextureStageState(DWORD , D3DTEXTURESTAGESTATETYPE , LPDWORD )
Undocumented in source.
GetTransform
HRESULT GetTransform(D3DTRANSFORMSTATETYPE , LPD3DMATRIX )
Undocumented in source.
GetViewport
HRESULT GetViewport(LPD3DVIEWPORT7 )
Undocumented in source.
LightEnable
HRESULT LightEnable(DWORD , BOOL )
Undocumented in source.
Load
HRESULT Load(LPDIRECTDRAWSURFACE7 , LPPOINT , LPDIRECTDRAWSURFACE7 , LPRECT , DWORD )
Undocumented in source.
MultiplyTransform
HRESULT MultiplyTransform(D3DTRANSFORMSTATETYPE , LPD3DMATRIX )
Undocumented in source.
PreLoad
HRESULT PreLoad(LPDIRECTDRAWSURFACE7 )
Undocumented in source.
SetClipPlane
HRESULT SetClipPlane(DWORD , D3DVALUE* )
Undocumented in source.
SetClipStatus
HRESULT SetClipStatus(LPD3DCLIPSTATUS )
Undocumented in source.
SetLight
HRESULT SetLight(DWORD , LPD3DLIGHT7 )
Undocumented in source.
SetMaterial
HRESULT SetMaterial(LPD3DMATERIAL7 )
Undocumented in source.
SetRenderState
HRESULT SetRenderState(D3DRENDERSTATETYPE , DWORD )
Undocumented in source.
SetRenderTarget
HRESULT SetRenderTarget(LPDIRECTDRAWSURFACE7 , DWORD )
Undocumented in source.
SetTexture
HRESULT SetTexture(DWORD , LPDIRECTDRAWSURFACE7 )
Undocumented in source.
SetTextureStageState
HRESULT SetTextureStageState(DWORD , D3DTEXTURESTAGESTATETYPE , DWORD )
Undocumented in source.
SetTransform
HRESULT SetTransform(D3DTRANSFORMSTATETYPE , LPD3DMATRIX )
Undocumented in source.
SetViewport
HRESULT SetViewport(LPD3DVIEWPORT7 )
Undocumented in source.
ValidateDevice
HRESULT ValidateDevice(LPDWORD )
Undocumented in source.

Meta