- _SDL_FreeSurface
void _SDL_FreeSurface(_SDL_Surface* )
Undocumented in source. Be warned that the author may not have intended to support it.
- makeShared
SharedPtr!(T) makeShared(T* data)
Undocumented in source. Be warned that the author may not have intended to support it.
- makeShared
SharedPtr!(T) makeShared(T* data, SharedPtr!(T).Deleter deleter)
Undocumented in source. Be warned that the author may not have intended to support it.
- makeShared
SharedPtr!(T) makeShared(T data)
Undocumented in source. Be warned that the author may not have intended to support it.
- makeShared
SharedPtr!(T) makeShared(T data, SharedPtr!(T).Deleter deleter)
Undocumented in source. Be warned that the author may not have intended to support it.
- makeShared
SharedPtr!(T) makeShared(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
- makeShared
SharedPtr!(T) makeShared(SharedPtr!(T).Deleter deleter, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
- makeUnique
UniquePtr!(T) makeUnique(T* data)
Undocumented in source. Be warned that the author may not have intended to support it.
- makeUnique
UniquePtr!(T) makeUnique(T* data, UniquePtr!(T).Deleter deleter)
Undocumented in source. Be warned that the author may not have intended to support it.
- makeUnique
UniquePtr!(T) makeUnique(T data)
Undocumented in source. Be warned that the author may not have intended to support it.
- makeUnique
UniquePtr!(T) makeUnique(T data, UniquePtr!(T).Deleter deleter)
Undocumented in source. Be warned that the author may not have intended to support it.
- makeUnique
UniquePtr!(T) makeUnique(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
- makeUnique
UniquePtr!(T) makeUnique(UniquePtr!(T).Deleter deleter, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.