Method: Ray::GL.stencil_size
- Defined in:
- ext/gl.c
.stencil_size ⇒ Integer
Returns Size of the stencil buffer, in bits.
136 137 138 139 |
# File 'ext/gl.c', line 136 static VALUE ray_gl_stencil_size(VALUE self) { return ULONG2NUM(say_context_get_config()->stencil_size); } |