56 57 58 59
# File 'lib/rgss/shader.rb', line 56 def dispose glDeleteProgram(self.id) if self.id.nonzero? super end