A base interface for RenderAPI objects.
Definition Common.hpp:52
GPUDeviceObject(GPUDevice &device)
Definition GPUResource.hpp:41
Definition Application.hpp:19
@ Undefined
We don't care about the previous content of the respective render target attachment.
GPUResourceType
An enumeration of supported resource types.
Definition GPUResource.hpp:15
@ StorageBuffer
Storage buffer resource.
@ Sampler
Sampler state resource.
@ CombinedSampler
Combined sampler with a associated image.
@ UniformBuffer
Uniform buffer (or constant buffer) resource.
@ DynamicUniformBuffer
Dynamic uniform buffer (or constant buffer) resource.
@ StorageImage
Storage image resource type.