gnu: spirv-cross: Improve description.
* gnu/packages/vulkan.scm (spirv-cross)[description]: Simplify. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
012bdf2e61
commit
7ff99f4a17
1 changed files with 1 additions and 7 deletions
|
@ -144,13 +144,7 @@ parser,disassembler, validator, and optimizer for SPIR-V.")
|
||||||
(synopsis "Parser for and converter of SPIR-V to other shader languages")
|
(synopsis "Parser for and converter of SPIR-V to other shader languages")
|
||||||
(description
|
(description
|
||||||
"SPIRV-Cross tries hard to emit readable and clean output from the
|
"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
|
SPIR-V, aiming to emit GLSL or MSL that looks like human-written code.")
|
||||||
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.")
|
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public glslang
|
(define-public glslang
|
||||||
|
|
Reference in a new issue