|
SDL 3.0
|
#include <SDL3/SDL_stdinc.h>#include <SDL3/SDL_blendmode.h>#include <SDL3/SDL_error.h>#include <SDL3/SDL_events.h>#include <SDL3/SDL_pixels.h>#include <SDL3/SDL_properties.h>#include <SDL3/SDL_rect.h>#include <SDL3/SDL_surface.h>#include <SDL3/SDL_video.h>#include <SDL3/SDL_gpu.h>#include <SDL3/SDL_begin_code.h>#include <SDL3/SDL_close_code.h>Go to the source code of this file.
Data Structures | |
| struct | SDL_Vertex |
| struct | SDL_Texture |
| struct | SDL_GPURenderStateCreateInfo |
Typedefs | |
| typedef struct SDL_Renderer | SDL_Renderer |
| typedef struct SDL_GPURenderState | SDL_GPURenderState |
| #define SDL_DEBUG_TEXT_FONT_CHARACTER_SIZE 8 |
The size, in pixels, of a single SDL_RenderDebugText() character.
The font is monospaced and square, so this applies to all characters.
Definition at line 2809 of file SDL_render.h.
Referenced by SDL_AppIterate().
| #define SDL_GPU_RENDERER "gpu" |
The name of the GPU renderer.
Definition at line 82 of file SDL_render.h.
| #define SDL_PROP_RENDERER_CREATE_GPU_DEVICE_POINTER "SDL.renderer.create.gpu.device" |
Definition at line 344 of file SDL_render.h.
| #define SDL_PROP_RENDERER_CREATE_GPU_SHADERS_DXIL_BOOLEAN "SDL.renderer.create.gpu.shaders_dxil" |
Definition at line 346 of file SDL_render.h.
| #define SDL_PROP_RENDERER_CREATE_GPU_SHADERS_MSL_BOOLEAN "SDL.renderer.create.gpu.shaders_msl" |
Definition at line 347 of file SDL_render.h.
| #define SDL_PROP_RENDERER_CREATE_GPU_SHADERS_SPIRV_BOOLEAN "SDL.renderer.create.gpu.shaders_spirv" |
Definition at line 345 of file SDL_render.h.
| #define SDL_PROP_RENDERER_CREATE_NAME_STRING "SDL.renderer.create.name" |
Definition at line 339 of file SDL_render.h.
| #define SDL_PROP_RENDERER_CREATE_OUTPUT_COLORSPACE_NUMBER "SDL.renderer.create.output_colorspace" |
Definition at line 342 of file SDL_render.h.
| #define SDL_PROP_RENDERER_CREATE_PRESENT_VSYNC_NUMBER "SDL.renderer.create.present_vsync" |
Definition at line 343 of file SDL_render.h.
| #define SDL_PROP_RENDERER_CREATE_SURFACE_POINTER "SDL.renderer.create.surface" |
Definition at line 341 of file SDL_render.h.
| #define SDL_PROP_RENDERER_CREATE_VULKAN_DEVICE_POINTER "SDL.renderer.create.vulkan.device" |
Definition at line 351 of file SDL_render.h.
| #define SDL_PROP_RENDERER_CREATE_VULKAN_GRAPHICS_QUEUE_FAMILY_INDEX_NUMBER "SDL.renderer.create.vulkan.graphics_queue_family_index" |
Definition at line 352 of file SDL_render.h.
| #define SDL_PROP_RENDERER_CREATE_VULKAN_INSTANCE_POINTER "SDL.renderer.create.vulkan.instance" |
Definition at line 348 of file SDL_render.h.
| #define SDL_PROP_RENDERER_CREATE_VULKAN_PHYSICAL_DEVICE_POINTER "SDL.renderer.create.vulkan.physical_device" |
Definition at line 350 of file SDL_render.h.
| #define SDL_PROP_RENDERER_CREATE_VULKAN_PRESENT_QUEUE_FAMILY_INDEX_NUMBER "SDL.renderer.create.vulkan.present_queue_family_index" |
Definition at line 353 of file SDL_render.h.
| #define SDL_PROP_RENDERER_CREATE_VULKAN_SURFACE_NUMBER "SDL.renderer.create.vulkan.surface" |
Definition at line 349 of file SDL_render.h.
| #define SDL_PROP_RENDERER_CREATE_WINDOW_POINTER "SDL.renderer.create.window" |
Definition at line 340 of file SDL_render.h.
| #define SDL_PROP_RENDERER_D3D11_DEVICE_POINTER "SDL.renderer.d3d11.device" |
Definition at line 565 of file SDL_render.h.
| #define SDL_PROP_RENDERER_D3D11_SWAPCHAIN_POINTER "SDL.renderer.d3d11.swap_chain" |
Definition at line 566 of file SDL_render.h.
| #define SDL_PROP_RENDERER_D3D12_COMMAND_QUEUE_POINTER "SDL.renderer.d3d12.command_queue" |
Definition at line 569 of file SDL_render.h.
| #define SDL_PROP_RENDERER_D3D12_DEVICE_POINTER "SDL.renderer.d3d12.device" |
Definition at line 567 of file SDL_render.h.
| #define SDL_PROP_RENDERER_D3D12_SWAPCHAIN_POINTER "SDL.renderer.d3d12.swap_chain" |
Definition at line 568 of file SDL_render.h.
| #define SDL_PROP_RENDERER_D3D9_DEVICE_POINTER "SDL.renderer.d3d9.device" |
Definition at line 564 of file SDL_render.h.
| #define SDL_PROP_RENDERER_GPU_DEVICE_POINTER "SDL.renderer.gpu.device" |
Definition at line 577 of file SDL_render.h.
| #define SDL_PROP_RENDERER_HDR_ENABLED_BOOLEAN "SDL.renderer.HDR_enabled" |
Definition at line 561 of file SDL_render.h.
| #define SDL_PROP_RENDERER_HDR_HEADROOM_FLOAT "SDL.renderer.HDR_headroom" |
Definition at line 563 of file SDL_render.h.
| #define SDL_PROP_RENDERER_MAX_TEXTURE_SIZE_NUMBER "SDL.renderer.max_texture_size" |
Definition at line 557 of file SDL_render.h.
| #define SDL_PROP_RENDERER_NAME_STRING "SDL.renderer.name" |
Definition at line 553 of file SDL_render.h.
| #define SDL_PROP_RENDERER_OUTPUT_COLORSPACE_NUMBER "SDL.renderer.output_colorspace" |
Definition at line 560 of file SDL_render.h.
| #define SDL_PROP_RENDERER_SDR_WHITE_POINT_FLOAT "SDL.renderer.SDR_white_point" |
Definition at line 562 of file SDL_render.h.
| #define SDL_PROP_RENDERER_SURFACE_POINTER "SDL.renderer.surface" |
Definition at line 555 of file SDL_render.h.
| #define SDL_PROP_RENDERER_TEXTURE_FORMATS_POINTER "SDL.renderer.texture_formats" |
Definition at line 558 of file SDL_render.h.
| #define SDL_PROP_RENDERER_TEXTURE_WRAPPING_BOOLEAN "SDL.renderer.texture_wrapping" |
Definition at line 559 of file SDL_render.h.
| #define SDL_PROP_RENDERER_VSYNC_NUMBER "SDL.renderer.vsync" |
Definition at line 556 of file SDL_render.h.
| #define SDL_PROP_RENDERER_VULKAN_DEVICE_POINTER "SDL.renderer.vulkan.device" |
Definition at line 573 of file SDL_render.h.
| #define SDL_PROP_RENDERER_VULKAN_GRAPHICS_QUEUE_FAMILY_INDEX_NUMBER "SDL.renderer.vulkan.graphics_queue_family_index" |
Definition at line 574 of file SDL_render.h.
| #define SDL_PROP_RENDERER_VULKAN_INSTANCE_POINTER "SDL.renderer.vulkan.instance" |
Definition at line 570 of file SDL_render.h.
| #define SDL_PROP_RENDERER_VULKAN_PHYSICAL_DEVICE_POINTER "SDL.renderer.vulkan.physical_device" |
Definition at line 572 of file SDL_render.h.
| #define SDL_PROP_RENDERER_VULKAN_PRESENT_QUEUE_FAMILY_INDEX_NUMBER "SDL.renderer.vulkan.present_queue_family_index" |
Definition at line 575 of file SDL_render.h.
| #define SDL_PROP_RENDERER_VULKAN_SURFACE_NUMBER "SDL.renderer.vulkan.surface" |
Definition at line 571 of file SDL_render.h.
| #define SDL_PROP_RENDERER_VULKAN_SWAPCHAIN_IMAGE_COUNT_NUMBER "SDL.renderer.vulkan.swapchain_image_count" |
Definition at line 576 of file SDL_render.h.
| #define SDL_PROP_RENDERER_WINDOW_POINTER "SDL.renderer.window" |
Definition at line 554 of file SDL_render.h.
| #define SDL_PROP_TEXTURE_ACCESS_NUMBER "SDL.texture.access" |
Definition at line 937 of file SDL_render.h.
| #define SDL_PROP_TEXTURE_COLORSPACE_NUMBER "SDL.texture.colorspace" |
Definition at line 935 of file SDL_render.h.
| #define SDL_PROP_TEXTURE_CREATE_ACCESS_NUMBER "SDL.texture.create.access" |
Definition at line 808 of file SDL_render.h.
| #define SDL_PROP_TEXTURE_CREATE_COLORSPACE_NUMBER "SDL.texture.create.colorspace" |
Definition at line 806 of file SDL_render.h.
| #define SDL_PROP_TEXTURE_CREATE_D3D11_TEXTURE_POINTER "SDL.texture.create.d3d11.texture" |
Definition at line 814 of file SDL_render.h.
| #define SDL_PROP_TEXTURE_CREATE_D3D11_TEXTURE_U_POINTER "SDL.texture.create.d3d11.texture_u" |
Definition at line 815 of file SDL_render.h.
| #define SDL_PROP_TEXTURE_CREATE_D3D11_TEXTURE_V_POINTER "SDL.texture.create.d3d11.texture_v" |
Definition at line 816 of file SDL_render.h.
| #define SDL_PROP_TEXTURE_CREATE_D3D12_TEXTURE_POINTER "SDL.texture.create.d3d12.texture" |
Definition at line 817 of file SDL_render.h.
| #define SDL_PROP_TEXTURE_CREATE_D3D12_TEXTURE_U_POINTER "SDL.texture.create.d3d12.texture_u" |
Definition at line 818 of file SDL_render.h.
| #define SDL_PROP_TEXTURE_CREATE_D3D12_TEXTURE_V_POINTER "SDL.texture.create.d3d12.texture_v" |
Definition at line 819 of file SDL_render.h.
| #define SDL_PROP_TEXTURE_CREATE_FORMAT_NUMBER "SDL.texture.create.format" |
Definition at line 807 of file SDL_render.h.
| #define SDL_PROP_TEXTURE_CREATE_GPU_TEXTURE_POINTER "SDL.texture.create.gpu.texture" |
Definition at line 831 of file SDL_render.h.
| #define SDL_PROP_TEXTURE_CREATE_GPU_TEXTURE_U_POINTER "SDL.texture.create.gpu.texture_u" |
Definition at line 833 of file SDL_render.h.
| #define SDL_PROP_TEXTURE_CREATE_GPU_TEXTURE_UV_POINTER "SDL.texture.create.gpu.texture_uv" |
Definition at line 832 of file SDL_render.h.
| #define SDL_PROP_TEXTURE_CREATE_GPU_TEXTURE_V_POINTER "SDL.texture.create.gpu.texture_v" |
Definition at line 834 of file SDL_render.h.
| #define SDL_PROP_TEXTURE_CREATE_HDR_HEADROOM_FLOAT "SDL.texture.create.HDR_headroom" |
Definition at line 813 of file SDL_render.h.
| #define SDL_PROP_TEXTURE_CREATE_HEIGHT_NUMBER "SDL.texture.create.height" |
Definition at line 810 of file SDL_render.h.
| #define SDL_PROP_TEXTURE_CREATE_METAL_PIXELBUFFER_POINTER "SDL.texture.create.metal.pixelbuffer" |
Definition at line 820 of file SDL_render.h.
| #define SDL_PROP_TEXTURE_CREATE_OPENGL_TEXTURE_NUMBER "SDL.texture.create.opengl.texture" |
Definition at line 821 of file SDL_render.h.
| #define SDL_PROP_TEXTURE_CREATE_OPENGL_TEXTURE_U_NUMBER "SDL.texture.create.opengl.texture_u" |
Definition at line 823 of file SDL_render.h.
| #define SDL_PROP_TEXTURE_CREATE_OPENGL_TEXTURE_UV_NUMBER "SDL.texture.create.opengl.texture_uv" |
Definition at line 822 of file SDL_render.h.
| #define SDL_PROP_TEXTURE_CREATE_OPENGL_TEXTURE_V_NUMBER "SDL.texture.create.opengl.texture_v" |
Definition at line 824 of file SDL_render.h.
| #define SDL_PROP_TEXTURE_CREATE_OPENGLES2_TEXTURE_NUMBER "SDL.texture.create.opengles2.texture" |
Definition at line 825 of file SDL_render.h.
| #define SDL_PROP_TEXTURE_CREATE_OPENGLES2_TEXTURE_U_NUMBER "SDL.texture.create.opengles2.texture_u" |
Definition at line 827 of file SDL_render.h.
| #define SDL_PROP_TEXTURE_CREATE_OPENGLES2_TEXTURE_UV_NUMBER "SDL.texture.create.opengles2.texture_uv" |
Definition at line 826 of file SDL_render.h.
| #define SDL_PROP_TEXTURE_CREATE_OPENGLES2_TEXTURE_V_NUMBER "SDL.texture.create.opengles2.texture_v" |
Definition at line 828 of file SDL_render.h.
| #define SDL_PROP_TEXTURE_CREATE_PALETTE_POINTER "SDL.texture.create.palette" |
Definition at line 811 of file SDL_render.h.
| #define SDL_PROP_TEXTURE_CREATE_SDR_WHITE_POINT_FLOAT "SDL.texture.create.SDR_white_point" |
Definition at line 812 of file SDL_render.h.
| #define SDL_PROP_TEXTURE_CREATE_VULKAN_LAYOUT_NUMBER "SDL.texture.create.vulkan.layout" |
Definition at line 830 of file SDL_render.h.
| #define SDL_PROP_TEXTURE_CREATE_VULKAN_TEXTURE_NUMBER "SDL.texture.create.vulkan.texture" |
Definition at line 829 of file SDL_render.h.
| #define SDL_PROP_TEXTURE_CREATE_WIDTH_NUMBER "SDL.texture.create.width" |
Definition at line 809 of file SDL_render.h.
| #define SDL_PROP_TEXTURE_D3D11_TEXTURE_POINTER "SDL.texture.d3d11.texture" |
Definition at line 942 of file SDL_render.h.
| #define SDL_PROP_TEXTURE_D3D11_TEXTURE_U_POINTER "SDL.texture.d3d11.texture_u" |
Definition at line 943 of file SDL_render.h.
| #define SDL_PROP_TEXTURE_D3D11_TEXTURE_V_POINTER "SDL.texture.d3d11.texture_v" |
Definition at line 944 of file SDL_render.h.
| #define SDL_PROP_TEXTURE_D3D12_TEXTURE_POINTER "SDL.texture.d3d12.texture" |
Definition at line 945 of file SDL_render.h.
| #define SDL_PROP_TEXTURE_D3D12_TEXTURE_U_POINTER "SDL.texture.d3d12.texture_u" |
Definition at line 946 of file SDL_render.h.
| #define SDL_PROP_TEXTURE_D3D12_TEXTURE_V_POINTER "SDL.texture.d3d12.texture_v" |
Definition at line 947 of file SDL_render.h.
| #define SDL_PROP_TEXTURE_FORMAT_NUMBER "SDL.texture.format" |
Definition at line 936 of file SDL_render.h.
| #define SDL_PROP_TEXTURE_GPU_TEXTURE_POINTER "SDL.texture.gpu.texture" |
Definition at line 961 of file SDL_render.h.
| #define SDL_PROP_TEXTURE_GPU_TEXTURE_U_POINTER "SDL.texture.gpu.texture_u" |
Definition at line 963 of file SDL_render.h.
| #define SDL_PROP_TEXTURE_GPU_TEXTURE_UV_POINTER "SDL.texture.gpu.texture_uv" |
Definition at line 962 of file SDL_render.h.
| #define SDL_PROP_TEXTURE_GPU_TEXTURE_V_POINTER "SDL.texture.gpu.texture_v" |
Definition at line 964 of file SDL_render.h.
| #define SDL_PROP_TEXTURE_HDR_HEADROOM_FLOAT "SDL.texture.HDR_headroom" |
Definition at line 941 of file SDL_render.h.
| #define SDL_PROP_TEXTURE_HEIGHT_NUMBER "SDL.texture.height" |
Definition at line 939 of file SDL_render.h.
| #define SDL_PROP_TEXTURE_OPENGL_TEX_H_FLOAT "SDL.texture.opengl.tex_h" |
Definition at line 954 of file SDL_render.h.
| #define SDL_PROP_TEXTURE_OPENGL_TEX_W_FLOAT "SDL.texture.opengl.tex_w" |
Definition at line 953 of file SDL_render.h.
| #define SDL_PROP_TEXTURE_OPENGL_TEXTURE_NUMBER "SDL.texture.opengl.texture" |
Definition at line 948 of file SDL_render.h.
| #define SDL_PROP_TEXTURE_OPENGL_TEXTURE_TARGET_NUMBER "SDL.texture.opengl.target" |
Definition at line 952 of file SDL_render.h.
| #define SDL_PROP_TEXTURE_OPENGL_TEXTURE_U_NUMBER "SDL.texture.opengl.texture_u" |
Definition at line 950 of file SDL_render.h.
| #define SDL_PROP_TEXTURE_OPENGL_TEXTURE_UV_NUMBER "SDL.texture.opengl.texture_uv" |
Definition at line 949 of file SDL_render.h.
| #define SDL_PROP_TEXTURE_OPENGL_TEXTURE_V_NUMBER "SDL.texture.opengl.texture_v" |
Definition at line 951 of file SDL_render.h.
| #define SDL_PROP_TEXTURE_OPENGLES2_TEXTURE_NUMBER "SDL.texture.opengles2.texture" |
Definition at line 955 of file SDL_render.h.
| #define SDL_PROP_TEXTURE_OPENGLES2_TEXTURE_TARGET_NUMBER "SDL.texture.opengles2.target" |
Definition at line 959 of file SDL_render.h.
| #define SDL_PROP_TEXTURE_OPENGLES2_TEXTURE_U_NUMBER "SDL.texture.opengles2.texture_u" |
Definition at line 957 of file SDL_render.h.
| #define SDL_PROP_TEXTURE_OPENGLES2_TEXTURE_UV_NUMBER "SDL.texture.opengles2.texture_uv" |
Definition at line 956 of file SDL_render.h.
| #define SDL_PROP_TEXTURE_OPENGLES2_TEXTURE_V_NUMBER "SDL.texture.opengles2.texture_v" |
Definition at line 958 of file SDL_render.h.
| #define SDL_PROP_TEXTURE_SDR_WHITE_POINT_FLOAT "SDL.texture.SDR_white_point" |
Definition at line 940 of file SDL_render.h.
| #define SDL_PROP_TEXTURE_VULKAN_TEXTURE_NUMBER "SDL.texture.vulkan.texture" |
Definition at line 960 of file SDL_render.h.
| #define SDL_PROP_TEXTURE_WIDTH_NUMBER "SDL.texture.width" |
Definition at line 938 of file SDL_render.h.
| #define SDL_RENDERER_VSYNC_ADAPTIVE (-1) |
Definition at line 2781 of file SDL_render.h.
| #define SDL_RENDERER_VSYNC_DISABLED 0 |
Definition at line 2780 of file SDL_render.h.
| #define SDL_SOFTWARE_RENDERER "software" |
Header file for SDL 2D rendering functions.
This API supports the following features:
The primitives may be drawn in opaque, blended, or additive modes.
The texture images may be drawn in opaque, blended, or additive modes. They can have an additional color tint or alpha modulation applied to them, and may also be stretched with linear interpolation.
This API is designed to accelerate simple 2D operations. You may want more functionality such as 3D polygons and particle effects, and in that case you should use SDL's OpenGL/Direct3D support, the SDL3 GPU API, or one of the many good 3D engines.
These functions must be called from the main thread. See this bug for details: https://github.com/libsdl-org/SDL/issues/986 The name of the software renderer.
Definition at line 75 of file SDL_render.h.
| typedef struct SDL_GPURenderState SDL_GPURenderState |
A custom GPU render state.
Definition at line 2949 of file SDL_render.h.
| typedef struct SDL_Renderer SDL_Renderer |
A structure representing rendering state
Definition at line 146 of file SDL_render.h.
How the logical size is mapped to the output.
Definition at line 132 of file SDL_render.h.
| enum SDL_TextureAccess |
The access pattern allowed for a texture.
| Enumerator | |
|---|---|
| SDL_TEXTUREACCESS_STATIC | Changes rarely, not lockable |
| SDL_TEXTUREACCESS_STREAMING | Changes frequently, lockable |
| SDL_TEXTUREACCESS_TARGET | Texture can be used as a render target |
Definition at line 101 of file SDL_render.h.
The addressing mode for a texture when used in SDL_RenderGeometry().
This affects how texture coordinates are interpreted outside of [0, 1]
Texture wrapping is always supported for power of two texture sizes, and is supported for other texture sizes if SDL_PROP_RENDERER_TEXTURE_WRAPPING_BOOLEAN is set to true.
Definition at line 119 of file SDL_render.h.
|
extern |
Add a set of synchronization semaphores for the current frame.
The Vulkan renderer will wait for wait_semaphore before submitting rendering commands and signal signal_semaphore after rendering commands are complete for this frame.
This should be called each frame that you want semaphore synchronization. The Vulkan renderer may have multiple frames in flight on the GPU, so you should have multiple semaphores that are used for synchronization. Querying SDL_PROP_RENDERER_VULKAN_SWAPCHAIN_IMAGE_COUNT_NUMBER will give you the maximum number of semaphores you'll need.
| renderer | the rendering context. |
| wait_stage_mask | the VkPipelineStageFlags for the wait. |
| wait_semaphore | a VkSempahore to wait on before rendering the current frame, or 0 if not needed. |
| signal_semaphore | a VkSempahore that SDL will signal when rendering for the current frame is complete, or 0 if not needed. |
\threadsafety It is NOT safe to call this function from two threads at once.
References renderer.
|
extern |
Convert the coordinates in an event to render coordinates.
This takes into account several states:
Various event types are converted with this function: mouse, touch, pen, etc.
Touch coordinates are converted from normalized coordinates in the window to non-normalized rendering coordinates.
Relative mouse coordinates (xrel and yrel event fields) are also converted. Applications that do not want these fields converted should use SDL_RenderCoordinatesFromWindow() on the specific event fields instead of converting the entire event structure.
Once converted, coordinates may be outside the rendering area.
| renderer | the rendering context. |
| event | the event to modify. |
\threadsafety This function should only be called on the main thread.
References renderer.
|
extern |
Create a 2D GPU rendering context.
The GPU device to use is passed in as a parameter. If this is NULL, then a device will be created normally and can be retrieved using SDL_GetGPURendererDevice().
The window to use is passed in as a parameter. If this is NULL, then this will become an offscreen renderer. In that case, you should call SDL_SetRenderTarget() to setup rendering to a texture, and then call SDL_RenderPresent() normally to complete drawing a frame.
| device | the GPU device to use with the renderer, or NULL to create a device. |
| window | the window where rendering is displayed, or NULL to create an offscreen renderer. |
\threadsafety If this function is called with a valid GPU device, it should be called on the thread that created the device. If this function is called with a valid window, it should be called on the thread that created the window.
References window.
|
extern |
Create custom GPU render state.
| renderer | the renderer to use. |
| createinfo | a struct describing the GPU render state to create. |
\threadsafety This function should be called on the thread that created the renderer.
References renderer.
|
extern |
Create a 2D rendering context for a window.
If you want a specific renderer, you can specify its name here. A list of available renderers can be obtained by calling SDL_GetRenderDriver() multiple times, with indices from 0 to SDL_GetNumRenderDrivers()-1. If you don't need a specific renderer, specify NULL and SDL will attempt to choose the best option for you, based on what is available on the user's system.
If name is a comma-separated list, SDL will try each name, in the order listed, until one succeeds or all of them fail.
By default the rendering size matches the window size in pixels, but you can call SDL_SetRenderLogicalPresentation() to change the content size and scaling options.
| window | the window where rendering is displayed. |
| name | the name of the rendering driver to initialize, or NULL to let SDL choose one. |
\threadsafety This function should only be called on the main thread.
References window.
|
extern |
Create a 2D rendering context for a window, with the specified properties.
These are the supported properties:
With the SDL GPU renderer (since SDL 3.4.0):
With the vulkan renderer:
| props | the properties to use. |
\threadsafety This function should only be called on the main thread.
|
extern |
Create a 2D software rendering context for a surface.
Two other API which can be used to create SDL_Renderer: SDL_CreateRenderer() and SDL_CreateWindowAndRenderer(). These can also create a software renderer, but they are intended to be used with an SDL_Window as the final destination and not an SDL_Surface.
| surface | the SDL_Surface structure representing the surface where rendering is done. |
\threadsafety It is safe to call this function from any thread.
|
extern |
Create a texture for a rendering context.
The contents of a texture when first created are not defined.
| renderer | the rendering context. |
| format | one of the enumerated values in SDL_PixelFormat. |
| access | one of the enumerated values in SDL_TextureAccess. |
| w | the width of the texture in pixels. |
| h | the height of the texture in pixels. |
\threadsafety This function should only be called on the main thread.
References renderer.
|
extern |
Create a texture from an existing surface.
The surface is not modified or freed by this function.
The SDL_TextureAccess hint for the created texture is SDL_TEXTUREACCESS_STATIC.
The pixel format of the created texture may be different from the pixel format of the surface, and can be queried using the SDL_PROP_TEXTURE_FORMAT_NUMBER property.
| renderer | the rendering context. |
| surface | the SDL_Surface structure containing pixel data used to fill the texture. |
\threadsafety This function should only be called on the main thread.
References renderer.
|
extern |
Create a texture for a rendering context with the specified properties.
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:
With the GPU renderer:
| renderer | the rendering context. |
| props | the properties to use. |
\threadsafety This function should only be called on the main thread.
References renderer.
|
extern |
Create a window and default renderer.
| title | the title of the window, in UTF-8 encoding. |
| width | the width of the window. |
| height | the height of the window. |
| window_flags | the flags used to create the window (see SDL_CreateWindow()). |
| window | a pointer filled with the window, or NULL on error. |
| renderer | a pointer filled with the renderer, or NULL on error. |
\threadsafety This function should only be called on the main thread.
References renderer, and window.
Referenced by SDL_AppInit().
|
extern |
Destroy custom GPU render state.
| state | the state to destroy. |
\threadsafety This function should be called on the thread that created the renderer.
|
extern |
Destroy the rendering context for a window and free all associated textures.
This should be called before destroying the associated window.
| renderer | the rendering context. |
\threadsafety This function should only be called on the main thread.
References renderer.
|
extern |
Destroy the specified texture.
Passing NULL or an otherwise invalid texture will set the SDL error message to "Invalid texture".
| texture | the texture to destroy. |
\threadsafety This function should only be called on the main thread.
|
extern |
Force the rendering context to flush any pending commands and state.
You do not need to (and in fact, shouldn't) call this function unless you are planning to call into OpenGL/Direct3D/Metal/whatever directly, in addition to using an SDL_Renderer.
This is for a very-specific case: if you are using SDL's render API, and you plan to make OpenGL/D3D/whatever calls in addition to SDL render API calls. If this applies, you should call this function between calls to SDL's render API and the low-level API you're using in cooperation.
In all other cases, you can ignore this function.
This call makes SDL flush any pending rendering work it was queueing up to do later in a single batch, and marks any internal cached state as invalid, so it'll prepare all its state again later, from scratch.
This means you do not need to save state in your rendering code to protect the SDL renderer. However, there lots of arbitrary pieces of Direct3D and OpenGL state that can confuse things; you should use your best judgment and be prepared to make changes if specific state needs to be protected.
| renderer | the rendering context. |
\threadsafety This function should only be called on the main thread.
References renderer.
|
extern |
Get the current output size in pixels of a rendering context.
If a rendering target is active, this will return the size of the rendering target in pixels, otherwise return the value of SDL_GetRenderOutputSize().
Rendering target or not, the output will be adjusted by the current logical presentation state, dictated by SDL_SetRenderLogicalPresentation().
| renderer | the rendering context. |
| w | a pointer filled in with the current width. |
| h | a pointer filled in with the current height. |
\threadsafety This function should only be called on the main thread.
References renderer.
|
extern |
Get default texture scale mode of the given renderer.
| renderer | the renderer to get data from. |
| scale_mode | a SDL_ScaleMode filled with current default scale mode. See SDL_SetDefaultTextureScaleMode() for the meaning of the value. |
\threadsafety This function should only be called on the main thread.
References renderer, and SDL_GetDefaultTextureScaleMode().
Referenced by SDL_GetDefaultTextureScaleMode().
|
extern |
Return the GPU device used by a renderer.
| renderer | the rendering context. |
\threadsafety It is safe to call this function from any thread.
References renderer.
|
extern |
Get the number of 2D rendering drivers available for the current display.
A render driver is a set of code that handles rendering and texture management on a particular display. Normally there is only one, but some drivers may have several available with different capabilities.
There may be none if SDL was compiled without render support.
\threadsafety It is safe to call this function from any thread.
|
extern |
Get the clip rectangle for the current target.
Each render target has its own clip rectangle. This function gets the cliprect for the current render target.
| renderer | the rendering context. |
| rect | an SDL_Rect structure filled in with the current clipping area or an empty rectangle if clipping is disabled. |
\threadsafety This function should only be called on the main thread.
References renderer.
|
extern |
Get the color scale used for render operations.
| renderer | the rendering context. |
| scale | a pointer filled in with the current color scale value. |
\threadsafety This function should only be called on the main thread.
References renderer.
|
extern |
Get the blend mode used for drawing operations.
| renderer | the rendering context. |
| blendMode | a pointer filled in with the current SDL_BlendMode. |
\threadsafety This function should only be called on the main thread.
References renderer.
|
extern |
Get the color used for drawing operations (Rect, Line and Clear).
| renderer | the rendering context. |
| r | a pointer filled in with the red value used to draw on the rendering target. |
| g | a pointer filled in with the green value used to draw on the rendering target. |
| b | a pointer filled in with the blue value used to draw on the rendering target. |
| a | a pointer filled in with the alpha value used to draw on the rendering target; usually SDL_ALPHA_OPAQUE (255). |
\threadsafety This function should only be called on the main thread.
References renderer.
|
extern |
Get the color used for drawing operations (Rect, Line and Clear).
| renderer | the rendering context. |
| r | a pointer filled in with the red value used to draw on the rendering target. |
| g | a pointer filled in with the green value used to draw on the rendering target. |
| b | a pointer filled in with the blue value used to draw on the rendering target. |
| a | a pointer filled in with the alpha value used to draw on the rendering target. |
\threadsafety This function should only be called on the main thread.
References renderer.
|
extern |
Use this function to get the name of a built in 2D rendering driver.
The list of rendering drivers is given in the order that they are normally initialized by default; the drivers that seem more reasonable to choose first (as far as the SDL developers believe) are earlier in the list.
The names of drivers are all simple, low-ASCII identifiers, like "opengl", "direct3d12" or "metal". These never have Unicode characters, and are not meant to be proper names.
| index | the index of the rendering driver; the value ranges from 0 to SDL_GetNumRenderDrivers() - 1. |
\threadsafety It is safe to call this function from any thread.
|
extern |
Get the renderer associated with a window.
| window | the window to query. |
\threadsafety It is safe to call this function from any thread.
References window.
|
extern |
Get the renderer that created an SDL_Texture.
| texture | the texture to query. |
\threadsafety It is safe to call this function from any thread.
|
extern |
Get the name of a renderer.
| renderer | the rendering context. |
\threadsafety It is safe to call this function from any thread.
References renderer.
|
extern |
Get the properties associated with a renderer.
The following read-only properties are provided by SDL:
With the direct3d renderer:
With the direct3d11 renderer:
With the direct3d12 renderer:
With the vulkan renderer:
With the gpu renderer:
| renderer | the rendering context. |
\threadsafety It is safe to call this function from any thread.
References renderer.
|
extern |
Get device independent resolution and presentation mode for rendering.
This function gets the width and height of the logical rendering output, or 0 if a logical resolution is not enabled.
Each render target has its own logical presentation state. This function gets the state for the current render target.
| renderer | the rendering context. |
| w | an int filled with the logical presentation width. |
| h | an int filled with the logical presentation height. |
| mode | a variable filled with the logical presentation mode being used. |
\threadsafety This function should only be called on the main thread.
References renderer.
|
extern |
Get the final presentation rectangle for rendering.
This function returns the calculated rectangle used for logical presentation, based on the presentation mode and output size. If logical presentation is disabled, it will fill the rectangle with the output size, in pixels.
Each render target has its own logical presentation state. This function gets the rectangle for the current render target.
| renderer | the rendering context. |
| rect | a pointer filled in with the final presentation rectangle, may be NULL. |
\threadsafety This function should only be called on the main thread.
References renderer.
|
extern |
Get the Metal command encoder for the current frame.
This function returns void *, so SDL doesn't have to include Metal's headers, but it can be safely cast to an id<MTLRenderCommandEncoder>.
This will return NULL if Metal refuses to give SDL a drawable to render to, which might happen if the window is hidden/minimized/offscreen. This doesn't apply to command encoders for render targets, just the window's backbuffer. Check your return values!
| renderer | the renderer to query. |
\threadsafety This function should only be called on the main thread.
References renderer.
|
extern |
Get the CAMetalLayer associated with the given Metal renderer.
This function returns void *, so SDL doesn't have to include Metal's headers, but it can be safely cast to a CAMetalLayer *.
| renderer | the renderer to query. |
\threadsafety This function should only be called on the main thread.
References renderer.
|
extern |
Get the output size in pixels of a rendering context.
This returns the true output size in pixels, ignoring any render targets or logical size and presentation.
For the output size of the current rendering target, with logical size adjustments, use SDL_GetCurrentRenderOutputSize() instead.
| renderer | the rendering context. |
| w | a pointer filled in with the width in pixels. |
| h | a pointer filled in with the height in pixels. |
\threadsafety This function should only be called on the main thread.
References renderer.
Referenced by SDL_AppIterate().
|
extern |
Get the safe area for rendering within the current viewport.
Some devices have portions of the screen which are partially obscured or not interactive, possibly due to on-screen controls, curved edges, camera notches, TV overscan, etc. This function provides the area of the current viewport which is safe to have interactible content. You should continue rendering into the rest of the render target, but it should not contain visually important or interactible content.
| renderer | the rendering context. |
| rect | a pointer filled in with the area that is safe for interactive content. |
\threadsafety This function should only be called on the main thread.
References renderer.
|
extern |
Get the drawing scale for the current target.
Each render target has its own scale. This function gets the scale for the current render target.
| renderer | the rendering context. |
| scaleX | a pointer filled in with the horizontal scaling factor. |
| scaleY | a pointer filled in with the vertical scaling factor. |
\threadsafety This function should only be called on the main thread.
References renderer.
|
extern |
Get the current render target.
The default render target is the window for which the renderer was created, and is reported a NULL here.
| renderer | the rendering context. |
\threadsafety This function should only be called on the main thread.
References renderer.
|
extern |
Get the texture addressing mode used in SDL_RenderGeometry().
| renderer | the rendering context. |
| u_mode | a pointer filled in with the SDL_TextureAddressMode to use for horizontal texture coordinates in SDL_RenderGeometry(), may be NULL. |
| v_mode | a pointer filled in with the SDL_TextureAddressMode to use for vertical texture coordinates in SDL_RenderGeometry(), may be NULL. |
\threadsafety This function should only be called on the main thread.
References renderer.
|
extern |
Get the drawing area for the current target.
Each render target has its own viewport. This function gets the viewport for the current render target.
| renderer | the rendering context. |
| rect | an SDL_Rect structure filled in with the current drawing area. |
\threadsafety This function should only be called on the main thread.
References renderer.
|
extern |
Get VSync of the given renderer.
| renderer | the renderer to toggle. |
| vsync | an int filled with the current vertical refresh sync interval. See SDL_SetRenderVSync() for the meaning of the value. |
\threadsafety This function should only be called on the main thread.
References renderer.
|
extern |
Get the window associated with a renderer.
| renderer | the renderer to query. |
\threadsafety It is safe to call this function from any thread.
References renderer.
|
extern |
Get the additional alpha value multiplied into render copy operations.
| texture | the texture to query. |
| alpha | a pointer filled in with the current alpha value. |
\threadsafety This function should only be called on the main thread.
|
extern |
Get the additional alpha value multiplied into render copy operations.
| texture | the texture to query. |
| alpha | a pointer filled in with the current alpha value. |
\threadsafety This function should only be called on the main thread.
|
extern |
Get the blend mode used for texture copy operations.
| texture | the texture to query. |
| blendMode | a pointer filled in with the current SDL_BlendMode. |
\threadsafety This function should only be called on the main thread.
|
extern |
Get the additional color value multiplied into render copy operations.
| texture | the texture to query. |
| r | a pointer filled in with the current red color value. |
| g | a pointer filled in with the current green color value. |
| b | a pointer filled in with the current blue color value. |
\threadsafety This function should only be called on the main thread.
|
extern |
Get the additional color value multiplied into render copy operations.
| texture | the texture to query. |
| r | a pointer filled in with the current red color value. |
| g | a pointer filled in with the current green color value. |
| b | a pointer filled in with the current blue color value. |
\threadsafety This function should only be called on the main thread.
|
extern |
Get the palette used by a texture.
| texture | the texture to query. |
\threadsafety This function should only be called on the main thread.
|
extern |
Get the properties associated with a texture.
The following read-only properties are provided by SDL:
With the direct3d11 renderer:
With the direct3d12 renderer:
With the vulkan renderer:
With the opengl renderer:
With the opengles2 renderer:
With the gpu renderer:
| texture | the texture to query. |
\threadsafety It is safe to call this function from any thread.
|
extern |
Get the scale mode used for texture scale operations.
| texture | the texture to query. |
| scaleMode | a pointer filled in with the current scale mode. |
\threadsafety This function should only be called on the main thread.
|
extern |
Get the size of a texture, as floating point values.
| texture | the texture to query. |
| w | a pointer filled in with the width of the texture in pixels. This argument can be NULL if you don't need this information. |
| h | a pointer filled in with the height of the texture in pixels. This argument can be NULL if you don't need this information. |
\threadsafety This function should only be called on the main thread.
|
extern |
Lock a portion of the texture for write-only pixel access.
As an optimization, the pixels made available for editing don't necessarily contain the old texture data. This is a write-only operation, and if you need to keep a copy of the texture data you should do that at the application level.
You must use SDL_UnlockTexture() to unlock the pixels and apply any changes.
| texture | the texture to lock for access, which was created with SDL_TEXTUREACCESS_STREAMING. |
| rect | an SDL_Rect structure representing the area to lock for access; NULL to lock the entire texture. |
| pixels | this is filled in with a pointer to the locked pixels, appropriately offset by the locked area. |
| pitch | this is filled in with the pitch of the locked pixels; the pitch is the length of one row in bytes. |
\threadsafety This function should only be called on the main thread.
|
extern |
Lock a portion of the texture for write-only pixel access, and expose it as a SDL surface.
Besides providing an SDL_Surface instead of raw pixel data, this function operates like SDL_LockTexture.
As an optimization, the pixels made available for editing don't necessarily contain the old texture data. This is a write-only operation, and if you need to keep a copy of the texture data you should do that at the application level.
You must use SDL_UnlockTexture() to unlock the pixels and apply any changes.
The returned surface is freed internally after calling SDL_UnlockTexture() or SDL_DestroyTexture(). The caller should not free it.
| texture | the texture to lock for access, which must be created with SDL_TEXTUREACCESS_STREAMING. |
| rect | a pointer to the rectangle to lock for access. If the rect is NULL, the entire texture will be locked. |
| surface | a pointer to an SDL surface of size rect. Don't assume any specific pixel content. |
\threadsafety This function should only be called on the main thread.
|
extern |
Clear the current rendering target with the drawing color.
This function clears the entire rendering target, ignoring the viewport and the clip rectangle. Note, that clearing will also set/fill all pixels of the rendering target to current renderer draw color, so make sure to invoke SDL_SetRenderDrawColor() when needed.
| renderer | the rendering context. |
\threadsafety This function should only be called on the main thread.
References renderer.
Referenced by SDL_AppIterate().
|
extern |
Get whether clipping is enabled on the given render target.
Each render target has its own clip rectangle. This function checks the cliprect for the current render target.
| renderer | the rendering context. |
\threadsafety This function should only be called on the main thread.
References renderer.
|
extern |
Get a point in render coordinates when given a point in window coordinates.
This takes into account several states:
| renderer | the rendering context. |
| window_x | the x coordinate in window coordinates. |
| window_y | the y coordinate in window coordinates. |
| x | a pointer filled with the x coordinate in render coordinates. |
| y | a pointer filled with the y coordinate in render coordinates. |
\threadsafety This function should only be called on the main thread.
References renderer.
|
extern |
Get a point in window coordinates when given a point in render coordinates.
This takes into account several states:
| renderer | the rendering context. |
| x | the x coordinate in render coordinates. |
| y | the y coordinate in render coordinates. |
| window_x | a pointer filled with the x coordinate in window coordinates. |
| window_y | a pointer filled with the y coordinate in window coordinates. |
\threadsafety This function should only be called on the main thread.
References renderer.
|
extern |
Draw debug text to an SDL_Renderer.
This function will render a string of text to an SDL_Renderer. Note that this is a convenience function for debugging, with severe limitations, and not intended to be used for production apps and games.
Among these limitations:
For serious text rendering, there are several good options, such as SDL_ttf, stb_truetype, or other external libraries.
On first use, this will create an internal texture for rendering glyphs. This texture will live until the renderer is destroyed.
The text is drawn in the color specified by SDL_SetRenderDrawColor().
| renderer | the renderer which should draw a line of text. |
| x | the x coordinate where the top-left corner of the text will draw. |
| y | the y coordinate where the top-left corner of the text will draw. |
| str | the string to render. |
\threadsafety This function should only be called on the main thread.
References renderer.
Referenced by SDL_AppIterate().
|
extern |
Draw debug text to an SDL_Renderer.
This function will render a printf()-style format string to a renderer. Note that this is a convenience function for debugging, with severe limitations, and is not intended to be used for production apps and games.
For the full list of limitations and other useful information, see SDL_RenderDebugText.
| renderer | the renderer which should draw the text. |
| x | the x coordinate where the top-left corner of the text will draw. |
| y | the y coordinate where the top-left corner of the text will draw. |
| fmt | the format string to draw. |
| ... | additional parameters matching % tokens in the fmt string, if any. |
\threadsafety This function should only be called on the main thread.
References renderer, SDL_PRINTF_FORMAT_STRING, and SDL_PRINTF_VARARG_FUNC.
|
extern |
Fill a rectangle on the current rendering target with the drawing color at subpixel precision.
| renderer | the renderer which should fill a rectangle. |
| rect | a pointer to the destination rectangle, or NULL for the entire rendering target. |
\threadsafety This function should only be called on the main thread.
References renderer.
|
extern |
Fill some number of rectangles on the current rendering target with the drawing color at subpixel precision.
| renderer | the renderer which should fill multiple rectangles. |
| rects | a pointer to an array of destination rectangles. |
| count | the number of rectangles. |
\threadsafety This function should only be called on the main thread.
References renderer.
|
extern |
Render a list of triangles, optionally using a texture and indices into the vertex array Color and alpha modulation is done per vertex (SDL_SetTextureColorMod and SDL_SetTextureAlphaMod are ignored).
| renderer | the rendering context. |
| texture | (optional) The SDL texture to use. |
| vertices | vertices. |
| num_vertices | number of vertices. |
| indices | (optional) An array of integer indices into the 'vertices' array, if NULL all vertices will be rendered in sequential order. |
| num_indices | number of indices. |
\threadsafety This function should only be called on the main thread.
References renderer.
|
extern |
Render a list of triangles, optionally using a texture and indices into the vertex arrays Color and alpha modulation is done per vertex (SDL_SetTextureColorMod and SDL_SetTextureAlphaMod are ignored).
| renderer | the rendering context. |
| texture | (optional) The SDL texture to use. |
| xy | vertex positions. |
| xy_stride | byte size to move from one element to the next element. |
| color | vertex colors (as SDL_FColor). |
| color_stride | byte size to move from one element to the next element. |
| uv | vertex normalized texture coordinates. |
| uv_stride | byte size to move from one element to the next element. |
| num_vertices | number of vertices. |
| indices | (optional) An array of indices into the 'vertices' arrays, if NULL all vertices will be rendered in sequential order. |
| num_indices | number of indices. |
| size_indices | index size: 1 (byte), 2 (short), 4 (int). |
\threadsafety This function should only be called on the main thread.
References renderer.
|
extern |
Draw a line on the current rendering target at subpixel precision.
| renderer | the renderer which should draw a line. |
| x1 | the x coordinate of the start point. |
| y1 | the y coordinate of the start point. |
| x2 | the x coordinate of the end point. |
| y2 | the y coordinate of the end point. |
\threadsafety This function should only be called on the main thread.
References renderer.
|
extern |
Draw a series of connected lines on the current rendering target at subpixel precision.
| renderer | the renderer which should draw multiple lines. |
| points | the points along the lines. |
| count | the number of points, drawing count-1 lines. |
\threadsafety This function should only be called on the main thread.
References renderer.
|
extern |
Draw a point on the current rendering target at subpixel precision.
| renderer | the renderer which should draw a point. |
| x | the x coordinate of the point. |
| y | the y coordinate of the point. |
\threadsafety This function should only be called on the main thread.
References renderer.
|
extern |
Draw multiple points on the current rendering target at subpixel precision.
| renderer | the renderer which should draw multiple points. |
| points | the points to draw. |
| count | the number of points to draw. |
\threadsafety This function should only be called on the main thread.
References renderer.
|
extern |
Update the screen with any rendering performed since the previous call.
SDL's rendering functions operate on a backbuffer; that is, calling a rendering function such as SDL_RenderLine() does not directly put a line on the screen, but rather updates the backbuffer. As such, you compose your entire scene and present the composed backbuffer to the screen as a complete picture.
Therefore, when using SDL's rendering API, one does all drawing intended for the frame, and then calls this function once per frame to present the final drawing to the user.
The backbuffer should be considered invalidated after each present; do not assume that previous contents will exist between frames. You are strongly encouraged to call SDL_RenderClear() to initialize the backbuffer before starting each new frame's drawing, even if you plan to overwrite every pixel.
Please note, that in case of rendering to a texture - there is no need to call SDL_RenderPresent after drawing needed objects to a texture, and should not be done; you are only required to change back the rendering target to default via SDL_SetRenderTarget(renderer, NULL) afterwards, as textures by themselves do not have a concept of backbuffers. Calling SDL_RenderPresent while rendering to a texture will fail.
| renderer | the rendering context. |
\threadsafety This function should only be called on the main thread.
References renderer.
Referenced by SDL_AppIterate().
|
extern |
Read pixels from the current rendering target.
The returned surface contains pixels inside the desired area clipped to the current viewport, and should be freed with SDL_DestroySurface().
Note that this returns the actual pixels on the screen, so if you are using logical presentation you should use SDL_GetRenderLogicalPresentationRect() to get the area containing your content.
WARNING: This is a very slow operation, and should not be used frequently. If you're using this on the main rendering target, it should be called after rendering and before SDL_RenderPresent().
| renderer | the rendering context. |
| rect | an SDL_Rect structure representing the area to read, which will be clipped to the current viewport, or NULL for the entire viewport. |
\threadsafety This function should only be called on the main thread.
References renderer.
|
extern |
Draw a rectangle on the current rendering target at subpixel precision.
| renderer | the renderer which should draw a rectangle. |
| rect | a pointer to the destination rectangle, or NULL to outline the entire rendering target. |
\threadsafety This function should only be called on the main thread.
References renderer.
|
extern |
Draw some number of rectangles on the current rendering target at subpixel precision.
| renderer | the renderer which should draw multiple rectangles. |
| rects | a pointer to an array of destination rectangles. |
| count | the number of rectangles. |
\threadsafety This function should only be called on the main thread.
References renderer.
|
extern |
Copy a portion of the texture to the current rendering target at subpixel precision.
| renderer | the renderer which should copy parts of a texture. |
| texture | the source texture. |
| srcrect | a pointer to the source rectangle, or NULL for the entire texture. |
| dstrect | a pointer to the destination rectangle, or NULL for the entire rendering target. |
\threadsafety This function should only be called on the main thread.
References renderer.
|
extern |
Perform a scaled copy using the 9-grid algorithm to the current rendering target at subpixel precision.
The pixels in the texture are split into a 3x3 grid, using the different corner sizes for each corner, and the sides and center making up the remaining pixels. The corners are then scaled using scale and fit into the corners of the destination rectangle. The sides and center are then stretched into place to cover the remaining destination rectangle.
| renderer | the renderer which should copy parts of a texture. |
| texture | the source texture. |
| srcrect | the SDL_Rect structure representing the rectangle to be used for the 9-grid, or NULL to use the entire texture. |
| left_width | the width, in pixels, of the left corners in srcrect. |
| right_width | the width, in pixels, of the right corners in srcrect. |
| top_height | the height, in pixels, of the top corners in srcrect. |
| bottom_height | the height, in pixels, of the bottom corners in srcrect. |
| scale | the scale used to transform the corner of srcrect into the corner of dstrect, or 0.0f for an unscaled copy. |
| dstrect | a pointer to the destination rectangle, or NULL for the entire rendering target. |
\threadsafety This function should only be called on the main thread.
References renderer.
|
extern |
Perform a scaled copy using the 9-grid algorithm to the current rendering target at subpixel precision.
The pixels in the texture are split into a 3x3 grid, using the different corner sizes for each corner, and the sides and center making up the remaining pixels. The corners are then scaled using scale and fit into the corners of the destination rectangle. The sides and center are then tiled into place to cover the remaining destination rectangle.
| renderer | the renderer which should copy parts of a texture. |
| texture | the source texture. |
| srcrect | the SDL_Rect structure representing the rectangle to be used for the 9-grid, or NULL to use the entire texture. |
| left_width | the width, in pixels, of the left corners in srcrect. |
| right_width | the width, in pixels, of the right corners in srcrect. |
| top_height | the height, in pixels, of the top corners in srcrect. |
| bottom_height | the height, in pixels, of the bottom corners in srcrect. |
| scale | the scale used to transform the corner of srcrect into the corner of dstrect, or 0.0f for an unscaled copy. |
| dstrect | a pointer to the destination rectangle, or NULL for the entire rendering target. |
| tileScale | the scale used to transform the borders and center of srcrect into the borders and middle of dstrect, or 1.0f for an unscaled copy. |
\threadsafety This function should only be called on the main thread.
References renderer.
|
extern |
Copy a portion of the source texture to the current rendering target, with affine transform, at subpixel precision.
| renderer | the renderer which should copy parts of a texture. |
| texture | the source texture. |
| srcrect | a pointer to the source rectangle, or NULL for the entire texture. |
| origin | a pointer to a point indicating where the top-left corner of srcrect should be mapped to, or NULL for the rendering target's origin. |
| right | a pointer to a point indicating where the top-right corner of srcrect should be mapped to, or NULL for the rendering target's top-right corner. |
| down | a pointer to a point indicating where the bottom-left corner of srcrect should be mapped to, or NULL for the rendering target's bottom-left corner. |
\threadsafety You may only call this function from the main thread.
References renderer.
|
extern |
Copy a portion of the source texture to the current rendering target, with rotation and flipping, at subpixel precision.
| renderer | the renderer which should copy parts of a texture. |
| texture | the source texture. |
| srcrect | a pointer to the source rectangle, or NULL for the entire texture. |
| dstrect | a pointer to the destination rectangle, or NULL for the entire rendering target. |
| angle | an angle in degrees that indicates the rotation that will be applied to dstrect, rotating it in a clockwise direction. |
| center | a pointer to a point indicating the point around which dstrect will be rotated (if NULL, rotation will be done around dstrect.w/2, dstrect.h/2). |
| flip | an SDL_FlipMode value stating which flipping actions should be performed on the texture. |
\threadsafety This function should only be called on the main thread.
References renderer.
|
extern |
Tile a portion of the texture to the current rendering target at subpixel precision.
The pixels in srcrect will be repeated as many times as needed to completely fill dstrect.
| renderer | the renderer which should copy parts of a texture. |
| texture | the source texture. |
| srcrect | a pointer to the source rectangle, or NULL for the entire texture. |
| scale | the scale used to transform srcrect into the destination rectangle, e.g. a 32x32 texture with a scale of 2 would fill 64x64 tiles. |
| dstrect | a pointer to the destination rectangle, or NULL for the entire rendering target. |
\threadsafety This function should only be called on the main thread.
References renderer.
|
extern |
Return whether an explicit rectangle was set as the viewport.
This is useful if you're saving and restoring the viewport and want to know whether you should restore a specific rectangle or NULL.
Each render target has its own viewport. This function checks the viewport for the current render target.
| renderer | the rendering context. |
\threadsafety This function should only be called on the main thread.
References renderer.
|
extern |
Set default scale mode for new textures for given renderer.
When a renderer is created, scale_mode defaults to SDL_SCALEMODE_LINEAR.
| renderer | the renderer to update. |
| scale_mode | the scale mode to change to for new textures. |
\threadsafety This function should only be called on the main thread.
References renderer, and SDL_SetDefaultTextureScaleMode().
Referenced by SDL_SetDefaultTextureScaleMode().
|
extern |
Set custom GPU render state.
This function sets custom GPU render state for subsequent draw calls. This allows using custom shaders with the GPU renderer.
| renderer | the renderer to use. |
| state | the state to to use, or NULL to clear custom GPU render state. |
\threadsafety This function should be called on the thread that created the renderer.
References renderer.
|
extern |
Set fragment shader uniform variables in a custom GPU render state.
The data is copied and will be pushed using SDL_PushGPUFragmentUniformData() during draw call execution.
| state | the state to modify. |
| slot_index | the fragment uniform slot to push data to. |
| data | client data to write. |
| length | the length of the data to write. |
\threadsafety This function should be called on the thread that created the renderer.
|
extern |
Set the clip rectangle for rendering on the specified target.
Each render target has its own clip rectangle. This function sets the cliprect for the current render target.
| renderer | the rendering context. |
| rect | an SDL_Rect structure representing the clip area, relative to the viewport, or NULL to disable clipping. |
\threadsafety This function should only be called on the main thread.
References renderer.
|
extern |
Set the color scale used for render operations.
The color scale is an additional scale multiplied into the pixel color value while rendering. This can be used to adjust the brightness of colors during HDR rendering, or changing HDR video brightness when playing on an SDR display.
The color scale does not affect the alpha channel, only the color brightness.
| renderer | the rendering context. |
| scale | the color scale value. |
\threadsafety This function should only be called on the main thread.
References renderer.
|
extern |
Set the blend mode used for drawing operations (Fill and Line).
If the blend mode is not supported, the closest supported mode is chosen.
| renderer | the rendering context. |
| blendMode | the SDL_BlendMode to use for blending. |
\threadsafety This function should only be called on the main thread.
References renderer.
Set the color used for drawing operations.
Set the color for drawing or filling rectangles, lines, and points, and for SDL_RenderClear().
| renderer | the rendering context. |
| r | the red value used to draw on the rendering target. |
| g | the green value used to draw on the rendering target. |
| b | the blue value used to draw on the rendering target. |
| a | the alpha value used to draw on the rendering target; usually SDL_ALPHA_OPAQUE (255). Use SDL_SetRenderDrawBlendMode to specify how the alpha channel is used. |
\threadsafety This function should only be called on the main thread.
References renderer.
Referenced by SDL_AppIterate().
|
extern |
Set the color used for drawing operations (Rect, Line and Clear).
Set the color for drawing or filling rectangles, lines, and points, and for SDL_RenderClear().
| renderer | the rendering context. |
| r | the red value used to draw on the rendering target. |
| g | the green value used to draw on the rendering target. |
| b | the blue value used to draw on the rendering target. |
| a | the alpha value used to draw on the rendering target. Use SDL_SetRenderDrawBlendMode to specify how the alpha channel is used. |
\threadsafety This function should only be called on the main thread.
References renderer.
|
extern |
Set a device-independent resolution and presentation mode for rendering.
This function sets the width and height of the logical rendering output. The renderer will act as if the current render target is always the requested dimensions, scaling to the actual resolution as necessary.
This can be useful for games that expect a fixed size, but would like to scale the output to whatever is available, regardless of how a user resizes a window, or if the display is high DPI.
Logical presentation can be used with both render target textures and the renderer's window; the state is unique to each render target, and this function sets the state for the current render target. It might be useful to draw to a texture that matches the window dimensions with logical presentation enabled, and then draw that texture across the entire window with logical presentation disabled. Be careful not to render both with logical presentation enabled, however, as this could produce double-letterboxing, etc.
You can disable logical coordinates by setting the mode to SDL_LOGICAL_PRESENTATION_DISABLED, and in that case you get the full pixel resolution of the render target; it is safe to toggle logical presentation during the rendering of a frame: perhaps most of the rendering is done to specific dimensions but to make fonts look sharp, the app turns off logical presentation while drawing text, for example.
You can convert coordinates in an event into rendering coordinates using SDL_ConvertEventToRenderCoordinates().
| renderer | the rendering context. |
| w | the width of the logical resolution. |
| h | the height of the logical resolution. |
| mode | the presentation mode used. |
\threadsafety This function should only be called on the main thread.
References renderer.
|
extern |
Set the drawing scale for rendering on the current target.
The drawing coordinates are scaled by the x/y scaling factors before they are used by the renderer. This allows resolution independent drawing with a single coordinate system.
If this results in scaling or subpixel drawing by the rendering backend, it will be handled using the appropriate quality hints. For best results use integer scaling factors.
Each render target has its own scale. This function sets the scale for the current render target.
| renderer | the rendering context. |
| scaleX | the horizontal scaling factor. |
| scaleY | the vertical scaling factor. |
\threadsafety This function should only be called on the main thread.
References renderer.
Referenced by SDL_AppIterate().
|
extern |
Set a texture as the current rendering target.
The default render target is the window for which the renderer was created. To stop rendering to a texture and render to the window again, call this function with a NULL texture.
Viewport, cliprect, scale, and logical presentation are unique to each render target. Get and set functions for these states apply to the current render target set by this function, and those states persist on each target when the current render target changes.
| renderer | the rendering context. |
| texture | the targeted texture, which must be created with the SDL_TEXTUREACCESS_TARGET flag, or NULL to render to the window instead of a texture. |
\threadsafety This function should only be called on the main thread.
References renderer.
|
extern |
Set the texture addressing mode used in SDL_RenderGeometry().
| renderer | the rendering context. |
| u_mode | the SDL_TextureAddressMode to use for horizontal texture coordinates in SDL_RenderGeometry(). |
| v_mode | the SDL_TextureAddressMode to use for vertical texture coordinates in SDL_RenderGeometry(). |
\threadsafety This function should only be called on the main thread.
References renderer.
|
extern |
Set the drawing area for rendering on the current target.
Drawing will clip to this area (separately from any clipping done with SDL_SetRenderClipRect), and the top left of the area will become coordinate (0, 0) for future drawing commands.
The area's width and height must be >= 0.
Each render target has its own viewport. This function sets the viewport for the current render target.
| renderer | the rendering context. |
| rect | the SDL_Rect structure representing the drawing area, or NULL to set the viewport to the entire target. |
\threadsafety This function should only be called on the main thread.
References renderer.
|
extern |
Toggle VSync of the given renderer.
When a renderer is created, vsync defaults to SDL_RENDERER_VSYNC_DISABLED.
The vsync parameter can be 1 to synchronize present with every vertical refresh, 2 to synchronize present with every second vertical refresh, etc., SDL_RENDERER_VSYNC_ADAPTIVE for late swap tearing (adaptive vsync), or SDL_RENDERER_VSYNC_DISABLED to disable. Not every value is supported by every driver, so you should check the return value to see whether the requested setting is supported.
| renderer | the renderer to toggle. |
| vsync | the vertical refresh sync interval. |
\threadsafety This function should only be called on the main thread.
References renderer.
|
extern |
Set an additional alpha value multiplied into render copy operations.
When this texture is rendered, during the copy operation the source alpha value is modulated by this alpha value according to the following formula:
srcA = srcA * (alpha / 255)
Alpha modulation is not always supported by the renderer; it will return false if alpha modulation is not supported.
| texture | the texture to update. |
| alpha | the source alpha value multiplied into copy operations. |
\threadsafety This function should only be called on the main thread.
|
extern |
Set an additional alpha value multiplied into render copy operations.
When this texture is rendered, during the copy operation the source alpha value is modulated by this alpha value according to the following formula:
srcA = srcA * alpha
Alpha modulation is not always supported by the renderer; it will return false if alpha modulation is not supported.
| texture | the texture to update. |
| alpha | the source alpha value multiplied into copy operations. |
\threadsafety This function should only be called on the main thread.
|
extern |
Set the blend mode for a texture, used by SDL_RenderTexture().
If the blend mode is not supported, the closest supported mode is chosen and this function returns false.
| texture | the texture to update. |
| blendMode | the SDL_BlendMode to use for texture blending. |
\threadsafety This function should only be called on the main thread.
|
extern |
Set an additional color value multiplied into render copy operations.
When this texture is rendered, during the copy operation each source color channel is modulated by the appropriate color value according to the following formula:
srcC = srcC * (color / 255)
Color modulation is not always supported by the renderer; it will return false if color modulation is not supported.
| texture | the texture to update. |
| r | the red color value multiplied into copy operations. |
| g | the green color value multiplied into copy operations. |
| b | the blue color value multiplied into copy operations. |
\threadsafety This function should only be called on the main thread.
|
extern |
Set an additional color value multiplied into render copy operations.
When this texture is rendered, during the copy operation each source color channel is modulated by the appropriate color value according to the following formula:
srcC = srcC * color
Color modulation is not always supported by the renderer; it will return false if color modulation is not supported.
| texture | the texture to update. |
| r | the red color value multiplied into copy operations. |
| g | the green color value multiplied into copy operations. |
| b | the blue color value multiplied into copy operations. |
\threadsafety This function should only be called on the main thread.
|
extern |
Set the palette used by a texture.
Setting the palette keeps an internal reference to the palette, which can be safely destroyed afterwards.
A single palette can be shared with many textures.
| texture | the texture to update. |
| palette | the SDL_Palette structure to use. |
\threadsafety This function should only be called on the main thread.
|
extern |
Set the scale mode used for texture scale operations.
The default texture scale mode is SDL_SCALEMODE_LINEAR.
If the scale mode is not supported, the closest supported mode is chosen.
| texture | the texture to update. |
| scaleMode | the SDL_ScaleMode to use for texture scaling. |
\threadsafety This function should only be called on the main thread.
|
extern |
Unlock a texture, uploading the changes to video memory, if needed.
Warning: Please note that SDL_LockTexture() is intended to be write-only; it will not guarantee the previous contents of the texture will be provided. You must fully initialize any area of a texture that you lock before unlocking it, as the pixels might otherwise be uninitialized memory.
Which is to say: locking and immediately unlocking a texture can result in corrupted textures, depending on the renderer in use.
| texture | a texture locked by SDL_LockTexture(). |
\threadsafety This function should only be called on the main thread.
|
extern |
Update a rectangle within a planar NV12 or NV21 texture with new pixels.
You can use SDL_UpdateTexture() as long as your pixel data is a contiguous block of NV12/21 planes in the proper order, but this function is available if your pixel data is not contiguous.
| texture | the texture to update. |
| rect | a pointer to the rectangle of pixels to update, or NULL to update the entire texture. |
| Yplane | the raw pixel data for the Y plane. |
| Ypitch | the number of bytes between rows of pixel data for the Y plane. |
| UVplane | the raw pixel data for the UV plane. |
| UVpitch | the number of bytes between rows of pixel data for the UV plane. |
\threadsafety This function should only be called on the main thread.
|
extern |
Update the given texture rectangle with new pixel data.
The pixel data must be in the pixel format of the texture, which can be queried using the SDL_PROP_TEXTURE_FORMAT_NUMBER property.
This is a fairly slow function, intended for use with static textures that do not change often.
If the texture is intended to be updated often, it is preferred to create the texture as streaming and use the locking functions referenced below. While this function will work with streaming textures, for optimization reasons you may not get the pixels back if you lock the texture afterward.
| texture | the texture to update. |
| rect | an SDL_Rect structure representing the area to update, or NULL to update the entire texture. |
| pixels | the raw pixel data in the format of the texture. |
| pitch | the number of bytes in a row of pixel data, including padding between lines. |
\threadsafety This function should only be called on the main thread.
|
extern |
Update a rectangle within a planar YV12 or IYUV texture with new pixel data.
You can use SDL_UpdateTexture() as long as your pixel data is a contiguous block of Y and U/V planes in the proper order, but this function is available if your pixel data is not contiguous.
| texture | the texture to update. |
| rect | a pointer to the rectangle of pixels to update, or NULL to update the entire texture. |
| Yplane | the raw pixel data for the Y plane. |
| Ypitch | the number of bytes between rows of pixel data for the Y plane. |
| Uplane | the raw pixel data for the U plane. |
| Upitch | the number of bytes between rows of pixel data for the U plane. |
| Vplane | the raw pixel data for the V plane. |
| Vpitch | the number of bytes between rows of pixel data for the V plane. |
\threadsafety This function should only be called on the main thread.