SDL  2.0
VkBindImageMemoryInfo Struct Reference

#include <vulkan_core.h>

Data Fields

VkStructureType sType
 
const voidpNext
 
VkImage image
 
VkDeviceMemory memory
 
VkDeviceSize memoryOffset
 

Detailed Description

Definition at line 4260 of file vulkan_core.h.

Field Documentation

◆ image

VkImage VkBindImageMemoryInfo::image

Definition at line 4263 of file vulkan_core.h.

◆ memory

VkDeviceMemory VkBindImageMemoryInfo::memory

Definition at line 4264 of file vulkan_core.h.

◆ memoryOffset

VkDeviceSize VkBindImageMemoryInfo::memoryOffset

Definition at line 4265 of file vulkan_core.h.

◆ pNext

const void* VkBindImageMemoryInfo::pNext

Definition at line 4262 of file vulkan_core.h.

◆ sType

VkStructureType VkBindImageMemoryInfo::sType

Definition at line 4261 of file vulkan_core.h.


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