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



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

def depth = self[:depth]

#depth=(v) ⇒ Object



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

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

#idObject



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

def id = self[:id]

#id=(v) ⇒ Object



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

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

#textureObject



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

def texture = self[:texture]

#texture=(v) ⇒ Object



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

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