Queries the internal texture format matching the target format best for the given context. For 'auto' precision the format of maximum accuracy supported is returned.
Wrapped gl context for function resolution (passed to all stages).
Target format, e.g., gl.RGBA, used to find the supported precision/accuracy for.
Requested precision of the internal format: 'auto', 'float', 'half', 'byte'.
Queries the support of internal texture precision given a query precision within the given context.
Wrapped gl context for function resolution (passed to all stages).
Requested precision of the internal format: 'auto', 'float', 'half', 'byte'.
tuple of query, type, and internal format index to reduce tuple return logic (see switch)
This wizard provides means for non-trivial, context specific framebuffer setups, texture formats, etc.