hint method

void hint(
  1. GLenum target,
  2. GLenum mode
)

The WebGLRenderingContext.hint() method of the WebGL API specifies hints for certain behaviors. The interpretation of these hints depend on the implementation.

Implementation

external void hint(
  GLenum target,
  GLenum mode,
);