|
| LOpenGLFramebuffer (const FFramebufferSpecification &InSpecification) |
|
virtual void | Invalidate () override |
|
virtual int | ReadPixel (const uint32_t AttachmentIndex, const int PosX, const int PosY) override |
|
virtual void | ClearAttachment (uint32_t AttachmentIndex, int value) override |
|
virtual void | Clear () override |
|
virtual uint32_t | GetColorAttachmentRendererID (uint32_t Index=0) const override |
|
virtual void | Resize (const uint32_t NewWidth, const uint32_t NewHeight, bool bForceRecreate=false) override |
|
virtual void | AddResizeCallback (const FResizeCallback &InFunction) override |
|
virtual TObjectPtr< LImage > | GetImage (uint32_t AttachmentIndex=0) const override |
|
virtual TObjectPtr< LImage > | GetDepthImage () const override |
|
virtual size_t | GetColorAttachmentCount () const override |
|
virtual FORCEINLINE bool | HasDepthAttachment () const override |
|
virtual void | BindTexture (const uint32_t AttachmentIndex=0, const uint32_t Slot=0) const override |
|
virtual void | Bind () const override |
|
virtual void | Unbind () const override |
|
FORCEINLINE const FFramebufferSpecification & | GetSpecification () const override |
|
virtual FORCEINLINE uint32_t | GetWidth () const override |
|
virtual FORCEINLINE uint32_t | GetHeight () const override |
|
virtual FORCEINLINE uint64_t | GetSize () const override |
|
virtual FORCEINLINE LRendererID | GetRendererID () const override |
|
virtual FORCEINLINE LRendererID & | GetRendererID () override |
|
| 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.
|
|