spir-v: Some utilities for reading and writing SPIR-V files

[ language, library, mit ] [ Propose Tags ]
Versions [RSS] 0.0.0.1, 0.0.0.2, 0.0.1.0
Dependencies base (>=4.0 && <4.9) [details]
License MIT
Author Joe Hermaszewski
Maintainer spir.of.the.moment@monoid.al
Category Language
Home page https://github.com/expipiplus1/spir-v
Source repo head: git clone https://github.com/expipiplus1/spir-v
Uploaded by jophish at 2016-02-16T20:45:19Z
Distributions NixOS:0.0.1.0
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1970 total (8 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for spir-v-0.0.1.0

[back to package description]

spir-v

A package to help with the generation of Spir-V code from Haskell. Basically this contains most of the important numbers in the SpirV Spec.

Version

The version currently implemented here is Version 1.00 Revision 3.

Please raise an issue if this package is out of date!

Generating

The "generate" directory contains a program to generate much of this package's implementation from the html spir-v specification