SPIRV.jl icon indicating copy to clipboard operation
SPIRV.jl copied to clipboard

Remaining tasks before registration

Open serenity4 opened this issue 5 months ago • 0 comments

As requested in https://github.com/serenity4/SPIRV.jl/issues/32, here is a list of various tasks that should be tackled before registration:

  • [ ] Document Mutable.
  • [ ] More thoroughly document the integration between Vulkan.jl and SPIRV.jl (including but not limited to, formats).
  • [ ] Go through docstrings to check that documentation is still up to date.
  • [ ] Separate public and private symbols in the API reference.
  • [ ] Use size-compatible unsigned integer type as a default implementation for primitive_type_to_spirv.
  • [ ] Document SPIRV.MathFunctions.
  • [ ] Have a documentation pass for layouts.
  • [ ] Document serialize/deserialize.

serenity4 avatar Jun 09 '25 21:06 serenity4