Gamedev Framework (gf)  0.6.0
A C++11 framework for 2D games
gf::RenderTexture Member List

This is the complete list of members for gf::RenderTexture, including all inherited members.

capture() constgf::RenderTexture
captureFramebuffer(unsigned name) constgf::RenderTargetprotected
clear(const Color4f &color)gf::RenderTarget
clear()gf::RenderTarget
create(Vector2u size)gf::RenderTexture
display()gf::RenderTexture
draw(const Vertex *vertices, std::size_t count, PrimitiveType type, const RenderStates &states=RenderStates())gf::RenderTarget
draw(const Vertex *vertices, const uint16_t *indices, std::size_t count, PrimitiveType type, const RenderStates &states=RenderStates())gf::RenderTarget
draw(const Vertex *vertices, int *first, const std::size_t *count, std::size_t primcount, PrimitiveType type, const RenderStates &states=RenderStates())gf::RenderTarget
draw(const Vertex *vertices, const uint16_t **indices, const std::size_t *count, std::size_t primcount, PrimitiveType type, const RenderStates &states=RenderStates())gf::RenderTarget
draw(const VertexBuffer &buffer, const RenderStates &states=RenderStates())gf::RenderTarget
draw(Drawable &drawable, const RenderStates &states=RenderStates())gf::RenderTarget
getAliasedLineWidthRange() constgf::RenderTarget
getCanonicalScissorBox()gf::RenderTarget
getCanonicalViewport(const View &view) constgf::RenderTarget
getLineWidth() constgf::RenderTarget
getScissorBox()gf::RenderTarget
getSize() const overridegf::RenderTexturevirtual
getTexture() constgf::RenderTextureinline
getView() constgf::RenderTargetinline
getViewport(const View &view) constgf::RenderTarget
initialize()gf::RenderTargetprotected
isRepeated() constgf::RenderTextureinline
isSmooth() constgf::RenderTextureinline
mapCoordsToPixel(Vector2f point, const View &view) constgf::RenderTarget
mapCoordsToPixel(Vector2f point) constgf::RenderTarget
mapPixelToCoords(Vector2i point, const View &view) constgf::RenderTarget
mapPixelToCoords(Vector2i point) constgf::RenderTarget
operator=(const RenderTarget &)=deletegf::RenderTarget
RenderTarget()=defaultgf::RenderTarget
RenderTarget(const RenderTarget &)=deletegf::RenderTarget
RenderTexture()gf::RenderTexture
setActive()gf::RenderTexture
setCanonicalScissorBox(const Region &box)gf::RenderTarget
setRepeated(bool repeated=true)gf::RenderTextureinline
setScissorBox(const RectI &box)gf::RenderTarget
setSmooth(bool smooth=true)gf::RenderTextureinline
setView(const View &view)gf::RenderTarget
~RenderTarget()gf::RenderTargetvirtual
~RenderTexture()gf::RenderTexture