Package graphics.glimpse

Types

BlendingFactorFunction
Link copied to clipboard
common
enum BlendingFactorFunction : Enum<BlendingFactorFunction>
Blending factor function.
ClearableBufferType
Link copied to clipboard
common
enum ClearableBufferType : Enum<ClearableBufferType>
Clearable buffer type.
DepthTestFunction
Link copied to clipboard
common
enum DepthTestFunction : Enum<DepthTestFunction>
Depth test function.
DrawingMode
Link copied to clipboard
common
enum DrawingMode : Enum<DrawingMode>
Type of primitives to be drawn.
FaceCullingMode
Link copied to clipboard
common
enum FaceCullingMode : Enum<FaceCullingMode>
Face culling mode.
GlimpseAdapter
Link copied to clipboard
common
class GlimpseAdapter
Glimpse OpenGL adapter.
class GlimpseAdapter
Glimpse OpenGL adapter.
class GlimpseAdapter
Glimpse OpenGL adapter for the given GL ES 2.0.
GlimpseCallback
Link copied to clipboard
common
interface GlimpseCallback
Callback used by various Glimpse components for rendering.
PixelFormat
Link copied to clipboard
common
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.