Skip to content

RoyInterface / Exports / impls/RoyTextureImpl / RoyTextureImpl

Class: RoyTextureImpl

impls/RoyTextureImpl.RoyTextureImpl

Table of contents

Constructors

Properties

Accessors

Methods

Constructors

constructor

new RoyTextureImpl(parent): RoyTextureImpl

Parameters

NameType
parentRoyTexture

Returns

RoyTextureImpl

Properties

m_parent

Protected m_parent: RoyTexture


m_gpuImpl

Protected m_gpuImpl: RoyTextureGPUImpl


m_dataDirty

Protected m_dataDirty: boolean = true

Accessors

parent

get parent(): RoyTexture

Returns

RoyTexture


gpuImpl

get gpuImpl(): RoyTextureGPUImpl

Returns

RoyTextureGPUImpl


dataDirty

get dataDirty(): boolean

Returns

boolean

Methods

upload

upload(userData?): void

Parameters

NameType
userData?unknown

Returns

void


notifyUse

notifyUse(): void

Returns

void


setParamDirty

setParamDirty(): void

Returns

void


notifyRefInfo

notifyRefInfo(): void

Returns

void