SDL  2.0
VkBufferViewCreateInfo Struct Reference

#include <vulkan_core.h>

Data Fields

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

Detailed Description

Definition at line 2551 of file vulkan_core.h.

Field Documentation

◆ buffer

VkBuffer VkBufferViewCreateInfo::buffer

Definition at line 2555 of file vulkan_core.h.

◆ flags

VkBufferViewCreateFlags VkBufferViewCreateInfo::flags

Definition at line 2554 of file vulkan_core.h.

◆ format

VkFormat VkBufferViewCreateInfo::format

Definition at line 2556 of file vulkan_core.h.

◆ offset

VkDeviceSize VkBufferViewCreateInfo::offset

Definition at line 2557 of file vulkan_core.h.

◆ pNext

const void* VkBufferViewCreateInfo::pNext

Definition at line 2553 of file vulkan_core.h.

◆ range

VkDeviceSize VkBufferViewCreateInfo::range

Definition at line 2558 of file vulkan_core.h.

◆ sType

VkStructureType VkBufferViewCreateInfo::sType

Definition at line 2552 of file vulkan_core.h.


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