MCPcopy Create free account
hub / github.com/TankOs/SFGUI / VertexArrayRenderer

Method VertexArrayRenderer

src/SFGUI/Renderers/VertexArrayRenderer.cpp:17–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15namespace sfg {
16
17VertexArrayRenderer::VertexArrayRenderer() :
18 m_last_vertex_count( 0 ),
19 m_last_index_count( 0 ),
20 m_alpha_threshold( 0.f ),
21 m_dirty( true ),
22 m_cull( false ) {
23}
24
25VertexArrayRenderer::Ptr VertexArrayRenderer::Create() {
26 return Ptr( new VertexArrayRenderer );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected