Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
VkBufferViewCreateInfo Struct Reference

#include <vulkan_core.h>

Data Fields

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

Detailed Description

Definition at line 3460 of file vulkan_core.h.

Field Documentation

◆ buffer

VkBuffer VkBufferViewCreateInfo::buffer

Definition at line 3464 of file vulkan_core.h.

◆ flags

VkBufferViewCreateFlags VkBufferViewCreateInfo::flags

Definition at line 3463 of file vulkan_core.h.

◆ format

VkFormat VkBufferViewCreateInfo::format

Definition at line 3465 of file vulkan_core.h.

◆ offset

VkDeviceSize VkBufferViewCreateInfo::offset

Definition at line 3466 of file vulkan_core.h.

◆ pNext

const void* VkBufferViewCreateInfo::pNext

Definition at line 3462 of file vulkan_core.h.

◆ range

VkDeviceSize VkBufferViewCreateInfo::range

Definition at line 3467 of file vulkan_core.h.

◆ sType

VkStructureType VkBufferViewCreateInfo::sType

Definition at line 3461 of file vulkan_core.h.


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