Skip to content

@simversus/yjvisDocs


@simversus/yjvis / FormatInfo

Class: FormatInfo

Constructors

new FormatInfo()

new FormatInfo(name, size, count, type, hasAlpha, hasDepth, hasStencil, isCompressed): FormatInfo

Parameters

name: string = ''

size: number = 0

count: number = 0

type: FormatType = FormatType.NONE

hasAlpha: boolean = false

hasDepth: boolean = false

hasStencil: boolean = false

isCompressed: boolean = false

Returns

FormatInfo

Defined in

gfx/base/types.ts:971

Properties

count

readonly count: number = 0

Defined in

gfx/base/types.ts:974


hasAlpha

readonly hasAlpha: boolean = false

Defined in

gfx/base/types.ts:976


hasDepth

readonly hasDepth: boolean = false

Defined in

gfx/base/types.ts:977


hasStencil

readonly hasStencil: boolean = false

Defined in

gfx/base/types.ts:978


isCompressed

readonly isCompressed: boolean = false

Defined in

gfx/base/types.ts:979


name

readonly name: string = ''

Defined in

gfx/base/types.ts:972


size

readonly size: number = 0

Defined in

gfx/base/types.ts:973


type

readonly type: FormatType = FormatType.NONE

Defined in

gfx/base/types.ts:975