VkNativeBufferPropertiesOHOS
typedef struct VkNativeBufferPropertiesOHOS {...} VkNativeBufferPropertiesOHOS
Overview
The struct describes the properties of the NativeBuffer.
Since: 10
Related module: Vulkan
Header file: vulkan_ohos.h
Summary
Member Variables
| Name | Description |
|---|---|
| VkStructureType sType | Struct type. |
| void* pNext | Pointer to the next-level struct. |
| VkDeviceSize allocationSize | Size of the occupied memory. |
| uint32_t memoryTypeBits | Memory type. |