Marcin Zając
Marcin Zając
Hello and welcome! Im working on delivering additional deqp-vk execution flag --deqp-compute-only=enable which will test Vulkan implementation on devices which expose only computation queues. https://gerrit.khronos.org/c/vk-gl-cts/+/8851 (link i accessible only by...
Hello everyone, as a member of vulkan video working group under Khronos I would like contribute to this project by providing safe wrapper for the video extension. Spec for the...
expression cannot be used as a function 21 | other.invoke (false);
Hi! First, thanks for your awesome work on Element! I think this is the missing piece of software that will allow me to finally drop Windows in favour of Linux,...
int64_t and uint64_t have platform-specific underlying types, the portable way to print them is to use the PRId64 and PRIu64 macros from