MCPcopy Create free account
hub / github.com/DanielChappuis/reactphysics3d / ~Texture2D

Method ~Texture2D

testbed/opengl-framework/src/Texture2D.cpp:49–51  ·  view source on GitHub ↗

Destructor

Source from the content-addressed store, hash-verified

47
48// Destructor
49Texture2D::~Texture2D() {
50 destroy();
51}
52
53// Create the texture
54void Texture2D::create(uint width, uint height, uint internalFormat, uint format, uint type,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected