DuncanHopkinsFoundry
Results
2
issues of
DuncanHopkinsFoundry
I am trying to include "MoltenVK/vk_mvk_moltenvk.h" into a C file (not a C++). I am using Xcode 14.2 in the [MESA](https://gitlab.freedesktop.org/mesa/mesa) code base, specifically "zink_screen.c". Compilation fails due to the...
Question
Answered
Hi, Our OpenGL engine uses multiple sources per shader stage. This allows us to have a modular system that can mix and match GLSL with different #version values. The RGA...