Skip to content
New issue

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

Adds missing CMake vulkan example and remove extra white spaces #494

Merged
merged 2 commits into from
Oct 17, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
GladConfig: add vulkan example
  • Loading branch information
ltsdw committed Oct 17, 2024
commit 311119ffc7ad628c32dd9971cb521879f33a1f72
3 changes: 3 additions & 0 deletions cmake/GladConfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
# glad_add_library(glad_gl_compat_10 MODULE API gl:compatibility=1.0 EXTENSIONS GL_EXT_COMPRESSION_s3tc)
# ```
# - create a static glad library with the vulkan=1.1
# ```
# glad_add_library(glad_vulkan_11 STATIC API vulkan=1.1)
# ```

# Extract specification, profile and version from a string
# examples:
Expand Down