-
Notifications
You must be signed in to change notification settings - Fork 10
decode.TypeAlias.DecodeParametersWithRenderer
github-actions[bot] edited this page Nov 19, 2025
·
9 revisions
@monogrid/gainmap-js / decode / DecodeParametersWithRenderer
DecodeParametersWithRenderer<
TRenderer> =object&DecodeParameters&GainmapDecodingParameters&GainMapMetadata
Defined in: src/decode/shared/types.ts:39
Parameters for decode function
renderer:
TRenderer
The renderer used to decode the GainMap
optionalrenderTargetOptions:QuadRendererTextureOptions
Options to use when creating the output renderTarget
TRenderer