|
Foundation
|
#include <Surface.hpp>
Classes | |
| struct | SurfaceDesc |
Public Member Functions | |
| virtual Span< RHISurfaceFormat const > | GetSupportedFormats () const =0 |
| virtual Span< RHISwapchainPresentMode const > | GetSupportedPresentModes () const =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 |
|
pure virtual |
Implemented in Foundation::RHI::VulkanSurface.
|
pure virtual |
Implemented in Foundation::RHI::VulkanSurface.
|
pure virtual |
Implemented in Foundation::RHI::VulkanSurface.