Interface

Cogl-18CoglAttributeBufferConstructorProps

interface ConstructorProps {
    context: Cogl.Context;
    default_target: Cogl.BufferBindTarget;
    defaultTarget: Cogl.BufferBindTarget;
    size: number | bigint;
    update_hint: Cogl.BufferUpdateHint;
    updateHint: Cogl.BufferUpdateHint;
}

Hierarchy (View Summary)

Index

Properties - Inherited from Cogl.Buffer.ConstructorProps

Properties - Inherited from Cogl.Buffer.ConstructorProps

context: Cogl.Context
default_target: Cogl.BufferBindTarget
defaultTarget: Cogl.BufferBindTarget
size: number | bigint
update_hint: Cogl.BufferUpdateHint