vulkan-3.13: Bindings to the Vulkan graphics API.
Safe HaskellNone
LanguageHaskell2010

Vulkan.Extensions.VK_KHR_get_memory_requirements2

Description

Name

VK_KHR_get_memory_requirements2 - device extension

VK_KHR_get_memory_requirements2

Name String
VK_KHR_get_memory_requirements2
Extension Type
Device extension
Registered Extension Number
147
Revision
1
Extension and Version Dependencies
  • Requires Vulkan 1.0
Deprecation state
Contact

Other Extension Metadata

Last Modified Date
2017-09-05
IP Status
No known IP claims.
Interactions and External Dependencies
  • Promoted to Vulkan 1.1 Core
Contributors
  • Jason Ekstrand, Intel
  • Jeff Bolz, NVIDIA
  • Jesse Hall, Google

Description

This extension provides new entry points to query memory requirements of images and buffers in a way that can be easily extended by other extensions, without introducing any further entry points. The Vulkan 1.0 MemoryRequirements and SparseImageMemoryRequirements structures do not include sType and pNext members. This extension wraps them in new structures with these members, so an application can query a chain of memory requirements structures by constructing the chain and letting the implementation fill them in. A new command is added for each vkGet*MemoryRequrements command in core Vulkan 1.0.

Promotion to Vulkan 1.1

All functionality in this extension is included in core Vulkan 1.1, with the KHR suffix omitted. The original type, enum and command names are still available as aliases of the core functionality.

New Commands

New Structures

New Enum Constants

Version History

  • Revision 1, 2017-03-23 (Jason Ekstrand)

    • Internal revisions

See Also

BufferMemoryRequirementsInfo2KHR, ImageMemoryRequirementsInfo2KHR, ImageSparseMemoryRequirementsInfo2KHR, MemoryRequirements2KHR, SparseImageMemoryRequirements2KHR, getBufferMemoryRequirements2KHR, getImageMemoryRequirements2KHR, getImageSparseMemoryRequirements2KHR

Document Notes

For more information, see the Vulkan Specification

This page is a generated document. Fixes and changes should be made to the generator scripts, not directly.

Documentation

type KHR_GET_MEMORY_REQUIREMENTS_2_EXTENSION_NAME = "VK_KHR_get_memory_requirements2" Source #