Pyrogenesis  13997
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
GUIRenderer::SDrawCall Struct Reference

#include <GUIRenderer.h>

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
 

Detailed Description

Definition at line 41 of file GUIRenderer.h.

Constructor & Destructor Documentation

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

Definition at line 43 of file GUIRenderer.h.

Member Function Documentation

CRect SDrawCall::ComputeTexCoords ( ) const

Definition at line 259 of file GUIRenderer.cpp.

Member Data Documentation

CColor GUIRenderer::SDrawCall::m_BackColor

Definition at line 63 of file GUIRenderer.h.

CColor GUIRenderer::SDrawCall::m_BorderColor

Definition at line 62 of file GUIRenderer.h.

int GUIRenderer::SDrawCall::m_CellID

Definition at line 52 of file GUIRenderer.h.

float GUIRenderer::SDrawCall::m_DeltaZ

Definition at line 60 of file GUIRenderer.h.

bool GUIRenderer::SDrawCall::m_EnableBlending

Definition at line 54 of file GUIRenderer.h.

bool GUIRenderer::SDrawCall::m_HasTexture

Definition at line 48 of file GUIRenderer.h.

const SGUIImage* GUIRenderer::SDrawCall::m_Image

Definition at line 46 of file GUIRenderer.h.

CRect GUIRenderer::SDrawCall::m_ObjectSize

Definition at line 51 of file GUIRenderer.h.

CShaderTechniquePtr GUIRenderer::SDrawCall::m_Shader

Definition at line 56 of file GUIRenderer.h.

CColor GUIRenderer::SDrawCall::m_ShaderColorParameter

Definition at line 57 of file GUIRenderer.h.

CTexturePtr GUIRenderer::SDrawCall::m_Texture

Definition at line 49 of file GUIRenderer.h.

CRect GUIRenderer::SDrawCall::m_Vertices

Definition at line 59 of file GUIRenderer.h.


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