ReactOS 0.4.17-dev-934-g091855f
VkPhysicalDevice8BitStorageFeatures Struct Reference

#include <vulkan.h>

Collaboration diagram for VkPhysicalDevice8BitStorageFeatures:

Public Attributes

VkStructureType sType
 
void * pNext
 
VkBool32 storageBuffer8BitAccess
 
VkBool32 uniformAndStorageBuffer8BitAccess
 
VkBool32 storagePushConstant8
 

Detailed Description

Definition at line 9775 of file vulkan.h.

Member Data Documentation

◆ pNext

void* VkPhysicalDevice8BitStorageFeatures::pNext

Definition at line 9778 of file vulkan.h.

◆ storageBuffer8BitAccess

VkBool32 VkPhysicalDevice8BitStorageFeatures::storageBuffer8BitAccess

Definition at line 9779 of file vulkan.h.

◆ storagePushConstant8

VkBool32 VkPhysicalDevice8BitStorageFeatures::storagePushConstant8

Definition at line 9781 of file vulkan.h.

◆ sType

VkStructureType VkPhysicalDevice8BitStorageFeatures::sType

Definition at line 9777 of file vulkan.h.

◆ uniformAndStorageBuffer8BitAccess

VkBool32 VkPhysicalDevice8BitStorageFeatures::uniformAndStorageBuffer8BitAccess

Definition at line 9780 of file vulkan.h.


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