i509VCB

Results 178 issues of i509VCB

I was wondering if it made sense to even consider a softbuffer example given SCTK has a far wider range of SHM pool allocation schemes to choose from. SCTK does...

Like https://github.com/Smithay/smithay/issues/781, we should note what protocols sctk provides helpers for and what we would ideally support in the future.

- [x] Tested on all platforms changed - [x] Added an entry to `CHANGELOG.md` if knowledge of this change could be valuable to users - [x] Updated documentation to reflect...

From what I can tell, this is available in EGL and GLX.

api

This is something used in Smithay's EGL implementation that glutin will eventually replace. EGL_ANDROID_native_fence_sync would also probably be implemented at the same time (the vendor may imply only on Android,...

EGL

This came to mind in a discussion on matrix. It may be desirable to render with a GL context not to a window but a layer or subview.

CGL

Sometimes there may be a situation where you need to ask a library what windowing systems it could support before initializing a library like winit. For example if running wgpu...

I was looking at something similar to [match_out_struct](https://docs.rs/ash/latest/ash/macro.match_out_struct.html#)/[match_in_struct](https://docs.rs/ash/latest/ash/macro.match_in_struct.html), but it returns a tuple of `Option` values if some type of structure was found. The idea is largely inspired by the...

I opened https://github.com/Traverse-Research/gpu-allocator/issues/159 a week ago and while thinking how to resolve that issue on a larger scale across the ecosystem where ash is used, the ash::Device type is quite...

Primarily to let users know that some code might not compile if no_std mode is enabled. This may be unnessecary for the `std` module of FontSystem, but it can make...