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

Method ~SamplerResource

source/globjects/source/Resource.cpp:176–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174}
175
176SamplerResource::~SamplerResource()
177{
178 deleteObject(glDeleteSamplers, id(), hasOwnership());
179}
180
181ShaderResource::ShaderResource(GLenum type)
182: IDResource(glCreateShader(type))

Callers

nothing calls this directly

Calls 1

deleteObjectFunction · 0.85

Tested by

no test coverage detected