CrossGL / crosstl

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

Add Support for Bitwise shift opeators #166

Closed DeVcB13d closed 1 month ago

DeVcB13d commented 1 month ago

PR Description

Added the translator support for Bitwise Shift Left token << and bitwise shift right >> Token in Translator Codegen Frontend

Modified the codegen files at translator frontend and added tests

Related Issue

Close #110
Close #111

shader Sample

Checklist