ReactOS 0.4.17-dev-934-g091855f
_D3DX10_SPRITE Struct Reference

#include <d3dx10core.h>

Collaboration diagram for _D3DX10_SPRITE:

Public Attributes

D3DXMATRIX matWorld
 
D3DXVECTOR2 TexCoord
 
D3DXVECTOR2 TexSize
 
D3DXCOLOR ColorModulate
 
ID3D10ShaderResourceView * pTexture
 
UINT TextureIndex
 

Detailed Description

Definition at line 34 of file d3dx10core.h.

Member Data Documentation

◆ ColorModulate

D3DXCOLOR _D3DX10_SPRITE::ColorModulate

Definition at line 39 of file d3dx10core.h.

◆ matWorld

D3DXMATRIX _D3DX10_SPRITE::matWorld

Definition at line 36 of file d3dx10core.h.

◆ pTexture

ID3D10ShaderResourceView* _D3DX10_SPRITE::pTexture

Definition at line 40 of file d3dx10core.h.

◆ TexCoord

D3DXVECTOR2 _D3DX10_SPRITE::TexCoord

Definition at line 37 of file d3dx10core.h.

◆ TexSize

D3DXVECTOR2 _D3DX10_SPRITE::TexSize

Definition at line 38 of file d3dx10core.h.

◆ TextureIndex

UINT _D3DX10_SPRITE::TextureIndex

Definition at line 41 of file d3dx10core.h.


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