diff options
| author | realtradam <[email protected]> | 2023-06-16 01:15:57 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2023-06-16 01:15:57 -0400 |
| commit | 94625b3133193acd22b68595fe922b7228528b11 (patch) | |
| tree | f7e358545f5043df20695d0cf51dcf8caa10cb12 /src/gfx/irodeo_gfx_t.h | |
| parent | acc9db32d765728b63162d6fc74a278d0da10b83 (diff) | |
| download | RodeoKit-94625b3133193acd22b68595fe922b7228528b11.tar.gz RodeoKit-94625b3133193acd22b68595fe922b7228528b11.zip | |
fix matrix wrapper as well as a lot of refactoring cleanupmatrixtemp
Diffstat (limited to 'src/gfx/irodeo_gfx_t.h')
| -rw-r--r-- | src/gfx/irodeo_gfx_t.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gfx/irodeo_gfx_t.h b/src/gfx/irodeo_gfx_t.h index f0cf5e6..5320d82 100644 --- a/src/gfx/irodeo_gfx_t.h +++ b/src/gfx/irodeo_gfx_t.h @@ -45,7 +45,7 @@ struct irodeo_gfx_state_t; struct -irodeo_gfx_texture_internal +irodeo_gfx_texture_2d { bgfx_texture_handle_t texture_bgfx; }; |
