-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ImGuiIntegration: test text rendering.
Mainly to test that font atlas upload and sampling works, especially when using single-channel format + swizzling on OpenGL and GLES3
- Loading branch information
Showing
3 changed files
with
49 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
# 2020, 2021, 2022, 2023, 2024 | ||
# Vladimír Vondruš <[email protected]> | ||
# Copyright © 2018 Jonathan Hale <[email protected]> | ||
# Copyright © 2022 Pablo Escobar <[email protected]> | ||
# Copyright © 2022, 2024 Pablo Escobar <[email protected]> | ||
# | ||
# Permission is hereby granted, free of charge, to any person obtaining a | ||
# copy of this software and associated documentation files (the "Software"), | ||
|
@@ -63,6 +63,7 @@ if(MAGNUM_BUILD_GL_TESTS) | |
ContextTestFiles/draw.png | ||
ContextTestFiles/draw-scissor.png | ||
ContextTestFiles/draw-texture.png | ||
ContextTestFiles/draw-text.png | ||
ContextTestFiles/texture.png) | ||
target_include_directories(ImGuiContextGLTest PRIVATE ${CMAKE_CURRENT_BINARY_DIR}) | ||
if(MAGNUM_IMGUIINTEGRATION_BUILD_STATIC) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.