NAP
Public Member Functions | Public Attributes | List of all members
RenderService::Pipeline Struct Reference

#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...
 

Description

Binds a pipeline and pipeline layout together.

Member Function Documentation

◆ isValid()

bool isValid ( ) const

Returns if the pipeline has been created and is set.

Returns
if the pipeline has been created and is set.

Member Data Documentation

◆ mLayout

VkPipelineLayout mLayout = VK_NULL_HANDLE

Handle to Vulkan pipeline layout.

◆ mPipeline

VkPipeline mPipeline = VK_NULL_HANDLE

Handle to Vulkan pipeline.