Class: RbSDL2::RWOperator::RWopsPointer
- Inherits:
-
FFI::AutoPointer
- Object
- FFI::AutoPointer
- RbSDL2::RWOperator::RWopsPointer
- Defined in:
- lib/rb_sdl2/rw_ops/rw_operator.rb
Class Method Summary collapse
-
.release(ptr) ⇒ Object
SDL_AllocRW で確保したポインターのみ SDL_FreeRW で開放できる。.
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) |