Foundation
Loading...
Searching...
No Matches
Classes | Public Member Functions | Public Attributes | Protected Attributes | List of all members
Foundation::RHI::RHIDeviceQueryPool Class Referenceabstract

#include <Device.hpp>

Inheritance diagram for Foundation::RHI::RHIDeviceQueryPool:
Foundation::RHI::RHIObject Foundation::RHI::VulkanDeviceQueryPool

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_tGetTimestampResults (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
 
RHIObjectoperator= (const RHIObject &)=delete
 
 RHIObject (RHIObject &&)=delete
 
RHIObjectoperator= (RHIObject &&)=delete
 
virtual ~RHIObject ()=default
 

Public Attributes

struct Foundation::RHI::RHIDeviceQueryPool::QueryPoolDesc mDesc
 

Protected Attributes

const RHIDevicemDevice
 

Constructor & Destructor Documentation

◆ RHIDeviceQueryPool()

Foundation::RHI::RHIDeviceQueryPool::RHIDeviceQueryPool ( RHIDevice const device,
QueryPoolDesc const desc 
)
inline

Member Function Documentation

◆ DebugSetObjectName()

virtual void Foundation::RHI::RHIDeviceQueryPool::DebugSetObjectName ( const char name)
pure virtual

◆ GetTimestampResolution()

virtual const float Foundation::RHI::RHIDeviceQueryPool::GetTimestampResolution ( )
pure virtual

◆ GetTimestampResults()

virtual Span< const uint64_t > Foundation::RHI::RHIDeviceQueryPool::GetTimestampResults ( bool  wait = true)
pure virtual

◆ Reset()

virtual void Foundation::RHI::RHIDeviceQueryPool::Reset ( )
pure virtual

Member Data Documentation

◆ mDesc

struct Foundation::RHI::RHIDeviceQueryPool::QueryPoolDesc Foundation::RHI::RHIDeviceQueryPool::mDesc

◆ mDevice

const RHIDevice& Foundation::RHI::RHIDeviceQueryPool::mDevice
protected

The documentation for this class was generated from the following file: