Class: Greenmat::Render::Base
- Inherits:
-
Object
- Object
- Greenmat::Render::Base
- Defined in:
- ext/greenmat/gm_render.c
Instance Method Summary collapse
- #initialize ⇒ Object constructor
Constructor Details
#initialize ⇒ Object
428 429 430 431 432 |
# File 'ext/greenmat/gm_render.c', line 428
static VALUE rb_greenmat_rbase_init(VALUE self)
{
rb_greenmat__overload(self, rb_cRenderBase);
return Qnil;
}
|