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

#include <vulkan_core.h>

Public Attributes

VkStructureType sType
 
const void * pNext
 
VkBufferViewCreateFlags flags
 
VkBuffer buffer
 
VkFormat format
 
VkDeviceSize offset
 
VkDeviceSize range
 

Detailed Description

Definition at line 3423 of file vulkan_core.h.

Member Data Documentation

◆ buffer

VkBuffer VkBufferViewCreateInfo::buffer

Definition at line 3427 of file vulkan_core.h.

◆ flags

VkBufferViewCreateFlags VkBufferViewCreateInfo::flags

Definition at line 3426 of file vulkan_core.h.

◆ format

VkFormat VkBufferViewCreateInfo::format

Definition at line 3428 of file vulkan_core.h.

◆ offset

VkDeviceSize VkBufferViewCreateInfo::offset

Definition at line 3429 of file vulkan_core.h.

◆ pNext

const void* VkBufferViewCreateInfo::pNext

Definition at line 3425 of file vulkan_core.h.

◆ range

VkDeviceSize VkBufferViewCreateInfo::range

Definition at line 3430 of file vulkan_core.h.

◆ sType

VkStructureType VkBufferViewCreateInfo::sType

Definition at line 3424 of file vulkan_core.h.


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