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

Fractional element dimensions fix #502

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

mwl4
Copy link
Contributor

@mwl4 mwl4 commented Aug 22, 2023

This PR attempts to fix #438

For more information go to the issue page.

  • GL2 renderer support
  • GL3 renderer support
  • SDL renderer support
  • Vulkan renderer support

Tested on Windows, Vulkan.
cmake -A x64 -DCMAKE_BUILD_TYPE=Debug -DCMAKE_POLICY_DEFAULT_CMP0091=NEW -DCMAKE_MSVC_RUNTIME_LIBRARY=MultiThreadedDebug -B Build -S . -DBUILD_SAMPLES=ON -DBUILD_TESTING=ON -DDISABLE_RTTI_AND_EXCEPTIONS=OFF -DBUILD_LUA_BINDINGS=ON -DBUILD_LUA_BINDINGS_FOR_LUAJIT=ON -DLUAJIT_INCLUDE_DIR="%userprofile%/LuaJIT/include" -DLUAJIT_LIBRARY="%userprofile%/LuaJIT/bin/win_x64_debug_static/lua51.lib" -DBUILD_SHARED_LIBS=OFF -DNO_THIRDPARTY_CONTAINERS=ON

@mwl4 mwl4 force-pushed the fractional_element_dimensions_fix branch from 7b6dbc0 to a940127 Compare August 24, 2023 13:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fractional element dimensions not properly rendered
1 participant