Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Latest commit

 

History

History
18 lines (10 loc) · 373 Bytes

Readme.md

File metadata and controls

18 lines (10 loc) · 373 Bytes

Spirv assembler for SDSL

Main goal

This library is meant to be used for assembling and parsing spirv for SDSL (Stride shading language).

Features

  • Allocation free spirv parser
  • Allocation free spirv writer
  • Disassembler for instruction operands
  • Instruction assembler
  • Instruction optimizer
  • Abstraction for mixin composition