MCPcopy Create free account
hub / github.com/OpenApoc/OpenApoc / ActiveTexture

Method ActiveTexture

framework/render/gl20/ogl_2_0_renderer.cpp:435–435  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

433class ActiveTexture
434{
435 ActiveTexture(const ActiveTexture &) = delete;
436
437 public:
438 static GLenum getUnitEnum(int unit) { return gl20::TEXTURE0 + unit; }

Callers 9

reuploadTexturesMethod · 0.80
uploadMethod · 0.80
flushMethod · 0.80
GLRGBTextureMethod · 0.80
GLPaletteTextureMethod · 0.80
GLSurfaceMethod · 0.80
drawMethod · 0.80
GLPaletteMethod · 0.80
setPaletteMethod · 0.80

Calls 1

ActiveTextureClass · 0.85

Tested by

no test coverage detected