#include <renderservice.h>
Public Member Functions | |
| bool | isValid () const |
Public Attributes | |
| VkPipeline | mPipeline = VK_NULL_HANDLE |
| Handle to Vulkan pipeline. More... | |
| VkPipelineLayout | mLayout = VK_NULL_HANDLE |
| Handle to Vulkan pipeline layout. More... | |
Binds a pipeline and pipeline layout together.
| bool isValid | ( | ) | const |
Returns if the pipeline has been created and is set.
| VkPipelineLayout mLayout = VK_NULL_HANDLE |
Handle to Vulkan pipeline layout.
| VkPipeline mPipeline = VK_NULL_HANDLE |
Handle to Vulkan pipeline.