cbaggers / varjo

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

Shader storage unbounded arrays #191

Closed mfiano closed 6 years ago

mfiano commented 6 years ago

Please add support for the last member of a shader storage block being an array that has a size computed at runtime with with the [] syntax.

cbaggers commented 6 years ago

Duplicate of #158