Public Member Functions | |
BatchedScreenTextRenderable (Rendering::Materials::IMaterial *pMaterial, const Rendering::VertexLayouts::VertexBinding *pVertexBinding, const Rendering::SortKey &sortKey, const TBatchedTextRenderable *pPrimary, const GlBuffer< u16 > &quadIndexBuffer, GlBuffer< Rendering::VertexTypes::ScreenTextVertex > &screenTextVertexBuffer) | |
Public Member Functions inherited from Eegeo::Text::TBatchedTextRenderable< Rendering::VertexTypes::ScreenTextVertex > | |
TBatchedTextRenderable (Rendering::Materials::IMaterial *pMaterial, const Rendering::VertexLayouts::VertexBinding *pVertexBinding, const Rendering::SortKey &sortKey, const TBatchedTextRenderable *pPrimary, const GlBuffer< u16 > &quadIndexBuffer, VertexBufferType &vertexBuffer) | |
void | Upload () |
void | Reset () |
void | Render (Rendering::GLState &glState) const |
VertexListType & | GetVertexList () const |
bool | IsPrimary () const |
bool | IsReplica () const |
Public Member Functions inherited from Eegeo::Text::BatchedTextRenderable | |
BatchedTextRenderable (Rendering::Materials::IMaterial *pMaterial, const Rendering::VertexLayouts::VertexBinding *pVertexBinding, const Rendering::SortKey &sortKey, int vertexStrideBytes, const GlBuffer< u16 > &quadIndexBuffer) | |
virtual void | SetTextAppearance (const Text::BatchedTextAppearance &textAppearance) |
virtual const Text::BatchedTextAppearance & | GetTextAppearanceForCurrentRange () const |
virtual bool | ShouldRender () const |
virtual void | Finalize () |
bool | IsHaloLayer () const |
bool | IsStencilMaskPass () const |
bool | NeedsShaderSetup () const |
Public Member Functions inherited from Eegeo::Rendering::RenderableBase | |
RenderableBase (const m44 &modelViewProjection, const dv3 &ecefPosition, const Rendering::Materials::IMaterial *pMaterial, const VertexLayouts::VertexBinding *pVertexBinding, const SortKey &sortKey) | |
RenderableBase (LayerIds::Values layerId, const dv3 &ecefPosition, const Rendering::Materials::IMaterial *material, const VertexLayouts::VertexBinding &vertexBinding) | |
RenderableBase (LayerIds::Values layerId, const dv3 &ecefPosition, const Rendering::Materials::IMaterial *material) | |
const SortKey | GetSortKey () const |
void | SetLayer (LayerIds::Values layerId) |
LayerIds::Values | GetLayer () const |
void | SetUserDefined (u64 userDefined) |
u64 | GetUserDefined () const |
void | SetDepth (u64 depth) |
u64 | GetDepth () const |
virtual void | SetMaterial (const Rendering::Materials::IMaterial *pMaterial, Rendering::VertexLayouts::VertexBindingPool &vertexBindingPool) |
const Materials::IMaterial * | GetMaterial () const |
void | SetEcefPosition (const dv3 &ecefPosition) |
const dv3 & | GetEcefPosition () const |
void | SetModelViewProjection (const m44 &modelViewProjection) |
const m44 & | GetModelViewProjection () const |
Additional Inherited Members | |
Public Types inherited from Eegeo::Text::TBatchedTextRenderable< Rendering::VertexTypes::ScreenTextVertex > | |
typedef Rendering::VertexTypes::ScreenTextVertex | VertexType |
typedef TBatchedTextRenderable < Rendering::VertexTypes::ScreenTextVertex > | ThisType |
typedef std::vector< VertexType > | VertexListType |
typedef GlBuffer< VertexType > | VertexBufferType |
Static Public Member Functions inherited from Eegeo::Text::BatchedTextRenderable | |
static Rendering::SortKey | MakeSortKeyForLayer (Rendering::LayerIds::Values layerId, int subLayer, bool isHaloLayer) |
static Rendering::SortKey | MakeSortKey (const Rendering::Materials::IMaterial &material, const Rendering::SortKey &sortKeyForLayer) |
Protected Member Functions inherited from Eegeo::Text::BatchedTextRenderable | |
void | Draw (Rendering::GLState &glState, int batchQuadOffset) const |
Protected Attributes inherited from Eegeo::Rendering::RenderableBase | |
m44 | m_modelViewProjection |
dv3 | m_ecefPosition |
const Rendering::Materials::IMaterial * | m_material |
const VertexLayouts::VertexBinding * | m_pVertexBinding |
SortKey | m_sortKey |