ReactOS 0.4.15-dev-7788-g1ad9096
ID3DXMatrixStackImpl Struct Reference
Collaboration diagram for ID3DXMatrixStackImpl:

Public Attributes

ID3DXMatrixStack ID3DXMatrixStack_iface
 
LONG ref
 
unsigned int current
 
unsigned int stack_size
 
D3DXMATRIXstack
 

Detailed Description

Definition at line 36 of file math.c.

Member Data Documentation

◆ current

unsigned int ID3DXMatrixStackImpl::current

Definition at line 41 of file math.c.

◆ ID3DXMatrixStack_iface

ID3DXMatrixStack ID3DXMatrixStackImpl::ID3DXMatrixStack_iface

Definition at line 38 of file math.c.

Referenced by impl_from_ID3DXMatrixStack().

◆ ref

LONG ID3DXMatrixStackImpl::ref

Definition at line 39 of file math.c.

Referenced by ID3DXMatrixStackImpl_AddRef(), and ID3DXMatrixStackImpl_Release().

◆ stack

D3DXMATRIX* ID3DXMatrixStackImpl::stack

Definition at line 43 of file math.c.

◆ stack_size

unsigned int ID3DXMatrixStackImpl::stack_size

Definition at line 42 of file math.c.


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