1// Copyright 2020-2023 The Khronos Group Inc. 2// 3// SPDX-License-Identifier: CC-BY-4.0 4 5include::{generated}/meta/{refprefix}VK_SEC_amigo_profiling.adoc[] 6 7=== Other Extension Metadata 8 9*Last Modified Date*:: 10 2022-07-29 11*IP Status*:: 12 No known IP claims. 13*Contributors*:: 14 - Ralph Potter, Samsung 15 - Sangrak Oh, Samsung 16 - Jinku Kang, Samsung 17 18=== Description 19 20This extension is intended to communicate information from layered API 21implementations such as ANGLE to internal proprietary system schedulers. 22It has no behavioural implications beyond enabling more intelligent 23behaviour from the system scheduler. 24 25Application developers should avoid using this extension. 26It is documented solely for the benefit of tools and layer developers, who 27may need to manipulate pname:pNext chains that include these structures. 28 29[NOTE] 30.Note 31==== 32There is currently no specification language written for this extension. 33The links to APIs defined by the extension are to stubs that only include 34generated content such as API declarations and implicit valid usage 35statements. 36==== 37 38[NOTE] 39.Note 40==== 41This extension is only intended for use in specific embedded environments 42with known implementation details, and is therefore undocumented. 43==== 44 45include::{generated}/interfaces/VK_SEC_amigo_profiling.adoc[] 46 47ifndef::isrefpage[] 48 49=== Stub API References 50 51[open,refpage='VkPhysicalDeviceAmigoProfilingFeaturesSEC',desc='Stub description of VkPhysicalDeviceAmigoProfilingFeaturesSEC',type='structs'] 52-- 53There is currently no specification language written for this type. 54This section acts only as placeholder and to avoid dead links in the 55specification and reference pages. 56 57include::{generated}/api/structs/VkPhysicalDeviceAmigoProfilingFeaturesSEC.adoc[] 58 59include::{generated}/validity/structs/VkPhysicalDeviceAmigoProfilingFeaturesSEC.adoc[] 60-- 61 62[open,refpage='VkAmigoProfilingSubmitInfoSEC',desc='Stub description of VkAmigoProfilingSubmitInfoSEC',type='structs'] 63-- 64There is currently no specification language written for this type. 65This section acts only as placeholder and to avoid dead links in the 66specification and reference pages. 67 68include::{generated}/api/structs/VkAmigoProfilingSubmitInfoSEC.adoc[] 69 70include::{generated}/validity/structs/VkAmigoProfilingSubmitInfoSEC.adoc[] 71-- 72 73endif::isrefpage[] 74 75=== Version History 76 77 * Revision 1, 2022-07-29 (Ralph Potter) 78 ** Initial specification 79