Schell Carl Scivally

Results 69 issues of Schell Carl Scivally

Everyone loves a checkbox widget.

enhancement

A pane widget uses a layer and scrolls around inside it.

enhancement

A layer widget is a composite of a bunch of other widgets, fenced off by a boundary. It only receives events when the user is interacting with that layer within...

enhancement

Currently a widget simply renders in the order it was written in the `Odin r t m` monad. This should instead be configurable so widgets that depend on other widgets...

enhancement

Naga's SPIR-V frontend does not currently handle atomic operations. Using an atomic operation (in this case `spirv_std::arch::atomic_i_increment` in a `rust-gpu` shader) leads to a parse error: ``` UnsupportedInstruction(Function, AtomicIIncrement) ```...

kind: feature
naga
lang: SPIR-V
area: naga front-end

**Connections** Partially adresses #4489. This is mostly for @jimblandy and @cwfitzgerald to ensure that I'm not totally off course on my quest to add atomics. I'm trying to make my...

* [x] windows can build renderling * [x] windows can run the example app * [x] windows tests pass on `MSI` runner (NVIDIA GeForce RTX 3050 Laptop GPU) * [x]...

@see https://github.com/gltf-rs/gltf/issues/398 https://github.com/schell/renderling/blob/ff33c327af7a95a9b242be35233ea2d96c7206b2/crates/renderling/src/stage/gltf_support.rs#L793-L794

todo

https://github.com/schell/renderling/blob/d8bdb6fbf302068a90573e37e3013f994d4e3e5c/crates/renderling/src/gltf.rs#L1020

todo