Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IProgramInfo

Hierarchy

Index

Properties

attributes

attributes: IAttributeInfo[]

blocks

blocks: IBlockInfo[]

builtins

builtins: { globals: IBuiltinInfo; locals: IBuiltinInfo }

Type declaration

defines

defines: IDefineRecord[]

effectName

effectName: string

glsl1

glsl1: { frag: string; vert: string }

Type declaration

  • frag: string
  • vert: string

glsl3

glsl3: { frag: string; vert: string }

Type declaration

  • frag: string
  • vert: string

glsl4

glsl4: { frag: string; vert: string }

Type declaration

  • frag: string
  • vert: string

hash

hash: number

name

name: string

samplers

samplers: ISamplerInfo[]

uber

uber: boolean

Generated using TypeDoc