SDSL : a new/old shader programming language
stride3d.net·3d·
Discuss: r/programming
📝Parsing
Preview
Report Post

In this blog post, we will focus on how the new SDSL parser has been implemented through writing a prototype expression parser as an example. We will see how this can be possible without sacrificing performance and allocating the least amount of memory possible. And finally see how this improved on the current shader parser system in Stride.

If you’re interested in the other parts of this blog series :

  • Part 1 An introduction to the project
  • Part 2 we parse and assemble some SPIR-V

Table of Contents:

Similar Posts

Loading similar posts...