class Mittsu::RenderTargetCube
Public Class Methods
new(size = 1, options = {})
click to toggle source
Calls superclass method
Mittsu::RenderTarget::new
# File lib/mittsu/textures/render_target_cube.rb, line 3 def initialize(size = 1, options = {}) super(size, size, options) # TODO end