Dzmitry Malyshau

Results 994 comments of Dzmitry Malyshau

This error appears to be a bug in Vulkan validation layers. See #3015, #3184, and https://github.com/KhronosGroup/Vulkan-ValidationLayers/issues/12#issuecomment-678526213

Yes, that would be very useful as well!

Somewhat relevant [chat quote](https://gitter.im/gfx-rs/gfx?at=5acb3ed6df3e0fb547ba1290): > we need to talk about what there needs to be in the first place. I'd argue that a tutorial to HAL itself has a very...

@Limeth we can deal with monocodus later. The synchronization model is exactly what Vulkan has.

@Limeth are you going to come back to this PR?

There is no *portable* way to get the raw handles off gfx-rs objects, since there isn't always 1:1 mapping to anything under the API. Instead, each backend can expose its...

The PRs are definitely preferred and much appreciated. Thank you!

There is actually an update, it's in that LunarG issue. It was re-opened, so we are blocked on them either fixing this, or stating the resolution on whether what we...

I can repro. Apitrace shows a bunch of errors in CGL stuff: > unsupported CGLReleasePixelFormat call > unsupported CGLRetainPixelFormat call > unsupported CGLReleasePixelFormat call GL_RENDERER: Intel(R) Iris(TM) Graphics 550 GL_VENDOR:...

I'm thinking that we should drop GL support on macOS completely, see #3468