Class: Raylib::RlDrawCall

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

Overview

of those state-change happens (this is done in core module)

Instance Method Summary collapse

Instance Method Details

#modeObject



291
# File 'lib/rlgl.rb', line 291

def mode = self[:mode]

#mode=(v) ⇒ Object



292
# File 'lib/rlgl.rb', line 292

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

#textureIdObject



297
# File 'lib/rlgl.rb', line 297

def textureId = self[:textureId]

#textureId=(v) ⇒ Object



298
# File 'lib/rlgl.rb', line 298

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

#vertexAlignmentObject



295
# File 'lib/rlgl.rb', line 295

def vertexAlignment = self[:vertexAlignment]

#vertexAlignment=(v) ⇒ Object



296
# File 'lib/rlgl.rb', line 296

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

#vertexCountObject



293
# File 'lib/rlgl.rb', line 293

def vertexCount = self[:vertexCount]

#vertexCount=(v) ⇒ Object



294
# File 'lib/rlgl.rb', line 294

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