We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am getting compile errors related to the shaders in include/mbgl/shaders/vulkan
include/mbgl/shaders/vulkan
/home/bart/maplibre-native/include/mbgl/shaders/vulkan/background.hpp:10:5: error: unterminated raw string 10 | R"( | ^ /home/bart/maplibre-native/include/mbgl/shaders/vulkan/background.hpp:15:2: warning: missing terminating " character 15 | )" | ^ /home/bart/maplibre-native/include/mbgl/shaders/vulkan/background.hpp:15:2: error: missing terminating " character /home/bart/maplibre-native/include/mbgl/shaders/vulkan/background.hpp:10:5: error: stray 'R' in program 10 | R"( | ^~~ /home/bart/maplibre-native/include/mbgl/shaders/vulkan/background.hpp:10:5: note: in definition of macro 'BACKGROUND_SHADER_COMMON' 10 | R"( | ^~~ /home/bart/maplibre-native/include/mbgl/shaders/vulkan/background.hpp:10:5: error: stray 'R' in program 10 | R"( | ^~~ /home/bart/maplibre-native/include/mbgl/shaders/vulkan/background.hpp:10:5: note: in definition of macro 'BACKGROUND_SHADER_COMMON' 10 | R"( | ^~~ /home/bart/maplibre-native/include/mbgl/shaders/vulkan/background.hpp:10:5: error: stray 'R' in program 10 | R"( | ^~~ /home/bart/maplibre-native/include/mbgl/shaders/vulkan/background.hpp:10:5: note: in definition of macro 'BACKGROUND_SHADER_COMMON' 10 | R"( | ^~~ /home/bart/maplibre-native/include/mbgl/shaders/vulkan/background.hpp:10:5: error: stray 'R' in program 10 | R"( | ^~~ /home/bart/maplibre-native/include/mbgl/shaders/vulkan/background.hpp:10:5: note: in definition of macro 'BACKGROUND_SHADER_COMMON' 10 | R"( | ^~~ /home/bart/maplibre-native/include/mbgl/shaders/vulkan/background.hpp:15:1: error: expected unqualified-id before ')' token 15 | )"
We should refactor this code so that we do not have to use #define.
#define
The text was updated successfully, but these errors were encountered:
adrian-cojocaru
Successfully merging a pull request may close this issue.
I am getting compile errors related to the shaders in
include/mbgl/shaders/vulkan
We should refactor this code so that we do not have to use
#define
.The text was updated successfully, but these errors were encountered: