Class: Raylib::RenderTexture

Inherits:
FFI::Struct
  • Object
show all
Defined in:
lib/raylib_main.rb

Overview

RenderTexture, fbo for texture rendering

Instance Method Summary collapse

Instance Method Details

#depthObject



610
# File 'lib/raylib_main.rb', line 610

def depth = self[:depth]

#depth=(v) ⇒ Object



611
# File 'lib/raylib_main.rb', line 611

def depth=(v) self[:depth] = v end

#idObject



606
# File 'lib/raylib_main.rb', line 606

def id = self[:id]

#id=(v) ⇒ Object



607
# File 'lib/raylib_main.rb', line 607

def id=(v) self[:id] = v end

#textureObject



608
# File 'lib/raylib_main.rb', line 608

def texture = self[:texture]

#texture=(v) ⇒ Object



609
# File 'lib/raylib_main.rb', line 609

def texture=(v) self[:texture] = v end