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



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

def depth = self[:depth]

#depth=(v) ⇒ Object



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

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

#idObject



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

def id = self[:id]

#id=(v) ⇒ Object



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

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

#textureObject



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

def texture = self[:texture]

#texture=(v) ⇒ Object



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

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