mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-22 06:44:14 +00:00
cffc7933fd
Implement WGSL frontend and WGSL, SPIR-V, HLSL, MSL, and GLSL backends. WGSL and SPIR-V backends natively support the instruction. MSL and HLSL emulate it by casting to f16 and back to f32. GLSL does similar but must (mis)use (un)pack2x16 to do so. |
||
---|---|---|
.. | ||
analysis | ||
dot | ||
glsl | ||
hlsl | ||
ir | ||
msl | ||
spv | ||
wgsl |