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
Compiling winapi v0.3.4 (https://github.com/fkaa/winapi-rs.git?branch=wdk-tokenized-dxbc#cdebaf2a)
Compiling dxbc v0.1.0 (file:///Users/jrmuizel/src/dxbc/dxbc)
error[E0433]: failed to resolve. Could not find `um` in `winapi` ] 6/8: dxbc
--> dxbc/src/dr/shex.rs:1:13
|
1 | use winapi::um::d3d11tokenizedprogramformat::*;
| ^^ Could not find `um` in `winapi`
The text was updated successfully, but these errors were encountered:
As for compiling shaders on non-windows, I think http://shader-playground.timjones.io/ should work (select fxc compiler and 'download binary' in the bottom right)
The text was updated successfully, but these errors were encountered: