ReactOS 0.4.17-dev-934-g091855f
VkBufferCreateInfo Struct Reference

#include <vulkan.h>

Collaboration diagram for VkBufferCreateInfo:

Public Member Functions

VkDeviceSize WINE_VK_ALIGN (8) size
 

Public Attributes

VkStructureType sType
 
const void * pNext
 
VkBufferCreateFlags flags
 
VkBufferUsageFlags usage
 
VkSharingMode sharingMode
 
uint32_t queueFamilyIndexCount
 
const uint32_t * pQueueFamilyIndices
 

Detailed Description

Definition at line 7600 of file vulkan.h.

Member Function Documentation

◆ WINE_VK_ALIGN()

VkDeviceSize VkBufferCreateInfo::WINE_VK_ALIGN ( 8  )

Member Data Documentation

◆ flags

VkBufferCreateFlags VkBufferCreateInfo::flags

Definition at line 7604 of file vulkan.h.

Referenced by vkd3d_create_buffer(), and wined3d_context_vk_create_bo().

◆ pNext

const void* VkBufferCreateInfo::pNext

Definition at line 7603 of file vulkan.h.

Referenced by vkd3d_create_buffer(), and wined3d_context_vk_create_bo().

◆ pQueueFamilyIndices

const uint32_t* VkBufferCreateInfo::pQueueFamilyIndices

Definition at line 7609 of file vulkan.h.

Referenced by vkd3d_create_buffer(), and wined3d_context_vk_create_bo().

◆ queueFamilyIndexCount

uint32_t VkBufferCreateInfo::queueFamilyIndexCount

Definition at line 7608 of file vulkan.h.

Referenced by vkd3d_create_buffer(), and wined3d_context_vk_create_bo().

◆ sharingMode

VkSharingMode VkBufferCreateInfo::sharingMode

Definition at line 7607 of file vulkan.h.

Referenced by vkd3d_create_buffer(), and wined3d_context_vk_create_bo().

◆ sType

VkStructureType VkBufferCreateInfo::sType

Definition at line 7602 of file vulkan.h.

Referenced by vkd3d_create_buffer(), and wined3d_context_vk_create_bo().

◆ usage

VkBufferUsageFlags VkBufferCreateInfo::usage

Definition at line 7606 of file vulkan.h.

Referenced by vkd3d_create_buffer(), and wined3d_context_vk_create_bo().


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