main
Brett 2024-07-28 13:57:42 -04:00
parent bd9db11827
commit ff2c8e3be8
5 changed files with 8 additions and 4 deletions

View File

@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.25)
set(BLT_GRAPHICS_VERSION 0.13.27)
set(BLT_GRAPHICS_VERSION 0.13.28)
set(BLT_GRAPHICS_TEST_VERSION 0.0.1)
project(BLT_WITH_GRAPHICS VERSION ${BLT_GRAPHICS_VERSION})

View File

@ -86,6 +86,10 @@ namespace blt::gfx
explicit point2d_t(const vec2f pos): pos(pos)
{}
point2d_t apply_scale(float s) const {
return {pos, scale * s};
}
};
struct render_info_t

@ -1 +1 @@
Subproject commit 394dff9cc4c31ea29867c5e2507edc831a34c19b
Subproject commit 5ab01e43dfc2956f220e5f5fb663c00078928f17

@ -1 +1 @@
Subproject commit 231cbee0fc4f59dbe5b8b853a11b08dc84e57c65
Subproject commit d42fa46dc6b68863046c22467297933dbe39bb55

@ -1 +1 @@
Subproject commit 111397c71a5f1c2c88e05da9c84edfdba2e472a4
Subproject commit a3dff1d6c17d4f202f304cd4dd37bc9052709cd1