SPIRV-Cross/README.md

21 lines
682 B
Markdown
Raw Permalink Normal View History

<!--
Copyright 2020-2021 The Khronos Group, Inc.
SPDX-License-Identifier: CC-BY-4.0
-->
# SPIRV-Cross
2016-03-02 17:09:16 +00:00
2024-08-17 15:11:25 +00:00
SPIRV-Cross is a SPIR-V transpiler
2016-12-08 21:31:27 +00:00
2016-03-02 17:09:16 +00:00
## Features
- Convert SPIR-V to readable, usable and efficient GLSL
- Convert SPIR-V to readable, usable and efficient Metal Shading Language (MSL)
- Convert SPIR-V to readable, usable and efficient HLSL
- Convert SPIR-V to a JSON reflection format
- Convert SPIR-V to debuggable C++ [DEPRECATED]
2016-03-02 17:09:16 +00:00
- Reflection API to simplify the creation of Vulkan pipeline layouts
- Reflection API to modify and tweak OpDecorations
- Supports "all" of vertex, fragment, tessellation, geometry and compute shaders.
2024-08-17 15:11:25 +00:00
\< mucho texto \>