···912912 */
913913GPU_Image* GPU_CreateImage(Uint16 w, Uint16 h, GPU_FormatEnum format);
914914915915+/*! Create a new image that uses the given native texture handle as the image texture. */
916916+GPU_Image* GPU_CreateImageUsingTexture(Uint32 handle);
917917+915918/*! Load image from an image file that is supported by this renderer. Don't forget to GPU_FreeImage() it. */
916919GPU_Image* GPU_LoadImage(const char* filename);
917920