Lysa  0.0
Lysa 3D Engine
Vector2DRenderer Member List

This is the complete list of members for Vector2DRenderer, including all inherited members.

Vector2DRenderer(const RendererConfiguration &config, vireo::ImageFormat outputFormat)Vector2DRenderer
Vector3DRenderer(const RendererConfiguration &config, vireo::ImageFormat outputFormat, bool useCamera=true, bool depthTestEnable=true, bool filledTriangles=false, bool enableAlphaBlending=true, const std::string &name="VectorRenderer", const std::string &shadersName="vector", const std::string &glyphShadersName="glyph")Vector3DRenderer
Vector3DRenderer(Vector3DRenderer &) = deleteVector3DRendererdelete
addFont(const Font &font)Vector3DRendererprotected
addTexture(const Image &texture)Vector3DRendererprotected
configVector3DRendererprotected
drawFilledRect(const Rect &rect)Vector2DRenderer
drawFilledRect(const Rect &rect, unique_id texture)Vector2DRenderer
drawFilledRect(float x, float y, float w, float h, unique_id texture=INVALID_ID)Vector2DRenderer
drawImage(unique_id image, const float3 &position, const quaternion &rotation, const float2 &size, const float4 &color)Vector3DRenderer
drawLine(const float2 &start, const float2 &end)Vector2DRenderer
lysa::Vector3DRenderer::drawLine(const float3 &from, const float3 &to, const float4 &color)Vector3DRenderer
drawText(const std::string &text, Font &font, float fontScale, float x, float y)Vector2DRenderer
lysa::Vector3DRenderer::drawText(const std::string &text, Font &font, float fontScale, const float3 &position, const quaternion &rotation, const float4 &innerColor)Vector3DRenderer
drawTriangle(const float3 &v1, const float3 &v2, const float3 &v3, const float4 &color)Vector3DRenderer
getAspectRatio() constVector2DRendererinline
glyphVerticesVector3DRendererprotected
imageManagerVector3DRendererprotected
imagesVerticesVector3DRendererprotected
isUseCamera() constVector3DRendererinline
linesVerticesVector3DRendererprotected
operator=(Vector3DRenderer &) = deleteVector3DRendererdelete
render(vireo::CommandList &commandList, const Camera &camera, const std::shared_ptr< vireo::RenderTarget > &colorAttachment, const std::shared_ptr< vireo::RenderTarget > &depthAttachment, uint32 frameIndex)Vector3DRenderer
resize(const vireo::Extent &extent)Vector2DRenderer
restart()Vector3DRenderer
setPenColor(const float4 &color)Vector2DRendererinline
setTranslate(const float2 &t)Vector2DRendererinline
setTransparency(const float a)Vector2DRendererinline
triangleVerticesVector3DRendererprotected
update(const vireo::CommandList &commandList, uint32 frameIndex)Vector3DRenderer
vertexBufferDirtyVector3DRendererprotected
~Vector3DRenderer() = defaultVector3DRenderervirtualdefault