deprilula28

Results 7 comments of deprilula28

> > I have this issue too > > I can use goto/peek to go from my code to a crate, but no further. Can't use goto/peek on anything in...

@devshgraphicsprogramming #371

The no resource thing was fixed when I changed to use the IGPUBuffer as a descriptor instead of the IGPUBufferView; But does one of the examples have setting a callback?

The crux of the problem: - Windows resize event happens after the window has already resized, returning false in the callback (not calling DefWindowProc) does not stop the resize -...

In WebGPU you provide the image attachments in the command buffer's begin render pass function: https://gpuweb.github.io/gpuweb/#dictdef-gpurenderpassdescriptor So it should be the same as VK_KHR_imageless_framebuffer

I license past and future contributions under the triple MIT OR Apache-2.0 OR Zlib license, allowing licensees to choose any one at their option.

For me this just crashes: ``` thread 'main' panicked at 'redraw event in non-redraw phase', :2:4 stack backtrace: 0: backtrace::backtrace::trace_unsynchronized at C:\Users\VssAdministrator\.cargo\registry\src\github.com-1ecc6299db9ec823\backtrace-0.3.44\src\backtrace\mod.rs:66 1: std::sys_common::backtrace::_print_fmt at /rustc/8d69840ab92ea7f4d323420088dd8c9775f180cd\/src\libstd\sys_common\backtrace.rs:78 2: std::sys_common::backtrace::_print::{{impl}}::fmt at /rustc/8d69840ab92ea7f4d323420088dd8c9775f180cd\/src\libstd\sys_common\backtrace.rs:59...