HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VkBufferViewCreateInfo Struct Reference

#include <vulkan_core.h>

Public Attributes

VkStructureType sType
 
const voidpNext
 
VkBufferViewCreateFlags flags
 
VkBuffer buffer
 
VkFormat format
 
VkDeviceSize offset
 
VkDeviceSize range
 

Detailed Description

Definition at line 3349 of file vulkan_core.h.

Member Data Documentation

VkBuffer VkBufferViewCreateInfo::buffer

Definition at line 3353 of file vulkan_core.h.

VkBufferViewCreateFlags VkBufferViewCreateInfo::flags

Definition at line 3352 of file vulkan_core.h.

VkFormat VkBufferViewCreateInfo::format

Definition at line 3354 of file vulkan_core.h.

VkDeviceSize VkBufferViewCreateInfo::offset

Definition at line 3355 of file vulkan_core.h.

const void* VkBufferViewCreateInfo::pNext

Definition at line 3351 of file vulkan_core.h.

VkDeviceSize VkBufferViewCreateInfo::range

Definition at line 3356 of file vulkan_core.h.

VkStructureType VkBufferViewCreateInfo::sType

Definition at line 3350 of file vulkan_core.h.


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