ReactOS 0.4.15-dev-8093-g3285f69
_D3DHAL_CALLBACKS2 Struct Reference

#include <d3dhal.h>

Collaboration diagram for _D3DHAL_CALLBACKS2:

Public Attributes

DWORD dwSize
 
DWORD dwFlags
 
LPD3DHAL_SETRENDERTARGETCB SetRenderTarget
 
LPD3DHAL_CLEARCB Clear
 
LPD3DHAL_DRAWONEPRIMITIVECB DrawOnePrimitive
 
LPD3DHAL_DRAWONEINDEXEDPRIMITIVECB DrawOneIndexedPrimitive
 
LPD3DHAL_DRAWPRIMITIVESCB DrawPrimitives
 

Detailed Description

Definition at line 204 of file d3dhal.h.

Member Data Documentation

◆ Clear

LPD3DHAL_CLEARCB _D3DHAL_CALLBACKS2::Clear

Definition at line 208 of file d3dhal.h.

◆ DrawOneIndexedPrimitive

LPD3DHAL_DRAWONEINDEXEDPRIMITIVECB _D3DHAL_CALLBACKS2::DrawOneIndexedPrimitive

Definition at line 210 of file d3dhal.h.

◆ DrawOnePrimitive

LPD3DHAL_DRAWONEPRIMITIVECB _D3DHAL_CALLBACKS2::DrawOnePrimitive

Definition at line 209 of file d3dhal.h.

◆ DrawPrimitives

LPD3DHAL_DRAWPRIMITIVESCB _D3DHAL_CALLBACKS2::DrawPrimitives

Definition at line 211 of file d3dhal.h.

◆ dwFlags

DWORD _D3DHAL_CALLBACKS2::dwFlags

Definition at line 206 of file d3dhal.h.

◆ dwSize

DWORD _D3DHAL_CALLBACKS2::dwSize

Definition at line 205 of file d3dhal.h.

◆ SetRenderTarget

LPD3DHAL_SETRENDERTARGETCB _D3DHAL_CALLBACKS2::SetRenderTarget

Definition at line 207 of file d3dhal.h.


The documentation for this struct was generated from the following file: