Package graphics.glimpse

Glimpse Core API.

Glimpse Core API.

Glimpse Core API.

Types

BlendingFactorFunction
Link copied to clipboard
enum BlendingFactorFunction : Enum<BlendingFactorFunction>

Blending factor function.

ClearableBufferType
Link copied to clipboard
enum ClearableBufferType : Enum<ClearableBufferType>

Clearable buffer type.

DepthTestFunction
Link copied to clipboard
enum DepthTestFunction : Enum<DepthTestFunction>

Depth test function.

DrawingMode
Link copied to clipboard
enum DrawingMode : Enum<DrawingMode>

Type of primitives to be drawn.

FaceCullingMode
Link copied to clipboard
enum FaceCullingMode : Enum<FaceCullingMode>

Face culling mode.

GlimpseAdapter
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.

GlimpseCallback
Link copied to clipboard
interface GlimpseCallback

Callback used by various Glimpse components for rendering.

PixelFormat
Link copied to clipboard
enum PixelFormat : Enum<PixelFormat>

Format of pixel data read from frame buffer.

Functions

createBitmap
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.

createImage
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.