Malcolm Bechard
Malcolm Bechard
Doesn't the Vulkan spec require an ownership transfer to/from VK_QUEUE_FAMILY_EXTERNAL?
https://github.com/KhronosGroup/glslang/issues/2784#issuecomment-952227061_ The heavy use of grouping code onto single lines, as well as single line functions in header files, make interactively debugging GLSLang very difficult. You can't easily see variable...
This issue is related to issue #2243 and issue #1726. It seems that the contents of gl_PerVertex is inconsistently filled in glslang, and the extensions that change this block don't...
I think the errors that arose from PR #2458 indicate the way the new id system is setup is too error prone to code. Is there any reason why the...
Many of my users of run into the issue where they are getting mod(x, x) == x, and are confused since the GLSL docs don't mention this being a possible...
The docs already mention that passing bits that produce NaN results in undefined results. A case that isn't mentioned though is passing bits that produce a denormalized float, which would...
The build instructions in the master branch link to: https://source.android.com/devices/graphics/deqp-testing Which state it's deprecated and not maintained. Pointing instead to use: https://gitlab.khronos.org/Tracker/vk-gl-cts/wikis/home Which is behind a login for Khronos, making...
Since that is starting to appear in some devices. https://pub.smpte.org/pub/st12-3/st0012-3-2016.pdf
I think the correct categories would be: 2D, 3D, Animation, Compositing, Editing, Lighting, Playback, Render, Simulation, Texture, Tracking Website is www.derivative.ca attached is the icon. Thanks! 
Hey, not sure if this is the right spot to put this (should it go in discussions?). I'm currently diagnosing some issues with partially bound texture arrays and MoltenVK. Looking...