MCPcopy Create free account
hub / github.com/cginternals/globjects / createDefault

Method createDefault

source/globjects/source/Texture.cpp:78–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78Texture * Texture::createDefault()
79{
80 return createDefault(GL_TEXTURE_2D);
81}
82
83Texture * Texture::createDefault(const GLenum target)
84{

Callers

nothing calls this directly

Calls 1

setParameterMethod · 0.45

Tested by

no test coverage detected