SDL3pp
A slim C++ wrapper for SDL3
Loading...
Searching...
No Matches

Constants for Properties keys. More...

Namespaces

namespace  AudioStream
 Properties for AudioStream.
namespace  FileDialog
 Properties for file dialogs.
namespace  GamepadCap
 Gamepad capability properties.
namespace  GPUDevice
 Properties for GPUDevice creation and information.
namespace  GPUComputePipeline
 Properties for GPUComputePipeline creation.
namespace  GPUGraphicsPipeline
 Properties for GPUGraphicsPipeline creation.
namespace  GPUSampler
 Properties for GPUSampler creation.
namespace  GPUShader
 Properties for GPUShader creation.
namespace  GPUTexture
 Properties for GPUTexture creation.
namespace  GPUBuffer
 Properties for GPUBuffer creation.
namespace  GPUTransferBuffer
 Properties for GPUTransferBuffer creation.
namespace  Hidapi
 HIDAPI properties.
namespace  AnimationEncoder
 Supported properties for creating an animation encoder.
namespace  AnimationDecoder
 Supported properties for creating an animation decoder.
namespace  IOStream
 Properties for IOStream.
namespace  JoystickCap
 Joystick capability properties.
namespace  TextInput
 Properties for text input to be used on Window.StartTextInput.
namespace  Mixer
 Properties for Mixer.
namespace  Audio
 Properties for configuring audio loading.
namespace  Play
 Properties that can be used in the options parameter of Track.Play().
namespace  process
 Properties for processes.
namespace  Renderer
 Properties for Renderer.
namespace  Texture
 Properties for Texture.
namespace  Surface
 Properties for Surface.
namespace  thread
 Properties for CreateThreadWithProperties.
namespace  Font
 Properties for Font.
namespace  RendererTextEngine
 Properties for RendererTextEngine.
namespace  GpuTextEngine
 Properties for GPUTextEngine.
namespace  Display
 Properties for Display.
namespace  Window
 Properties for Window.

Detailed Description

Constants for Properties keys.

All subnamespaces in prop are intended to be used as namespaces for properties related to a specific type of object. For example, prop::Surface contains properties related to surfaces.

See also
Properties