API / geotoolkit3d / util / WebGLConstants / WebGLConstants
util.WebGLConstants.WebGLConstants
Type Aliases
Type Aliases
Ƭ SupportedRenderTargetType: Object
Supported texture and render target types.
| Name | Type | Description |
|---|---|---|
FloatLinear | boolean | Texture/RenderTarget using Float 32bit format for each color channel, with Linear filtering support (implicitly support Nearest Filter too). |
FloatNearest | boolean | Texture/RenderTarget using Float 32bit format for each color channel, with mere Nearest filtering support. It doesn't guarantee Linear filtering support, please check FloatLinear if required. |
HalfFloatLinear | boolean | Texture/RenderTarget using Float 16bit format for each color channel, with Linear filtering support (implicitly support Nearest Filter too). |
HalfFloatNearest | boolean | Texture/RenderTarget using Float 16bit format for each color channel, with mere Nearest filtering support. It doesn't guarantee Linear filtering support, please check HalfFloatLinear if required. |