wgpu/examples/src
Brad Werth 9b36a3e129
Make bind group an Option for set_bind_group calls. (#6216)
This is just an API change for all the "set_bind_group" calls. Calls
that pass a Some() argument should have unchanged behavior. The None
cases are left as TODOs.
2024-09-06 14:29:09 -07:00
..
boids Make bind group an Option for set_bind_group calls. (#6216) 2024-09-06 14:29:09 -07:00
bunnymark Make bind group an Option for set_bind_group calls. (#6216) 2024-09-06 14:29:09 -07:00
conservative_raster Make bind group an Option for set_bind_group calls. (#6216) 2024-09-06 14:29:09 -07:00
cube Make bind group an Option for set_bind_group calls. (#6216) 2024-09-06 14:29:09 -07:00
hello [example hello] Produce output when run in the usual way. 2024-07-04 00:24:59 -07:00
hello_compute Make bind group an Option for set_bind_group calls. (#6216) 2024-09-06 14:29:09 -07:00
hello_synchronization Make bind group an Option for set_bind_group calls. (#6216) 2024-09-06 14:29:09 -07:00
hello_triangle feat(shader)!: make ProgrammableStage::entry_point optional 2024-07-24 07:40:00 -04:00
hello_windows Expose gpu allocation configuration options (#5875) 2024-07-08 14:49:44 +02:00
hello_workgroups Make bind group an Option for set_bind_group calls. (#6216) 2024-09-06 14:29:09 -07:00
mipmap Make bind group an Option for set_bind_group calls. (#6216) 2024-09-06 14:29:09 -07:00
msaa_line chore: use std::mem::size_of{,_val} s'more 2024-09-03 10:18:25 -04:00
render_to_texture feat(shader)!: make ProgrammableStage::entry_point optional 2024-07-24 07:40:00 -04:00
repeated_compute Make bind group an Option for set_bind_group calls. (#6216) 2024-09-06 14:29:09 -07:00
shadow Make bind group an Option for set_bind_group calls. (#6216) 2024-09-06 14:29:09 -07:00
skybox Make bind group an Option for set_bind_group calls. (#6216) 2024-09-06 14:29:09 -07:00
srgb_blend Make bind group an Option for set_bind_group calls. (#6216) 2024-09-06 14:29:09 -07:00
stencil_triangles chore: use std::mem::size_of{,_val} s'more 2024-09-03 10:18:25 -04:00
storage_texture Make bind group an Option for set_bind_group calls. (#6216) 2024-09-06 14:29:09 -07:00
texture_arrays Make bind group an Option for set_bind_group calls. (#6216) 2024-09-06 14:29:09 -07:00
timestamp_queries Make bind group an Option for set_bind_group calls. (#6216) 2024-09-06 14:29:09 -07:00
uniform_values Make bind group an Option for set_bind_group calls. (#6216) 2024-09-06 14:29:09 -07:00
water Make bind group an Option for set_bind_group calls. (#6216) 2024-09-06 14:29:09 -07:00
framework.rs Expose gpu allocation configuration options (#5875) 2024-07-08 14:49:44 +02:00
lib.rs Bump Many Dependencies and MSRV (#5241) 2024-02-27 14:43:05 -05:00
main.rs Change examples page menu on smaller screens (#4958) 2024-01-02 13:27:39 -05:00
utils.rs Move to A Single Example Executable (#4756) 2023-11-23 05:26:42 -05:00