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

Method Texture2D

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

Constructor

Source from the content-addressed store, hash-verified

34
35// Constructor
36Texture2D::Texture2D() : mID(0), mUnit(0), mWidth(0), mHeight(0) {
37
38}
39
40// Constructor
41Texture2D::Texture2D(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