-
Notifications
You must be signed in to change notification settings - Fork 476
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a new extension: VK_EXT_map_memory_placed (#1906)
- Loading branch information
Showing
6 changed files
with
460 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
// Copyright 2022-2023 The Khronos Group Inc. | ||
// | ||
// SPDX-License-Identifier: CC-BY-4.0 | ||
|
||
include::{generated}/meta/{refprefix}VK_EXT_map_memory_placed.adoc[] | ||
|
||
=== Other Extension Metadata | ||
|
||
*Last Modified Date*:: | ||
2023-03-21 | ||
*IP Status*:: | ||
No known IP claims. | ||
*Interactions and External Dependencies*:: | ||
- Depends on apitext:VK_KHR_map_memory2 | ||
- Interacts with apitext:VK_EXT_external_memory_host | ||
*Contributors*:: | ||
- Faith Ekstrand, Collabora | ||
- Tobias Hector, AMD | ||
- James Jones, NVIDIA | ||
- Georg Lehmann, Valve | ||
- Derek Lesho, Codeweavers | ||
|
||
=== Description | ||
|
||
This extension allows a client to request that flink:vkMapMemory2KHR | ||
attempt to place the memory map at a particular virtual address. | ||
|
||
include::{generated}/interfaces/VK_EXT_map_memory_placed.adoc[] | ||
|
||
=== Version History | ||
|
||
* Revision 0, 2024-01-14 (Faith Ekstrand) | ||
** Internal revisions |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.