csyonghe / Spire

Other
174 stars 22 forks source link

Fix up tests for recent syntax changes #78

Closed tangent-vector closed 7 years ago

tangent-vector commented 7 years ago

The main change here was from:

shader S : PipelineName { ... }

to:

shader S targets PipelineName { ... }

There is also one small fix related to how we are printing file names when we fail to find a file included with using.