Last updated

API / geotoolkit3d / util / WebGLConstants / WebGLConstants

Namespace: WebGLConstants

util.WebGLConstants.WebGLConstants

Table of contents

Type Aliases

Contents

Type Aliases

SupportedRenderTargetType

Ƭ SupportedRenderTargetType: Object

Supported texture and render target types.

Type declaration

NameTypeDescription
FloatLinearbooleanTexture/RenderTarget using Float 32bit format for each color channel, with Linear filtering support (implicitly support Nearest Filter too).
FloatNearestbooleanTexture/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.
HalfFloatLinearbooleanTexture/RenderTarget using Float 16bit format for each color channel, with Linear filtering support (implicitly support Nearest Filter too).
HalfFloatNearestbooleanTexture/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.