Options
All
  • Public
  • Public/Protected
  • All
Menu

Class WgRendShader

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

Also provides rendering shader-specific information, like vertexCount and vertexBuffers

Hierarchy

Index

Constructors

Protected constructor

Accessors

bindGroups

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

instanceCount

  • get instanceCount(): number

pipeline

  • get pipeline(): GPURenderPipeline

vertexBuffers

  • get vertexBuffers(): keyof { buffer: WgBuffer<any>; slot: number }[]

vertexCount

  • get vertexCount(): number

view

  • get view(): GPUTextureView

Methods

Abstract dispose

  • dispose(): void

Generated using TypeDoc