Options
All
  • Public
  • Public/Protected
  • All
Menu

Class GFXShader

GFX 着色器。

Hierarchy

Index

Constructors

constructor

Properties

Protected _attributes

_attributes: IGFXAttribute[] = []

Protected _blocks

_blocks: GFXUniformBlock[] = []

Protected _device

_device: GFXDevice

Protected _gfxType

_gfxType: GFXObjectType = GFXObjectType.UNKNOWN

Protected _id

_id: number

Protected _name

_name: string = ""

Protected _samplers

_samplers: GFXUniformSampler[] = []

Protected _stages

_stages: GFXShaderStage[] = []

Accessors

attributes

blocks

gfxType

id

  • get id(): number

name

  • get name(): string

samplers

Methods

Abstract destroy

  • destroy(): void

Abstract initialize

Generated using TypeDoc