a5f592dc5c1fec367bede3389775b067dd56fb01
The error here is that when forward referencing a struct/class what matters is whether the entity actually is a struct or a class. For example, this is what the definitions look like if the entity is: a class: ?Init@SimpleDrawable@Scene@OpenVulkano@@QEAAXPEAVShader@23@PEAVGeometry@23@PEAVMaterial@23@@Z a struct: ?Init@SimpleDrawable@Scene@OpenVulkano@@QEAAXPEAVShader@23@PEAVGeometry@23@PEAUMaterial@23@@Z
openVulkano
openVulkano is a simple Vulkan rendering engine which is capable of recording command buffers from multiple threads.
Building:
Requirements:
- Git
- CMake
- C++ 17 compatible compiler
Required dependencies on linux
sudo apt install extra-cmake-modules libarchive-dev libeigen3-dev
Build from source:
git clone https://github.com/GeorgH93/openVulkano.git
cd openVulkano
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
cmake --build . --config Release
Description
Languages
C++
87.5%
CMake
5.8%
Objective-C++
4.6%
GLSL
1.4%
Objective-C
0.5%
Other
0.2%