Options
All
  • Public
  • Public/Protected
  • All
Menu

Class WgShader

A WebGPU shader where all the required data and buffers can be passed to and will be assigned to their respective bindings

Hierarchy

Index

Constructors

Properties

Accessors

Methods

Constructors

Protected constructor

  • new WgShader(context: WgContext, pipeline: GPUPipelineBase, module: GPUShaderModule, buffers: keyof Buffer[]): WgShader

Properties

Private Readonly _bindGroups

_bindGroups: { bindGroup: GPUBindGroup; index: number }[]

Private Readonly _pipeline

_pipeline: GPUPipelineBase

Accessors

bindGroups

  • get bindGroups(): { bindGroup: GPUBindGroup; index: number }[]

pipeline

  • get pipeline(): GPUPipelineBase

Methods

Abstract dispose

  • dispose(): void

Generated using TypeDoc