wgpu/wgpu-hal/examples
Brad Werth 6cd387412f Remove vertex_pulling_transfrom from PipelineCompilationOptions.
This option was only evaluated for Metal backends, and now it's required
there so the option is going away. It is still configurable for tests
via the PipelineOptions struct, deserialized from .ron files.

This also fixes some type problems with the unpack functions in
writer.rs. Metal << operator extends operand to int-sized, which then
has to be cast back down to the real size before as_type bit conversion.
The math for the snorm values is corrected, in some cases using the
metal unpack_snorm2x16_to_float function because we can't directly
cast a bit-shifted ushort value to half.
2024-07-19 17:13:45 +02:00
..
halmark Remove vertex_pulling_transfrom from PipelineCompilationOptions. 2024-07-19 17:13:45 +02:00
ray-traced-triangle Remove vertex_pulling_transfrom from PipelineCompilationOptions. 2024-07-19 17:13:45 +02:00
raw-gles.em.html feature: emscripten 2022-01-27 14:14:29 -05:00
raw-gles.rs Expose gpu allocation configuration options (#5875) 2024-07-08 14:49:44 +02:00