module SDL2::Image

Public Class Methods

IMG_GetError() click to toggle source
# File lib/sdl2.rb, line 350
def self.IMG_GetError
 SDL2.SDL_GetError
end