Halide
VkBufferViewCreateInfo Struct Reference

#include <mini_vulkan.h>

Public Attributes

VkStructureType sType
 
const void * pNext
 
VkBufferViewCreateFlags flags
 
VkBuffer buffer
 
VkFormat format
 
VkDeviceSize offset
 
VkDeviceSize range
 

Detailed Description

Definition at line 1871 of file mini_vulkan.h.

Member Data Documentation

◆ sType

VkStructureType VkBufferViewCreateInfo::sType

Definition at line 1872 of file mini_vulkan.h.

◆ pNext

const void* VkBufferViewCreateInfo::pNext

Definition at line 1873 of file mini_vulkan.h.

◆ flags

VkBufferViewCreateFlags VkBufferViewCreateInfo::flags

Definition at line 1874 of file mini_vulkan.h.

◆ buffer

VkBuffer VkBufferViewCreateInfo::buffer

Definition at line 1875 of file mini_vulkan.h.

◆ format

VkFormat VkBufferViewCreateInfo::format

Definition at line 1876 of file mini_vulkan.h.

◆ offset

VkDeviceSize VkBufferViewCreateInfo::offset

Definition at line 1877 of file mini_vulkan.h.

◆ range

VkDeviceSize VkBufferViewCreateInfo::range

Definition at line 1878 of file mini_vulkan.h.


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