Mateusz Kielan
Mateusz Kielan
# Scrap `CVulkanForeignImage` It doesn't really fit any use case # General Requirement Requirement 1: We want the use of a swapchain image (retrieved view or created) to keep a...
@deprilula28 let us know of any downsides to going only the "Created Image" route
> # Scrap `CVulkanForeignImage` > > It doesn't really fit any use case > # General Requirement > > Requirement 1: We want the use of a swapchain image (retrieved...
- [ ] Xcb Windowing implementation and OpenGL+GLES+Vulkan backend testing - [ ] Wayland Windowing implementation and EGL+Vulkan backend testing (needs to verify Wayland even works at all) - [...
Cap the HiZ mip level 0 resolution to max 4096x2048 Consider whether to sort the image tapping requests by texelCoordinate morton code and mipmap within the workgroup.
It would be good if we got an error saying "unsigned integer literal constant in preprocessor expression" instead of the cryptic ``` ERROR: t4.frag:28: 'preprocessor evaluation' : bad expression ERROR:...
> > > OK. I have re-opened with this latest request. I dont think I've ever touched that part of glslang
> > > @devshgraphicsprogramming we discussed changing the GLSL spec to support unsigned, but it will likely take a while since it'll need CTS coverage and all implementations to support...
we hit a similar issue recently but we use SPIR-V Cross and OpenGL as the backend so it was two bugs on top of each other
should I open this against glslang instead?