SDL Wiki
(This is the documentation for SDL3, which is the current stable version. SDL2 was the previous version!)

SDL_CreateTextureWithProperties

Create a texture for a rendering context with the specified properties.

Header File

Defined in <SDL3/SDL_render.h>

Syntax

SDL_Texture * SDL_CreateTextureWithProperties(SDL_Renderer *renderer, SDL_PropertiesID props);

Function Parameters

SDL_Renderer * renderer the rendering context.
SDL_PropertiesID props the properties to use.

Return Value

(SDL_Texture *) Returns a pointer to the created texture or NULL if no rendering context was active, the format was unsupported, or the width or height were out of range; call SDL_GetError() for more information.

Remarks

These are the supported properties:

With the direct3d11 renderer:

With the direct3d12 renderer:

With the metal renderer:

With the opengl renderer:

With the opengles2 renderer:

With the vulkan renderer:

Thread Safety

You may only call this function from the main thread.

Version

This function is available since SDL 3.1.3.

See Also


CategoryAPI, CategoryAPIFunction, CategoryRender


[ edit | delete | history | feedback | raw ]

[ front page | index | search | recent changes | git repo | offline html ]

All wiki content is licensed under Creative Commons Attribution 4.0 International (CC BY 4.0).
Wiki powered by ghwikipp.