RenderOptions<Context>
ts
type RenderOptions<Context> = RawRenderOptions & {
context?: Readonly<Context>;
};Options shared by raw and managed render functions.
Type Declaration
| Name | Type | Description |
|---|---|---|
context? | Readonly<Context> | Context passed to function-valued uniforms by managed passes. |
Type Parameters
Context
Context extends UniformContext = UniformContext