Gray Olson

Results 71 comments of Gray Olson

As an added bonus, I think gfx would like having an example of being used "in production" as well :D

Small update here, most broadcast devices (my reference point here being various cheap standalone video encoder boxes on the market) allow setting the streamid field as just a text box...

Still failing for me ``` error: failed to run custom build command for `ash-molten v0.6.0+43 (https://github.com/EmbarkStudios/ash-molten?branch=moltenvk-1.1.0#9b301046)` Caused by: process didn't exit successfully: `/Users/gray/Code/rust-gpu/target/debug/build/ash-molten-47b38550fede2767/build-script-build` (exit code: 101) --- stdout Already up...

I think I could... my macbook's getting a little old but I don't think they're unsupporting it or anything at least through Big Sur's release cycle. But yeah would be...

Clippy would disagree :P https://rust-lang.github.io/rust-clippy/master/#match_like_matches_macro though of course cilppy is not necessary the arbiter of all that is right in the world, it does show general community sentiment

Yeah, generating or validating Rust structs would be really cool. Indeed easy to miss a #repr(C) and spend a whole day debugging why the data isn't getting to the shader...

> The [Vulkan spec requires Vec3 to be `align_of()`](https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#interfaces-resources-layout) but the spare 4 bytes are usable, expressed like so in CPU code: > > ```rust > #[repr(align(16))] > #[repr(C)] >...

For sure, this is something I was thinking about as well. This may be overkill/not even possible depending on how the higher levels will work, but one idea I tossed...

> I don't think I have time (or knowledge) to write a full book-level document though. Well, I don't think I currently have the knowledge of all pieces really either,...

> Hey @fu5ha The _docs_ of the CheckedBitPattern derive claim that it's a subtrait of NoUninit, but the _code_ doesn't actually... have that bound. Didn't you add a lot of...