What is it?
Download
FAQs
Docs
Main Page
Modules
Classes
Files
Class List
Class Index
Class Hierarchy
Class Members
cpp3ds
RenderTarget
cpp3ds::RenderTarget Member List
This is the complete list of members for
cpp3ds::RenderTarget
, including all inherited members.
clear
(const Color &color=Color(0, 0, 0, 255))
cpp3ds::RenderTarget
draw
(const Drawable &drawable, const RenderStates &states=RenderStates::Default)
cpp3ds::RenderTarget
draw
(const Vertex *vertices, unsigned int vertexCount, PrimitiveType type, const RenderStates &states=RenderStates::Default)
cpp3ds::RenderTarget
getDefaultView
() const
cpp3ds::RenderTarget
getSize
() const =0
cpp3ds::RenderTarget
pure virtual
getView
() const
cpp3ds::RenderTarget
getViewport
(const View &view) const
cpp3ds::RenderTarget
initialize
()
cpp3ds::RenderTarget
protected
mapCoordsToPixel
(const Vector2f &point) const
cpp3ds::RenderTarget
mapCoordsToPixel
(const Vector2f &point, const View &view) const
cpp3ds::RenderTarget
mapPixelToCoords
(const Vector2i &point) const
cpp3ds::RenderTarget
mapPixelToCoords
(const Vector2i &point, const View &view) const
cpp3ds::RenderTarget
NonCopyable
()
cpp3ds::NonCopyable
inline
private
popGLStates
()
cpp3ds::RenderTarget
pushGLStates
()
cpp3ds::RenderTarget
RenderTarget
()
cpp3ds::RenderTarget
protected
resetGLStates
()
cpp3ds::RenderTarget
setView
(const View &view)
cpp3ds::RenderTarget
~RenderTarget
()
cpp3ds::RenderTarget
virtual