wren
Vulkan-based game engine
Loading...
Searching...
No Matches
wren::GraphicsContext Member List

This is the complete list of members for wren::GraphicsContext, including all inherited members.

allocator() constwren::GraphicsContextinline
allocator_wren::GraphicsContextprivate
Create(const std::string &application_name, const std::vector< std::string_view > &requested_extensions={}, const std::vector< std::string_view > &requested_layers={}) -> expected< std::shared_ptr< GraphicsContext > >wren::GraphicsContextstatic
CreateAllocator() -> expected< void >wren::GraphicsContextprivate
CreateDevice() -> expected< void >wren::GraphicsContextprivate
CreateInstance(const std::string &application_name, const std::vector< std::string_view > &requested_extensions={}, const std::vector< std::string_view > &requested_layers={}) -> expected< void >wren::GraphicsContextprivate
devicewren::GraphicsContextprivate
Device() const -> const vulkan::Device &wren::GraphicsContextinline
FindQueueFamilyIndices()wren::GraphicsContextinline
GetSwapchainSupport()wren::GraphicsContextinline
GraphicsContext(const GraphicsContext &)=deletewren::GraphicsContext
GraphicsContext(GraphicsContext &&)=deletewren::GraphicsContext
GraphicsContext()=defaultwren::GraphicsContextprivate
InitializeSurface() -> expected< void >wren::GraphicsContext
Instance() constwren::GraphicsContextinline
instancewren::GraphicsContextprivate
IsDeviceSuitable(const ::vk::PhysicalDevice &device) -> boolwren::GraphicsContextprivate
operator=(const GraphicsContext &)=deletewren::GraphicsContext
operator=(GraphicsContext &&)=deletewren::GraphicsContext
physical_devicewren::GraphicsContextprivate
PhysicalDevice() const -> ::vk::PhysicalDevicewren::GraphicsContextinline
PickPhysicalDevice() -> expected< void >wren::GraphicsContextprivate
SetupDevice() -> expected< void >wren::GraphicsContext
Surface(const ::vk::SurfaceKHR &surface)wren::GraphicsContextinline
Surface() const -> ::vk::SurfaceKHRwren::GraphicsContextinline
surfacewren::GraphicsContextprivate
~GraphicsContext()wren::GraphicsContext