Search
Preparing search index...
The search index is not available
Foundry Virtual Tabletop - API Documentation - Version 10
Options
All
Public
Public/Protected
All
Inherited
Menu
Foundry Virtual Tabletop - API Documentation - Version 10
client
BatchShaderGenerator
Class BatchShaderGenerator
A batch shader generator that could handle extra uniforms during initialization.
Hierarchy
any
BatchShaderGenerator
Index
Constructors
constructor
Properties
_batch
Default
Uniforms
Methods
generate
Shader
Constructors
constructor
new
Batch
Shader
Generator
(
vertexSrc
:
any
, fragTemplate
:
any
, batchDefaultUniforms
:
any
)
:
BatchShaderGenerator
Parameters
vertexSrc:
any
fragTemplate:
any
batchDefaultUniforms:
any
Returns
BatchShaderGenerator
Properties
_batch
Default
Uniforms
_batch
Default
Uniforms
:
Function
Methods
generate
Shader
generate
Shader
(
maxTextures
:
any
)
:
any
override
Parameters
maxTextures:
any
Returns
any
Modules
foundry
types
primitives
prosemirror
hook
Events
client
BLEND_
MODES
CONFIG
PIXI
global
This
types
Batch
Shader
Generator
constructor
_batch
Default
Uniforms
generate
Shader
A batch shader generator that could handle extra uniforms during initialization.