Pyrogenesis  trunk
Public Member Functions | Public Attributes | List of all members
GUIRenderer::SDrawCall Struct Reference

#include <GUIRenderer.h>

Collaboration diagram for GUIRenderer::SDrawCall:
Collaboration graph
[legend]

Public Member Functions

 SDrawCall (const SGUIImage *image)
 
CRect ComputeTexCoords () const
 

Public Attributes

const SGUIImagem_Image
 
bool m_HasTexture
 
CTexturePtr m_Texture
 
CRect m_ObjectSize
 
int m_CellID
 
bool m_EnableBlending
 
CShaderTechniquePtr m_Shader
 
CColor m_ShaderColorParameter
 
CRect m_Vertices
 
float m_DeltaZ
 
CColor m_BorderColor
 
CColor m_BackColor
 

Constructor & Destructor Documentation

GUIRenderer::SDrawCall::SDrawCall ( const SGUIImage image)
inline

Member Function Documentation

CRect SDrawCall::ComputeTexCoords ( ) const

Member Data Documentation

CColor GUIRenderer::SDrawCall::m_BackColor
CColor GUIRenderer::SDrawCall::m_BorderColor
int GUIRenderer::SDrawCall::m_CellID
float GUIRenderer::SDrawCall::m_DeltaZ
bool GUIRenderer::SDrawCall::m_EnableBlending
bool GUIRenderer::SDrawCall::m_HasTexture
const SGUIImage* GUIRenderer::SDrawCall::m_Image
CRect GUIRenderer::SDrawCall::m_ObjectSize
CShaderTechniquePtr GUIRenderer::SDrawCall::m_Shader
CColor GUIRenderer::SDrawCall::m_ShaderColorParameter
CTexturePtr GUIRenderer::SDrawCall::m_Texture
CRect GUIRenderer::SDrawCall::m_Vertices

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