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

#include <vulkan_core.h>

Public Attributes

VkStructureType sType
 
const void * pNext
 
VkBuffer buffer
 
VkDeviceMemory memory
 
VkDeviceSize memoryOffset
 

Detailed Description

Definition at line 5129 of file vulkan_core.h.

Member Data Documentation

◆ buffer

VkBuffer VkBindBufferMemoryInfo::buffer

Definition at line 5132 of file vulkan_core.h.

◆ memory

VkDeviceMemory VkBindBufferMemoryInfo::memory

Definition at line 5133 of file vulkan_core.h.

◆ memoryOffset

VkDeviceSize VkBindBufferMemoryInfo::memoryOffset

Definition at line 5134 of file vulkan_core.h.

◆ pNext

const void* VkBindBufferMemoryInfo::pNext

Definition at line 5131 of file vulkan_core.h.

◆ sType

VkStructureType VkBindBufferMemoryInfo::sType

Definition at line 5130 of file vulkan_core.h.


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