Movatterモバイル変換


[0]ホーム

URL:


Vulkan API Reference Pageslatest

VkMemoryType(3)

Name

VkMemoryType - Structure specifying memory type

C Specification

TheVkMemoryType structure is defined as:

// Provided by VK_VERSION_1_0typedef struct VkMemoryType {    VkMemoryPropertyFlags    propertyFlags;    uint32_t                 heapIndex;} VkMemoryType;

Members

Description

See Also

Document Notes

For more information, see theVulkan Specification.

This page is extracted from the Vulkan Specification.Fixes and changes should be made to the Specification, not directly.


[8]ページ先頭

©2009-2026 Movatter.jp