This website requires JavaScript.
Explore
Help
Register
Sign In
tobid7
/
palladium
Watch
1
Star
0
Fork
0
You've already forked palladium
Code
Issues
7
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
fe9194b90778cfc9e3c7e588552f42ac6ddbd4ca
palladium
/
include
/
pd
/
drivers
/
drivers.hpp
4 lines
75 B
C++
Raw
Normal View
History
Unescape
Escape
# Rewrite 5 - Move Libraries Source into pd directory and give them all their own CMakeLists.txt - Partial rewrite core (color, autogenerated vec), lithium (now uses UNIQUE PTR for Commands), UI7 - Use MenuV2 as new standart in UI7 - Implementz ViewPort Pre alpha to UI7 - Add Line Drawing to DrawList (not Working) - Implement a Complete new drievrs API (static Drivers) - NO SUPPORT FOR SHARED LIBRARY BUILDS IN VERSION 5 YET - Add Tools to Autogenerate Headers and Stuff
2025-06-22 21:05:09 +02:00
#
pragma once
# Work at gfx driver system - Update pool to use template allocator directly instead of std::vector - Add a GfxDriver config Template to be able to modify settings like allocators / Types for specific Drivers - Add glad
2026-03-16 15:19:12 +01:00
#
include
<pd/drivers/os.hpp>
#
include
<pd/drivers/gfx.hpp>
Reference in New Issue
Copy Permalink