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

Method SamplerResource

source/globjects/source/Resource.cpp:171–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169
170
171SamplerResource::SamplerResource()
172: IDResource(createObject(glGenSamplers))
173{
174}
175
176SamplerResource::~SamplerResource()
177{

Callers

nothing calls this directly

Calls 1

createObjectFunction · 0.85

Tested by

no test coverage detected