HDK
|
#include <cmds.h>
Public Member Functions | |
virtual HGI_API | ~HgiCmds () |
HGI_API bool | IsSubmitted () const |
Returns true if the HgiCmds object has been submitted to GPU. More... | |
Protected Member Functions | |
HGI_API | HgiCmds () |
virtual HGI_API bool | _Submit (Hgi *hgi, HgiSubmitWaitType wait) |
HGI_API void | _SetSubmitted () |
Friends | |
class | Hgi |
Graphics commands are recorded in 'cmds' objects which are later submitted to hgi. HgiCmds is the base class for other cmds objects.
|
virtual |
|
protected |
|
protectedvirtual |
Reimplemented in HgiGLGraphicsCmds, HgiGLBlitCmds, and HgiGLComputeCmds.
HGI_API bool HgiCmds::IsSubmitted | ( | ) | const |
Returns true if the HgiCmds object has been submitted to GPU.