CrossGL / crosstl

Translates native shader languages into CrossGL universal shader language and vice versa.
https://crossgl.net
Apache License 2.0
37 stars 38 forks source link

Add Support for Assignment Modulus (%=) Token in Translator Codegen Frontend #150

Closed anshikavashistha closed 1 month ago

anshikavashistha commented 1 month ago

PR Description

This PR implements support for the Assignment Modulus (%=) token in the CrossGL project, addressing issue #115. The token is now properly translated across the DirectX, Metal, and OpenGL backends.

Related Issue

115

shader Sample

Checklist

anshikavashistha commented 1 month ago

PTAL @samthakur587

samthakur587 commented 1 month ago

hii @anshikavashistha can you please solve the merge conflict .

anshikavashistha commented 1 month ago

@samthakur587 Working on it