Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
VkBindImageMemoryInfo Struct Reference

#include <vulkan_core.h>

Public Attributes

VkStructureType sType
 
const void * pNext
 
VkImage image
 
VkDeviceMemory memory
 
VkDeviceSize memoryOffset
 

Detailed Description

Definition at line 5137 of file vulkan_core.h.

Member Data Documentation

◆ image

VkImage VkBindImageMemoryInfo::image

Definition at line 5140 of file vulkan_core.h.

◆ memory

VkDeviceMemory VkBindImageMemoryInfo::memory

Definition at line 5141 of file vulkan_core.h.

◆ memoryOffset

VkDeviceSize VkBindImageMemoryInfo::memoryOffset

Definition at line 5142 of file vulkan_core.h.

◆ pNext

const void* VkBindImageMemoryInfo::pNext

Definition at line 5139 of file vulkan_core.h.

◆ sType

VkStructureType VkBindImageMemoryInfo::sType

Definition at line 5138 of file vulkan_core.h.


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