MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / getAlphaTestEffect

Method getAlphaTestEffect

Source/Node/Sprite.cpp:338–340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

336}
337
338SpriteEffect* SpriteRenderer::getAlphaTestEffect() const noexcept {
339 return _alphaTestEffect;
340}
341
342void SpriteRenderer::render() {
343 if (!_vertices.empty()) {

Callers 1

setupAlphaTestMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected