API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
interfaceFragmentOutputCounts
Per-language count of the color attachments a fragment stage declares an output for, as reflected from the shader source. `null` means the count could not be established - the language is not supplied, or the source uses a shape the reflection cannot resolve - and never means "declares none". Treat it as unknown rather than as a failed requirement.
import { FragmentOutputCounts } from '@codexo/exojs'Per-language count of the color attachments a fragment stage declares an output for, as reflected from the shader source.
`null` means the count could not be established - the language is not supplied, or the source uses a shape the reflection cannot resolve - and never means "declares none". Treat it as unknown rather than as a failed requirement.
glsl: null | numberwgsl: null | number