|
CeresEngine 0.2.0
A game development framework
|
#include <CeresEngine/RenderAPI/GPUPipelineLayout.hpp>
Additional Inherited Members | |
Public Types inherited from CeresEngine::TDeviceObject< GPUPipelineLayoutDescriptor > | |
| using | Descriptor = GPUPipelineLayoutDescriptor |
| An type-alias to the descriptor struct type. | |
Public Attributes inherited from CeresEngine::TDeviceObject< GPUPipelineLayoutDescriptor > | |
| 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. | |
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. | |
|
delete |
Deleted copy constructor.
|
delete |
Deleted move constructor.
|
pure virtual |
Creates a new ResourceSet for the given PipelineLayout.
| descriptor | The descriptor that describes the resources bound to the resource set. |
DescriptorSet. Implemented in CeresEngine::MTPipelineLayout, CeresEngine::MKPipelineLayout, CeresEngine::NLPipelineLayout, CeresEngine::GLPipelineLayout, CeresEngine::WGPipelineLayout, and CeresEngine::VKPipelineLayout.
|
delete |
|
delete |
|
delete |
Inherited constructors.
|
inlineexplicit |
Inherited constructors.
|
delete |
Inherited constructors.