Options
All
  • Public
  • Public/Protected
  • All
Menu

Class WgRenderTarget

Describes a render target: where we can render/draw things onto (see WgCanvas for an example)

Hierarchy

Index

Constructors

Properties

Accessors

Methods

Constructors

Protected constructor

Properties

Private _height

_height: number

Private _width

_width: number

Protected Readonly webGpuContext

webGpuContext: WgContext

Accessors

format

  • get format(): GPUTextureFormat

height

  • get height(): number

texture

  • get texture(): GPUTexture

view

  • get view(): GPUTextureView

width

  • get width(): number

Methods

Abstract dispose

  • dispose(): void

setSize

  • setSize(width: number, height: number): void

Generated using TypeDoc