CUGL 2.1
Cornell University Game Library
|
This is the complete list of members for cugl::RenderTarget, including all inherited members.
alloc(int width, int height) | cugl::RenderTarget | inlinestatic |
alloc(int width, int height, size_t outputs) | cugl::RenderTarget | inlinestatic |
alloc(int width, int height, std::initializer_list< Texture::PixelFormat > outputs) | cugl::RenderTarget | inlinestatic |
alloc(int width, int height, std::vector< Texture::PixelFormat > outputs) | cugl::RenderTarget | inlinestatic |
alloc(int width, int height, std::unordered_map< GLuint, Texture::PixelFormat > outputs) | cugl::RenderTarget | inlinestatic |
alloc(int width, int height, Texture::PixelFormat *outputs, size_t outsize) | cugl::RenderTarget | inlinestatic |
begin() | cugl::RenderTarget | |
dispose() | cugl::RenderTarget | |
end() | cugl::RenderTarget | |
getClearColor() const | cugl::RenderTarget | inline |
getDepthStencil() const | cugl::RenderTarget | inline |
getHeight() const | cugl::RenderTarget | inline |
getOutputSize() const | cugl::RenderTarget | inline |
getTexture(size_t index=0) const | cugl::RenderTarget | |
getWidth() const | cugl::RenderTarget | inline |
init(int width, int height) | cugl::RenderTarget | inline |
init(int width, int height, size_t outputs) | cugl::RenderTarget | |
init(int width, int height, std::initializer_list< Texture::PixelFormat > outputs) | cugl::RenderTarget | |
init(int width, int height, std::vector< Texture::PixelFormat > outputs) | cugl::RenderTarget | |
init(int width, int height, std::unordered_map< GLuint, Texture::PixelFormat > outputs) | cugl::RenderTarget | |
init(int width, int height, Texture::PixelFormat *outputs, size_t outsize) | cugl::RenderTarget | |
RenderTarget() | cugl::RenderTarget | |
setClearColor(const Color4 color) | cugl::RenderTarget | inline |
~RenderTarget() | cugl::RenderTarget |