Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cginternals/globjects
/ TextureResource
Method
TextureResource
source/globjects/source/Resource.cpp:195–198 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
193
194
195
TextureResource::TextureResource(GLenum target)
196
: IDResource(ImplementationRegistry::current().textureBindlessImplementation().create(target))
197
{
198
}
199
200
TextureResource::~TextureResource()
201
{
Callers
nothing calls this directly
Calls
1
create
Method · 0.45
Tested by
no test coverage detected