|
CeresEngine 0.2.0
A game development framework
|
#include <CeresEngine/RenderAPI/GPUImage.hpp>
Public Attributes | |
| GPUImage & | image |
| The image that this view belongs to. | |
Public Attributes inherited from CeresEngine::TDeviceObject< GPUImageViewDescriptor > | |
| const Descriptor & | descriptor |
| A structure that describes the object and it's properties. | |
Public Attributes inherited from CeresEngine::GPUDeviceObject | |
| GPUDevice & | device |
| The owning device this object was created from. | |
Additional Inherited Members | |
Public Types inherited from CeresEngine::TDeviceObject< GPUImageViewDescriptor > | |
| using | Descriptor = GPUImageViewDescriptor |
| An type-alias to the descriptor struct type. | |
Protected Member Functions inherited from CeresEngine::GPUObject | |
| virtual void | destroy () noexcept |
| A internal method called by the system when the object reference count reaches zero. | |
|
explicit |
Default initializer.
|
override |
Destroys the image view object.
|
delete |
Deleted copy constructor.
|
delete |
Deleted move constructor.
|
delete |
|
delete |
| GPUImage& CeresEngine::GPUImageView::image |
The image that this view belongs to.