Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <vulkan_core.h>
Data Fields | |
VkStructureType | sType |
const void * | pNext |
VkBufferViewCreateFlags | flags |
VkBuffer | buffer |
VkFormat | format |
VkDeviceSize | offset |
VkDeviceSize | range |
Definition at line 3460 of file vulkan_core.h.
VkBuffer VkBufferViewCreateInfo::buffer |
Definition at line 3464 of file vulkan_core.h.
VkBufferViewCreateFlags VkBufferViewCreateInfo::flags |
Definition at line 3463 of file vulkan_core.h.
VkFormat VkBufferViewCreateInfo::format |
Definition at line 3465 of file vulkan_core.h.
VkDeviceSize VkBufferViewCreateInfo::offset |
Definition at line 3466 of file vulkan_core.h.
const void* VkBufferViewCreateInfo::pNext |
Definition at line 3462 of file vulkan_core.h.
VkDeviceSize VkBufferViewCreateInfo::range |
Definition at line 3467 of file vulkan_core.h.
VkStructureType VkBufferViewCreateInfo::sType |
Definition at line 3461 of file vulkan_core.h.