Murl Engine API  Version 2024.1
Murl::Video::IComputeJob Interface Referenceabstract

The IComputeJob video object interface. More...

#include <murl_video_i_compute_job.h>

Detailed Description

The IComputeJob video object interface.

This interface represents a GPU compute job.

Inherited by Murl::Video::Vulkan::ComputeJob.

Public Member Functions

virtual IObjectGetObjectInterface ()=0
 Get the mutable Video::IObject interface. More...
 
virtual const IObjectGetObjectInterface () const =0
 Get the constant Video::IObject interface. More...
 

Member Function Documentation

◆ GetObjectInterface() [1/2]

virtual IObject* Murl::Video::IComputeJob::GetObjectInterface ( )
pure virtual

Get the mutable Video::IObject interface.

Returns
The IObject interface.

◆ GetObjectInterface() [2/2]

virtual const IObject* Murl::Video::IComputeJob::GetObjectInterface ( ) const
pure virtual

Get the constant Video::IObject interface.

Returns
The IObject interface.

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