Cyphall

Results 8 issues of Cyphall

Currently, everything is declared in `glad.h`. This is a problem for wrapper classes that expose GL types via function parameters/return values as we are forced to either: - Redeclare ourself...

Functions like `GL.TexStorage2D` can only work with sized internal formats. However, with some personal testing, I figured this function can work with compressed formats, and with some research, I found...

needs verification
4.x
OpenGL

**Is your feature request related to a problem? Please describe.** Currently, when editing a raytracing shader, some raytracing-specific keywords such as `rayPayloadEXT` and `hitAttributeEXT` are unknown to this plugin, which...

enhancement

Follow-up of the second issue reported in [this message](https://github.com/GPUOpen-Tools/GPU-Reshape/issues/49#issuecomment-1913604295) in issue #49. > I am getting a few "Potential race condition detected" between [this write](https://github.com/Cyphall/Cyph3D/blob/98cacba4d565beaf5ddb39ad80c26fdec90eaf00/resources/shaders/internal/asset%20processing/gen%20cubemap.comp#L52) in the "cubemap generation" step...

bug

Hello, I have 2 questions about `image` entries that I cannot find the answer to in the specs: 1. What happens when an `image.uri` points to a file which is...

specification

Package: spirv-tools[core,tools]:[email protected] **Context** Trying to build `spirv-tools` with the constraint `"version>=": "1.3.290.0#0"` using the baseline `04b0cf2b3fd1752d3c3db969cbc10ba0a4613cee` results in a build error. Using the baseline `04b0cf2b3fd1752d3c3db969cbc10ba0a4613cee`, I get the following output:...

category:question

`xrCreateVulkanDeviceKHR` from `XR_KHR_vulkan_enable2` requires that the implementation aggregate its own extension/feature requirements with the app's requirements passed in `XrVulkanDeviceCreateInfoKHR::vulkanCreateInfo`. Say, an implementation requires timeline semaphores. In the case where this...

synced to gitlab

The page for displaying the list of device supporting a swapchain color space + format pair loads for a few minutes before failing with a red `Could not fetch data...