MCPcopy Create free account
hub / github.com/davideberly/GeometricTools / ~GL46Texture2Array

Method ~GL46Texture2Array

GTE/Graphics/GL46/GL46Texture2Array.cpp:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10using namespace gte;
11
12GL46Texture2Array::~GL46Texture2Array()
13{
14 glDeleteTextures(1, &mGLHandle);
15}
16
17GL46Texture2Array::GL46Texture2Array(Texture2Array const* texture)
18 :

Callers

nothing calls this directly

Calls 1

glDeleteTexturesFunction · 0.85

Tested by

no test coverage detected