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



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

def mode = self[:mode]

#mode=(v) ⇒ Object



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

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

#textureIdObject



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

def textureId = self[:textureId]

#textureId=(v) ⇒ Object



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

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

#vertexAlignmentObject



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

def vertexAlignment = self[:vertexAlignment]

#vertexAlignment=(v) ⇒ Object



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

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

#vertexCountObject



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

def vertexCount = self[:vertexCount]

#vertexCount=(v) ⇒ Object



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

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