1// Copyright (c) 2019-2020 Advanced Micro Devices, Inc. 2// 3// SPDX-License-Identifier: CC-BY-4.0 4 5include::{generated}/meta/{refprefix}VK_AMD_pipeline_compiler_control.adoc[] 6 7=== Other Extension Metadata 8 9*Last Modified Date*:: 10 2019-07-26 11*IP Status*:: 12 No known IP claims. 13*Contributors*:: 14 - Matthaeus G. Chajdas, AMD 15 - Daniel Rakos, AMD 16 - Maciej Jesionowski, AMD 17 - Tobias Hector, AMD 18 19=== Description 20 21This extension introduces slink:VkPipelineCompilerControlCreateInfoAMD 22structure that can be chained to a pipeline's creation information to 23specify additional flags that affect pipeline compilation. 24 25include::{generated}/interfaces/VK_AMD_pipeline_compiler_control.adoc[] 26 27=== Issues 28 29None. 30 31=== Examples 32 33None. 34 35=== Version History 36 37 * Revision 1, 2019-07-26 (Tobias Hector) 38 ** Initial revision. 39