MCPcopy Create free account
hub / github.com/cginternals/globjects / accept

Method accept

source/globjects/source/Texture.cpp:427–430  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

425}
426
427void Texture::accept(ObjectVisitor& visitor)
428{
429 visitor.visitTexture(this);
430}
431
432TextureHandle Texture::textureHandle() const
433{

Callers

nothing calls this directly

Calls 1

visitTextureMethod · 0.80

Tested by

no test coverage detected