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



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

def depth = self[:depth]

#depth=(v) ⇒ Object



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

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

#idObject



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

def id = self[:id]

#id=(v) ⇒ Object



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

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

#textureObject



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

def texture = self[:texture]

#texture=(v) ⇒ Object



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

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