Compute Graph Framework SDK Reference  5.16
dw::framework::IVulkanNode Class Reference

Detailed Description

Nodes that want to use Vulkan hardware resource should implement this interface. After the node has been instantiated the framework will call the getter functions to get the Vulkan resource created in the node and register with the scheduler.

Restrictions by scheduler to use Vulkan a. Only one node per process can use the Vulkan resource (i.e this Vulkan Node Interface). b. The node must be instantiated as part of the first schedule being run.

Definition at line 54 of file IVulkanNode.hpp.

Public Member Functions

virtual ~IVulkanNode ()=default
 

Constructor & Destructor Documentation

◆ ~IVulkanNode()

virtual dw::framework::IVulkanNode::~IVulkanNode ( )
virtualdefault

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