Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davideberly/GeometricTools
/ ~GL46Texture1Array
Method
~GL46Texture1Array
GTE/Graphics/GL46/GL46Texture1Array.cpp:12–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
using namespace gte;
11
12
GL46Texture1Array::~GL46Texture1Array()
13
{
14
glDeleteTextures(1, &mGLHandle);
15
}
16
17
GL46Texture1Array::GL46Texture1Array(Texture1Array const* texture)
18
:
Callers
nothing calls this directly
Calls
1
glDeleteTextures
Function · 0.85
Tested by
no test coverage detected