ae.ui.video.renderer

ae.ui.video.renderer

Public Imports

ae.utils.graphics.color
public import ae.utils.graphics.color;
Undocumented in source.
ae.utils.graphics.image
public import ae.utils.graphics.image;
Undocumented in source.
ae.utils.graphics.view
public import ae.utils.graphics.view;
Undocumented in source.

Members

Classes

ImageTextureSource
class ImageTextureSource

Implementation of TextureSource using an ae.utils.graphics.image.Image.

ProceduralTextureSource
class ProceduralTextureSource

Base class for TextureSource implementations where pixel data is calculated on request.

Renderer
class Renderer

Abstract class for a video renderer.

TextureRenderData
class TextureRenderData

Base class for all renderer-specific texture data

TextureSource
class TextureSource

Base class for logical textures

Enums

Renderers
enum Renderers

Uniquely identify private data owned by different renderers

Meta

License

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

Authors

Vladimir Panteleev <ae@cy.md>