bindbc-sdl v1.4.8 (2024-07-02T09:16:45Z)
Dub
Repo
IMG_Animation
sdl_image
Undocumented in source.
static if
(
bindSDLImage
)
static if
(
sdlImageSupport >= SDLImageSupport.v2_6
)
struct
IMG_Animation {
int
w
;
int
h
;
int
count
;
SDL_Surface
**
frames
;
int
*
delays
;
}
Members
Variables
count
int
count
;
Undocumented in source.
delays
int
*
delays
;
Undocumented in source.
frames
SDL_Surface
**
frames
;
h
int
h
;
Undocumented in source.
w
int
w
;
Undocumented in source.
Meta
Source
See Implementation
sdl_image
aliases
IMG_GetError
IMG_InitFlags
IMG_SetError
enums
IMG_INIT_JPG
IMG_INIT_JXL
SDLImageSupport
functions
SDL_IMAGE_VERSION
SDL_IMAGE_VERSION_ATLEAST
loadedSDLImageVersion
manifest constants
SDL_IMAGE_COMPILEDVERSION
SDL_IMAGE_MAJOR_VERSION
SDL_IMAGE_MINOR_VERSION
SDL_IMAGE_PATCHLEVEL
sdlImageSupport
structs
IMG_Animation