Version 1.00
Contact
To report problems with this extension, please open a new issue at:
Contributors
-
Jeff Bolz, NVIDIA Corporation
Notice
Copyright (c) 2019-2020 The Khronos Group Inc. Copyright terms at http://www.khronos.org/registry/speccopyright.html
Status
-
Not Yet Approved by the SPIR-V Working Group
Version
Last Modified Date |
2020-02-11 |
Revision |
1 |
Dependencies
This extension is written against the SPIR-V Specification, Version 1.4 Revision 1.
This instruction set requires SPIR-V 1.0.
1. Introduction
This specifies the NonSemantic.DebugPrintf extended instruction set. It provides a DebugPrintf instruction which is intercepted by the Vulkan validation layers and replaced with code to output the string to the debug output log.
Import this extended instruction set using an OpExtInstImport "NonSemantic.DebugPrintf" instruction.
2. Binary Form
Issues
None.
Revision History
Rev | Date | Author | Changes |
---|---|---|---|
1 |
2020-02-11 |
Jeff Bolz |
Initial revision |