Files
palladium/include/pd/drivers/drivers.hpp
TobiD7 e04046720b Work at 3ds support and backend upgrades
- Track textures (not sure if this is done tbh)
- Add lithium formatters and move TextureID, TextureFormat and TextureFilter to lithium
- Only include gl-helper if any glDriver is included
- Add Li::Rect for UV stuff
- Add Li::Texture as Info holder (still thinking of making them to ptrs
- Add Check if textures are still loaded on exit
2026-03-18 09:31:47 +01:00

5 lines
77 B
C++
Executable File

#pragma once
#include <pd/drivers/gfx.hpp>
#include <pd/drivers/os.hpp>