|
| LOpenGLRenderCommandBuffer (const uint32_t Count=0, std::string_view InDebugName="") |
|
| LOpenGLRenderCommandBuffer (std::string_view InDebugName, const bool InSwapchain) |
|
virtual void | Begin () override |
|
virtual void | End () override |
|
virtual void | Submit () override |
|
virtual float | GetExecutionGpuTime (const uint32_t FrameIndex, const uint32_t QueryIndex=0) const override |
|
virtual const FPipelineStatistics & | GetPipelineStatistics (const uint32_t FrameIndex) const override |
|
virtual uint32_t | BeginTimestampQuery () override |
|
virtual void | EndTimestampQuery (const uint32_t QueryID) override |
|
Public Member Functions inherited from LkEngine::LRenderCommandBuffer |
| LObject (const LObject &Other) |
|
virtual void | Initialize () |
| Initialize object.
|
|
virtual void | Destroy () |
| Destroy object, releasing all resources.
|
|
virtual FORCEINLINE bool | IsInitialized () const |
| Check if object is initialized.
|
|
FORCEINLINE FObjectHandle | GetObjectHandle () const |
| Get the object handle.
|
|
virtual FORCEINLINE bool | IsObjectValid () const |
| Check if object is valid for use.
|
|
virtual const LClass * | ObjectRegistration ()=0 |
| Register object class.
|
|
virtual FORCEINLINE const LClass * | GetClass () const |
| Get the class for this LObject.
|
|
virtual std::string | ClassName () const =0 |
| Get name of the LObject class.
|
|
LObject & | operator= (const LObject &Other) |
|
void | MarkAsGarbage () |
| Mark object as garbage.
|
|
template<typename T > |
T & | As () |
| Cast object to type T.
|
|
template<typename T > |
const T & | As () const |
| Cast object to type T.
|
|
template<typename T > |
bool | IsA () const |
| Check if the object is or is a derivation of type T.
|
|
virtual FORCEINLINE bool | IsAsset () const |
| Check if object is an asset.
|
|
FORCEINLINE uint32_t | GetReferenceCount () const |
| Return current reference count from all object pointers.
|
|
template<typename OtherClassType > |
FORCEINLINE bool | IsA (OtherClassType OtherObject) const |
| Check if the object is the same type as the passed object's.
|
|