SDL  2.0
VkBufferViewCreateInfo Struct Reference

#include <vulkan.h>

Data Fields

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

Detailed Description

Definition at line 1841 of file vulkan.h.

Field Documentation

VkBuffer VkBufferViewCreateInfo::buffer

Definition at line 1845 of file vulkan.h.

VkBufferViewCreateFlags VkBufferViewCreateInfo::flags

Definition at line 1844 of file vulkan.h.

VkFormat VkBufferViewCreateInfo::format

Definition at line 1846 of file vulkan.h.

VkDeviceSize VkBufferViewCreateInfo::offset

Definition at line 1847 of file vulkan.h.

const void* VkBufferViewCreateInfo::pNext

Definition at line 1843 of file vulkan.h.

VkDeviceSize VkBufferViewCreateInfo::range

Definition at line 1848 of file vulkan.h.

VkStructureType VkBufferViewCreateInfo::sType

Definition at line 1842 of file vulkan.h.


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