|
HDK
|
#include <cmds.h>
Inheritance diagram for HgiCmds: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 () |
Static Protected Attributes | |
| static constexpr GfVec4f | s_computeDebugColor = { 0.855, 0.161, 0.11, 1.0 } |
| static constexpr GfVec4f | s_graphicsDebugColor = { 0, 0.639, 0.878, 1.0 } |
| static constexpr GfVec4f | s_blitDebugColor = { 0.99607843137, 0.87450980392, 0.0, 1.0 } |
| static constexpr GfVec4f | s_markerDebugColor = { 0.0, 0.0, 0.0, 0.0 } |
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.
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |