Jesse Meyer
Results
22
issues of
Jesse Meyer
Please see the discussion originally posted here for the technical details: https://github.com/KhronosGroup/MoltenVK/discussions/1496 In short: ```glsl vec3 colors[3] = vec3[]( vec3(1.0, 0.0, 0.0), vec3(0.0, 1.0, 0.0), vec3(0.0, 0.0, 1.0) ); void...
Bug
Metal improvement required
In attempting to go through the introductory material for UMAP, I hit the following exception with `import umap`: ` != `. I'm at a loss on how to debug this....