You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The use of ToolFeatures.HeadlessGraphicsDevicehere should be ToolFeatures.ToHeadless; which will ensure that the backend supports compilation and transpilation on the test run, as well as running in headless mode.
The text was updated successfully, but these errors were encountered:
thargy
added a commit
to thargy/ShaderGen
that referenced
this issue
Jun 8, 2019
Spotted this one in passing.
The use of
ToolFeatures.HeadlessGraphicsDevice
here should beToolFeatures.ToHeadless
; which will ensure that the backend supports compilation and transpilation on the test run, as well as running in headless mode.The text was updated successfully, but these errors were encountered: