|
Foundation
|
#include <Device.hpp>
Classes | |
| struct | QueryPoolDesc |
Public Member Functions | |
| RHIDeviceQueryPool (RHIDevice const &device, QueryPoolDesc const &desc) | |
| virtual const float | GetTimestampResolution ()=0 |
| virtual void | Reset ()=0 |
| virtual Span< const uint64_t > | GetTimestampResults (bool wait=true)=0 |
| virtual void | DebugSetObjectName (const char *name)=0 |
Public Member Functions inherited from Foundation::RHI::RHIObject | |
| RHIObject ()=default | |
| RHIObject (RHIObject const &)=delete | |
| RHIObject & | operator= (const RHIObject &)=delete |
| RHIObject (RHIObject &&)=delete | |
| RHIObject & | operator= (RHIObject &&)=delete |
| virtual | ~RHIObject ()=default |
Public Attributes | |
| struct Foundation::RHI::RHIDeviceQueryPool::QueryPoolDesc | mDesc |
Protected Attributes | |
| const RHIDevice & | mDevice |
|
inline |
|
pure virtual |
Implemented in Foundation::RHI::VulkanDeviceQueryPool.
Implemented in Foundation::RHI::VulkanDeviceQueryPool.
|
pure virtual |
Implemented in Foundation::RHI::VulkanDeviceQueryPool.
Implemented in Foundation::RHI::VulkanDeviceQueryPool.
| struct Foundation::RHI::RHIDeviceQueryPool::QueryPoolDesc Foundation::RHI::RHIDeviceQueryPool::mDesc |