7#ifndef PXR_IMAGING_HGI_CMDS_H
8#define PXR_IMAGING_HGI_CMDS_H
11#include "pxr/imaging/hgi/api.h"
12#include "pxr/imaging/hgi/enums.h"
15PXR_NAMESPACE_OPEN_SCOPE
19using HgiCmdsUniquePtr = std::unique_ptr<class HgiCmds>;
47 virtual bool _Submit(
Hgi* hgi, HgiSubmitWaitType wait);
61PXR_NAMESPACE_CLOSE_SCOPE
Graphics commands are recorded in 'cmds' objects which are later submitted to hgi.
HGI_API bool IsSubmitted() const
Returns true if the HgiCmds object has been submitted to GPU.
Hydra Graphics Interface.