an issue where an Xlib-related Vulkan struct was not marked with the correct struct type in lwjgl3-awt
an issue where the stride of a Vulkan query pool result was set incorrectly
Furthermore, it introduces a script, build-example-project.sh that can be used to check if scenerygraphics/minimal-scenery-example-project builds correctly with the scenery version at hand. For this, the definition of the project version has been moved to gradle.properties, in order to enable running builds with a custom scenery version (e.g. via ./gradlew build -PsceneryVersion=0.10.1-my-personal-scenery.
This PR fixes:
Furthermore, it introduces a script,
build-example-project.sh
that can be used to check if scenerygraphics/minimal-scenery-example-project builds correctly with the scenery version at hand. For this, the definition of the project version has been moved togradle.properties
, in order to enable running builds with a custom scenery version (e.g. via./gradlew build -PsceneryVersion=0.10.1-my-personal-scenery
.