HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
HgiCmds Class Reference

#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 ()
 

Friends

class Hgi
 

Detailed Description

Graphics commands are recorded in 'cmds' objects which are later submitted to hgi. HgiCmds is the base class for other cmds objects.

Definition at line 44 of file cmds.h.

Constructor & Destructor Documentation

virtual HGI_API HgiCmds::~HgiCmds ( )
virtual
HGI_API HgiCmds::HgiCmds ( )
protected

Member Function Documentation

HGI_API void HgiCmds::_SetSubmitted ( )
protected
virtual HGI_API bool HgiCmds::_Submit ( Hgi hgi,
HgiSubmitWaitType  wait 
)
protectedvirtual
HGI_API bool HgiCmds::IsSubmitted ( ) const

Returns true if the HgiCmds object has been submitted to GPU.

Friends And Related Function Documentation

friend class Hgi
friend

Definition at line 55 of file cmds.h.


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