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

Method GetWidth

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

Returns the width of the frame buffer object.

Source from the content-addressed store, hash-verified

68 virtual unsigned int GetTextureTarget() const { return textureTarget; }
69 /// Returns the width of the frame buffer object.
70 virtual int GetWidth() const { return dimensions.width; }
71 /// Returns the width of the frame buffer object.
72 virtual int GetHeight() const { return dimensions.height; }
73

Callers 2

initMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected