MCPcopy Create free account
hub / github.com/ad-si/LuaCAD / EnableTextureTarget

Method EnableTextureTarget

OpenCSG/src/frameBufferObject.h:63–63  ·  view source on GitHub ↗

Enables the texture target appropriate for this frame buffer object.

Source from the content-addressed store, hash-verified

61
62 /// Enables the texture target appropriate for this frame buffer object.
63 virtual void EnableTextureTarget() const { if (initialized) glEnable(textureTarget); }
64 /// Disables the texture target appropriate for this frame buffer object.
65 virtual void DisableTextureTarget() const { if (initialized) glDisable(textureTarget); }
66

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected