glHint¶
specify implementation-specific hints
- arguments
-
int
$target
Specifies a symbolic constant indicating the behavior to be controlled.GL_LINE_SMOOTH_HINT ,GL_POLYGON_SMOOTH_HINT ,GL_TEXTURE_COMPRESSION_HINT , andGL_FRAGMENT_SHADER_DERIVATIVE_HINT are accepted.int
$mode
Specifies a symbolic constant indicating the desired behavior.GL_FASTEST ,GL_NICEST , andGL_DONT_CARE are accepted.
- returns
-
void
Copyright © 2010-2014 Khronos Group
This material may be distributed subject to the terms and conditions set forth in the Open Publication License, v 1.0, 8 June 1999. https://opencontent.org/openpub/.