wgpu/ffi
yanchith ed8503ed6c Track and destroy samplers
This PR adds `ResourceId::Sampler`, `NativeResource::Sampler` and
`TrackerSet::samplers`. Samplers are (similarly to bind groups)
created with their own life guard and a device id to keep the device
ref count alive. Also added are `extern wgpu_sampler_destroy` and
`sampler_destroy`.

The rest of the implementation was guided by compiler errors, so there
is a good chance I didn't find something crucial that also needed
doing. Please check :)
2019-09-23 12:13:18 +02:00
..
wgpu-remote.h Exported function wgpu_render_pass_set_index_buffer 2019-09-06 20:49:11 -05:00
wgpu.h Track and destroy samplers 2019-09-23 12:13:18 +02:00