Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
427
void Texture::accept(ObjectVisitor& visitor)
428
{
429
visitor.visitTexture(this);
430
}
431
432
TextureHandle Texture::textureHandle() const
433
{
Callers
nothing calls this directly
Calls
1
visitTexture
Method · 0.80
Tested by
no test coverage detected