module Roglew::Texture2dContext::Parameters1
Public Instance Methods
priority(v)
click to toggle source
# File lib/roglew/texture2d_context.rb, line 38 def priority(v) parameter(GL::TEXTURE_PRIORITY, v) end
# File lib/roglew/texture2d_context.rb, line 38 def priority(v) parameter(GL::TEXTURE_PRIORITY, v) end