UniversityOfGdanskTeamPython / pyglslang

Python wrapper around glslang GLSL optimizing compiler and validator.
0 stars 0 forks source link

Create automated CI for building pyglslang on demand / on glslang release #5

Closed Argmaster closed 9 months ago

Argmaster commented 10 months ago

First choice is to build it by workflow_dispatch invocation, the "automatic on release" part is just a cool idea which might not be possible to implement as glslang has a lot of tags and they are not guaranteed to follow any particular patterns.