summaryrefslogtreecommitdiff
path: root/appendices/VK_EXT_image_2d_view_of_3d.adoc
blob: 10166d392db4c89c56c8ba9f8fbb64c273bf0208 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
// Copyright 2022-2024 The Khronos Group Inc.
//
// SPDX-License-Identifier: CC-BY-4.0

include::{generated}/meta/{refprefix}VK_EXT_image_2d_view_of_3d.adoc[]

=== Other Extension Metadata

*Last Modified Date*::
    2022-02-22
*IP Status*::
    No known IP claims.
*Contributors*::
  - Mike Blumenkrantz, Valve
  - Piers Daniell, NVIDIA
  - Spencer Fricke, Samsung
  - Ricardo Garcia, Igalia
  - Graeme Leese, Broadcom
  - Ralph Potter, Samsung
  - Stu Smith, AMD
  - Shahbaz Youssefi, Google
  - Alex Walters, Imagination

=== Description

This extension allows a single slice of a 3D image to be used as a 2D view
in image descriptors, matching both the functionality of glBindImageTexture
in OpenGL with the `layer` parameter set to true and 2D view binding
provided by the extension EGL_KHR_gl_texture_3D_image.
It is primarily intended to support GL emulation.

include::{generated}/interfaces/VK_EXT_image_2d_view_of_3d.adoc[]

=== Version History

  * Revision 1, 2022-03-25 (Mike Blumenkrantz)
  ** Internal revisions