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

◆ buffer

VkBuffer VkBufferViewCreateInfo::buffer

Definition at line 1845 of file vulkan.h.

◆ flags

VkBufferViewCreateFlags VkBufferViewCreateInfo::flags

Definition at line 1844 of file vulkan.h.

◆ format

VkFormat VkBufferViewCreateInfo::format

Definition at line 1846 of file vulkan.h.

◆ offset

VkDeviceSize VkBufferViewCreateInfo::offset

Definition at line 1847 of file vulkan.h.

◆ pNext

const void* VkBufferViewCreateInfo::pNext

Definition at line 1843 of file vulkan.h.

◆ range

VkDeviceSize VkBufferViewCreateInfo::range

Definition at line 1848 of file vulkan.h.

◆ sType

VkStructureType VkBufferViewCreateInfo::sType

Definition at line 1842 of file vulkan.h.


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