MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / getTexture

Method getTexture

src/Core/Graphics/Canvas.cpp:255–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253 }
254
255 Texture Canvas::getTexture() const
256 {
257 return m_canvas.getTexture();
258 }
259
260 void Canvas::requiresSort()
261 {

Callers 8

updateMethod · 0.45
useTextureSizeMethod · 0.45
loadTextureMethod · 0.45
renderMethod · 0.45
loadImagesMethod · 0.45
Animation.cppFile · 0.45
applyTextureMethod · 0.45
Animator.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected