cbaggers / varjo

Lisp to GLSL Language Translator
BSD 2-Clause "Simplified" License
223 stars 23 forks source link

:atomic-uint does not work #238

Open Giels opened 4 years ago

Giels commented 4 years ago

Associated error:

Sorry cepl doesnt handle that type yet: ATOMIC-UINT
   [Condition of type SIMPLE-ERROR]

Current work-around that seems to work is to use a normal int inside an ssbo.