ngfx::VKPipeline
Inherited by ngfx::VKComputePipeline, ngfx::VKGraphicsPipeline
Public Classes
| Name | |
|---|---|
| struct | Descriptor |
| struct | ShaderStage |
Public Functions
| Name | |
|---|---|
| virtual | ~VKPipeline() |
Public Attributes
| Name | |
|---|---|
| VkPipeline | v |
| VkPipelineLayout | pipelineLayout |
Protected Attributes
| Name | |
|---|---|
| VkDevice | device |
Public Functions Documentation
function ~VKPipeline
virtual ~VKPipeline()
Public Attributes Documentation
variable v
VkPipeline v = VK_NULL_HANDLE;
variable pipelineLayout
VkPipelineLayout pipelineLayout = VK_NULL_HANDLE;
Protected Attributes Documentation
variable device
VkDevice device;
Updated on 3 April 2021 at 20:21:51 PDT