Michael Tang

Results 43 comments of Michael Tang

This happened a lot quicker than I was expecting! Some open questions: - Should the iOS/macOS eventwrapper/proxies be removed? Do types like this exist in the linux/android backends? - Should...

@Osspial On macOS, `EventProxy` is unconditionally buffered, so we can either pass through the `ScopedArcCell` owner with the proxy or just create a new `ScopedArcCell`, since we're at the point...

As an anecdote, I tried to build and generate bindings for a library using `cc` and `bindgen`. I've saved the shared root folder of the library as a `PathBuf`. `cc`...

I'm happy to take a shot at this. Do you think the methods should just take a `impl AsRef` and immediately convert them to `String` (and fail if not convertable)...

I'll take a peek at it later. Some notes I've made: - `Path` can be converted to `std::ffi::OsStr` losslessly - There's the `std::ffi::CStr` type, which we could use instead of...

@emilio I'm struggling to find a solution that doesn't do a lossy conversion between string types and am looking for advice. The main issue(s) I am running into are: -...

Hi @kvark! I'm interested in learning about ray tracing APIs and would love to take a stab at this. Do you think an API in `gfx` shaped like `VK_NV_ray_tracing` (i.e....

@tuanzijiang I recall that this resize events on dx11 never quite worked for me on any of the `pre-ll` examples. I vaguely recall that you need to release any references...

I wasn't able to repro by running rend3/scene-viewer or wgpu-rs/water on my gtx1080. I noticed `ID3D12Object::SetName` returns an `HRESULT`, perhaps you can try wrapping all the calls in `gfx-backend-dx12` with...

> > > > Merge remote-tracking branch 'upstream/master' into acceleration-stru… > > Please try to rebase instead of merging, to keep history linear I'll do this when I clean up...