Handbook
Glossary
outlining-supported? ( -- ? )
Vocabulary
bunny
.
outlined
Inputs
None
Outputs
?
an
object
Definition
USING:
opengl.capabilities
;
IN:
bunny.outlined
:
outlining-supported?
( -- ? )
"3.0"
{
"GL_ARB_shader_objects"
"GL_ARB_draw_buffers"
"GL_ARB_multitexture"
"GL_EXT_framebuffer_object"
"GL_ARB_texture_float"
}
has-gl-version-or-extensions?
;