21 lines
682 B
Markdown
21 lines
682 B
Markdown
<!--
|
|
Copyright 2020-2021 The Khronos Group, Inc.
|
|
SPDX-License-Identifier: CC-BY-4.0
|
|
-->
|
|
|
|
# SPIRV-Cross
|
|
|
|
SPIRV-Cross is a SPIR-V transpiler
|
|
|
|
## 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]
|
|
- 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.
|
|
|
|
\< mucho texto \> |