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

Method Draw

src/SFGUI/Canvas.cpp:404–406  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

402}
403
404void Canvas::Draw( const sf::Drawable& drawable, const sf::RenderStates& states ) {
405 m_render_texture->draw( drawable, states );
406}
407
408void Canvas::Draw( const sf::Vertex* vertices, std::size_t vertex_count, sf::PrimitiveType type, const sf::RenderStates& states ) {
409 m_render_texture->draw( vertices, vertex_count, type, states );

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected