Crate irondash_texture

Source

Structs§

GLTexture
PixelData
Pixel data is supported payload type on every platform, but the expected PixelFormat may differ. You can PixelData::FORMAT to query expected pixel format.
SendableTexture
SendableTexture is Send and Sync so it can be sent between threads, but it can only update the texture, it can not retrieve payload (such as Surface or NativeWindow on Android).
SimplePixelData
Convenience implementation for pixel data texture.
Texture
Native texture.

Enums§

Error
PixelFormat

Traits§

GLTextureProvider
PayloadProvider
Trait that implemented by objects that provide texture contents.
PixelDataProvider
PlatformTextureWithProvider
PlatformTextureWithoutProvider

Type Aliases§

BoxedGLTexture
Payload type for IOSurface backed texture.
BoxedPixelData
Actual type for pixel buffer payload.
Result