Open 3D Engine Atom Gem API Reference 24.09.2
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AZ::Vulkan::InstanceNotification Class Reference

Notifications related to Vulkan instance operations. More...

#include <VulkanBus.h>

Inherits AZ::EBusTraits.

Public Member Functions

virtual void OnInstanceCreated (VkInstance instance)
 Signals that the Vulkan instance has been created.
 
virtual void OnInstanceDestroyed ()
 Signals that the Vulkan instance has been destroyed.
 

Static Public Attributes

static const AZ::EBusHandlerPolicy HandlerPolicy = AZ::EBusHandlerPolicy::Multiple
 

Detailed Description

Notifications related to Vulkan instance operations.


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