|
SDL3pp
A slim C++ wrapper for SDL3
|
Properties for Texture creation. More...
Variables | |
| constexpr auto | COLORSPACE_NUMBER |
| Number for colorspace. | |
| constexpr auto | FORMAT_NUMBER |
| Number for format. | |
| constexpr auto | ACCESS_NUMBER |
| Number for access. | |
| constexpr auto | WIDTH_NUMBER |
| Number for width. | |
| constexpr auto | HEIGHT_NUMBER |
| Number for height. | |
| constexpr auto | PALETTE_POINTER |
| Pointer to palette. | |
| constexpr auto | SDR_WHITE_POINT_FLOAT |
| Float for sdr white point. | |
| constexpr auto | HDR_HEADROOM_FLOAT |
| Float for hdr headroom. | |
| constexpr auto | D3D11_TEXTURE_POINTER |
| Pointer to d3d11 texture. | |
| constexpr auto | D3D11_TEXTURE_U_POINTER |
| Pointer to d3d11 texture u. | |
| constexpr auto | D3D11_TEXTURE_V_POINTER |
| Pointer to d3d11 texture v. | |
| constexpr auto | D3D12_TEXTURE_POINTER |
| Pointer to d3d12 texture. | |
| constexpr auto | D3D12_TEXTURE_U_POINTER |
| Pointer to d3d12 texture u. | |
| constexpr auto | D3D12_TEXTURE_V_POINTER |
| Pointer to d3d12 texture v. | |
| constexpr auto | METAL_PIXELBUFFER_POINTER |
| Pointer to metal pixelbuffer. | |
| constexpr auto | OPENGL_TEXTURE_NUMBER |
| Opengl texture number. | |
| constexpr auto | OPENGL_TEXTURE_UV_NUMBER |
| Opengl texture uv number. | |
| constexpr auto | OPENGL_TEXTURE_U_NUMBER |
| Opengl texture u number. | |
| constexpr auto | OPENGL_TEXTURE_V_NUMBER |
| Opengl texture v number. | |
| constexpr auto | OPENGLES2_TEXTURE_NUMBER |
| Opengles2 texture number. | |
| constexpr auto | OPENGLES2_TEXTURE_UV_NUMBER |
| Opengles2 texture uv number. | |
| constexpr auto | OPENGLES2_TEXTURE_U_NUMBER |
| Opengles2 texture u number. | |
| constexpr auto | OPENGLES2_TEXTURE_V_NUMBER |
| Opengles2 texture v number. | |
| constexpr auto | VULKAN_TEXTURE_NUMBER |
| Vulkans texture number. | |
| constexpr auto | VULKAN_LAYOUT_NUMBER |
| Number for vulkan layout. | |
| constexpr auto | GPU_TEXTURE_POINTER |
| Pointer to gpu texture. | |
| constexpr auto | GPU_TEXTURE_UV_POINTER |
| Pointer to gpu texture uv. | |
| constexpr auto | GPU_TEXTURE_U_POINTER |
| Pointer to gpu texture u. | |
| constexpr auto | GPU_TEXTURE_V_POINTER |
| Pointer to gpu texture v. | |
Properties for Texture creation.
|
constexpr |
Number for access.
|
constexpr |
Number for colorspace.
|
constexpr |
Pointer to d3d11 texture.
|
constexpr |
Pointer to d3d11 texture u.
|
constexpr |
Pointer to d3d11 texture v.
|
constexpr |
Pointer to d3d12 texture.
|
constexpr |
Pointer to d3d12 texture u.
|
constexpr |
Pointer to d3d12 texture v.
|
constexpr |
Number for format.
|
constexpr |
Pointer to gpu texture.
|
constexpr |
Pointer to gpu texture u.
|
constexpr |
Pointer to gpu texture uv.
|
constexpr |
Pointer to gpu texture v.
|
constexpr |
Float for hdr headroom.
|
constexpr |
Number for height.
|
constexpr |
Pointer to metal pixelbuffer.
|
constexpr |
Opengl texture number.
|
constexpr |
Opengl texture u number.
|
constexpr |
Opengl texture uv number.
|
constexpr |
Opengl texture v number.
|
constexpr |
Opengles2 texture number.
|
constexpr |
Opengles2 texture u number.
|
constexpr |
Opengles2 texture uv number.
|
constexpr |
Opengles2 texture v number.
|
constexpr |
Pointer to palette.
|
constexpr |
Float for sdr white point.
|
constexpr |
Number for vulkan layout.
|
constexpr |
Vulkans texture number.
|
constexpr |
Number for width.