Package graphics.glimpse

Glimpse Core API.

Glimpse Core API.

Glimpse Core API.

Types

Link copied to clipboard
enum BlendingFactorFunction : Enum<BlendingFactorFunction>

Blending factor function.

Link copied to clipboard
enum ClearableBufferType : Enum<ClearableBufferType>

Clearable buffer type.

Link copied to clipboard
enum DepthTestFunction : Enum<DepthTestFunction>

Depth test function.

Link copied to clipboard
enum DrawingMode : Enum<DrawingMode>

Type of primitives to be drawn.

Link copied to clipboard
enum FaceCullingMode : Enum<FaceCullingMode>

Face culling mode.

Link copied to clipboard
actual class GlimpseAdapter

Glimpse OpenGL adapter.

expect class GlimpseAdapter

Glimpse OpenGL adapter.

actual class GlimpseAdapter

Glimpse OpenGL adapter for the given GL ES 2.0.

Link copied to clipboard
interface GlimpseCallback

Callback used by various Glimpse components for rendering.

Link copied to clipboard
enum PixelFormat : Enum<PixelFormat>

Format of pixel data read from frame buffer.

Functions

Link copied to clipboard
fun GlimpseAdapter.createBitmap(    x: Int = 0,     y: Int = 0,     width: Int,     height: Int): Bitmap

Creates a new Bitmap from the rendered image.

Link copied to clipboard
fun GlimpseAdapter.createImage(    x: Int = 0,     y: Int = 0,     width: Int,     height: Int): Image

Creates a new Image from the rendered image.