vOOlkan
An object oriented approach to Vulkan
Vulkan::PipelineOptions::InputAssembly Class Reference

Describes how the vertices will be connected. e.g. triangle list, triangle fan, ... More...

#include <InputAssembly.h>

Public Member Functions

 InputAssembly ()
 
 InputAssembly (VkPipelineInputAssemblyStateCreateInfo baseInputAssembly)
 
const VkPipelineInputAssemblyStateCreateInfo & operator+ () const
 

Detailed Description

Describes how the vertices will be connected. e.g. triangle list, triangle fan, ...

Constructor & Destructor Documentation

◆ InputAssembly() [1/2]

Vulkan::PipelineOptions::InputAssembly::InputAssembly ( )
inline

◆ InputAssembly() [2/2]

Vulkan::PipelineOptions::InputAssembly::InputAssembly ( VkPipelineInputAssemblyStateCreateInfo  baseInputAssembly)
inline

Member Function Documentation

◆ operator+()

const VkPipelineInputAssemblyStateCreateInfo & Vulkan::PipelineOptions::InputAssembly::operator+ ( ) const
inline

The documentation for this class was generated from the following file: