ReactOS 0.4.17-dev-934-g091855f
VkPhysicalDeviceLineRasterizationFeatures Struct Reference

#include <vulkan.h>

Collaboration diagram for VkPhysicalDeviceLineRasterizationFeatures:

Public Attributes

VkStructureType sType
 
void * pNext
 
VkBool32 rectangularLines
 
VkBool32 bresenhamLines
 
VkBool32 smoothLines
 
VkBool32 stippledRectangularLines
 
VkBool32 stippledBresenhamLines
 
VkBool32 stippledSmoothLines
 

Detailed Description

Definition at line 11170 of file vulkan.h.

Member Data Documentation

◆ bresenhamLines

VkBool32 VkPhysicalDeviceLineRasterizationFeatures::bresenhamLines

Definition at line 11175 of file vulkan.h.

◆ pNext

void* VkPhysicalDeviceLineRasterizationFeatures::pNext

Definition at line 11173 of file vulkan.h.

◆ rectangularLines

VkBool32 VkPhysicalDeviceLineRasterizationFeatures::rectangularLines

Definition at line 11174 of file vulkan.h.

◆ smoothLines

VkBool32 VkPhysicalDeviceLineRasterizationFeatures::smoothLines

Definition at line 11176 of file vulkan.h.

◆ stippledBresenhamLines

VkBool32 VkPhysicalDeviceLineRasterizationFeatures::stippledBresenhamLines

Definition at line 11178 of file vulkan.h.

◆ stippledRectangularLines

VkBool32 VkPhysicalDeviceLineRasterizationFeatures::stippledRectangularLines

Definition at line 11177 of file vulkan.h.

◆ stippledSmoothLines

VkBool32 VkPhysicalDeviceLineRasterizationFeatures::stippledSmoothLines

Definition at line 11179 of file vulkan.h.

◆ sType

VkStructureType VkPhysicalDeviceLineRasterizationFeatures::sType

Definition at line 11172 of file vulkan.h.


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