Class: RbSDL2::RWOperator::RWopsPointer

Inherits:
FFI::AutoPointer
  • Object
show all
Defined in:
lib/rb_sdl2/rw_ops/rw_operator.rb

Class Method Summary collapse

Class Method Details

.release(ptr) ⇒ Object

SDL_AllocRW で確保したポインターのみ SDL_FreeRW で開放できる。



69
# File 'lib/rb_sdl2/rw_ops/rw_operator.rb', line 69

def release(ptr) = ::SDL2.SDL_FreeRW(ptr)