Module: Roglew::RenderContextExtension
- Included in:
- GL_AMD_debug_output::RenderContext, GL_ARB_framebuffer_object::RenderContext, GL_ARB_vertex_array_object::RenderContext, GL_EXT_framebuffer_object::RenderContext, GL_VERSION_1_0::RenderContext, GL_VERSION_1_2::RenderContext, GL_VERSION_1_5::RenderContext, GL_VERSION_2_0::RenderContext, RenderContext
- Defined in:
- lib/roglew/render_context_extension.rb
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
Class Method Details
.included(c) ⇒ Object
46 47 48 |
# File 'lib/roglew/render_context_extension.rb', line 46 def self.included(c) c.extend ClassMethods end |