Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IProgramInfo

Hierarchy

Index

Properties

attributes

attributes: IAttributeInfo[]

bindings

blocks

blocks: IBlockInfoRT[]

builtins

builtins: { globals: IBuiltinInfo; locals: IBuiltinInfo }

Type declaration

defines

defines: IDefineRecord[]

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

handleMap

handleMap: Record<string, number>

hash

hash: number

name

name: string

samplerStartBinding

samplerStartBinding: number

samplers

samplers: ISamplerInfo[]

uber

uber: boolean

Generated using TypeDoc