sdl.rwops

Undocumented in source.

Members

Enums

RW_SEEK_SET
anonymousenum RW_SEEK_SET
Undocumented in source.
SDL_RWOPS_UNKNOWN
anonymousenum SDL_RWOPS_UNKNOWN
Undocumented in source.

Functions

SDL_LoadFile
void* SDL_LoadFile(const(char)* filename, size_t datasize)
Undocumented in source. Be warned that the author may not have intended to support it.
SDL_RWclose
int SDL_RWclose(SDL_RWops* ctx)
Undocumented in source. Be warned that the author may not have intended to support it.
SDL_RWread
size_t SDL_RWread(SDL_RWops* ctx, void* ptr, size_t size, size_t n)
Undocumented in source. Be warned that the author may not have intended to support it.
SDL_RWseek
long SDL_RWseek(SDL_RWops* ctx, long offset, int whence)
Undocumented in source. Be warned that the author may not have intended to support it.
SDL_RWsize
long SDL_RWsize(SDL_RWops* ctx)
Undocumented in source. Be warned that the author may not have intended to support it.
SDL_RWtell
long SDL_RWtell(SDL_RWops* ctx)
Undocumented in source. Be warned that the author may not have intended to support it.
SDL_RWwrite
size_t SDL_RWwrite(SDL_RWops* ctx, const(void)* ptr, size_t size, size_t n)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

SDL_RWops
struct SDL_RWops
Undocumented in source.

Meta