Skip to content
Snippets Groups Projects
Unverified Commit 7ff99f4a authored by Liliana Marie Prikler's avatar Liliana Marie Prikler Committed by Nicolas Goaziou
Browse files

gnu: spirv-cross: Improve description.


* gnu/packages/vulkan.scm (spirv-cross)[description]: Simplify.

Signed-off-by: default avatarNicolas Goaziou <mail@nicolasgoaziou.fr>
parent 012bdf2e
No related branches found
No related tags found
No related merge requests found
......@@ -144,13 +144,7 @@ (define-public spirv-cross
(synopsis "Parser for and converter of SPIR-V to other shader languages")
(description
"SPIRV-Cross tries hard to emit readable and clean output from the
SPIR-V. The goal is to emit GLSL or MSL that looks like it was written by
a human and not awkward IR/assembly-like code.
NOTE: Individual features are expected to be mostly complete, but it is
possible that certain obscure GLSL features are not yet supported. However,
most missing features are expected to be ``trivial'' improvements at this
stage.")
SPIR-V, aiming to emit GLSL or MSL that looks like human-written code.")
(license license:asl2.0)))
(define-public glslang
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment