module Mittsu class RenderTargetCube < RenderTarget def initialize(size = 1, options = {}) super(size, size, options) # TODO end end end