Logo
Explore Help
Register Sign In
tobid7/palladium
1
0
Fork 0
You've already forked palladium
Code Issues 7 Pull Requests Actions Packages Projects Releases Wiki Activity
Files
66412ca8e0456c2c1e0cf7b97b7588c4b0a29b58
palladium/source/common.cpp

6 lines
137 B
C++
Raw Normal View History

More work to drivers - Add gfx_test - add texture loading to GfxOpenGL - add full submit code - add debug logging - add construct and destroy functionality to Pool - add command functionality - add vertex and index pools to lithium (static and not threadsafe yet) - Update GfxDriver Matrix with SetViewPort - Add glfw (only dependency of gfx_test) maybe later required for input driver
2026-03-16 17:33:46 +01:00
#include <iostream>
#include <pd/common.hpp>
Add backends - Renamed GfxOpenGL to GfxOPenGL2 - Added GfxOpenGL3 backend for OpenGL 3.3+ - Added WIP DirectX9 backend - Added structure for Citro3D - Added linear Allocator
2026-03-17 16:47:19 +01:00
PD_API void PD::Log(const std::string& txt) {
More work to drivers - Add gfx_test - add texture loading to GfxOpenGL - add full submit code - add debug logging - add construct and destroy functionality to Pool - add command functionality - add vertex and index pools to lithium (static and not threadsafe yet) - Update GfxDriver Matrix with SetViewPort - Add glfw (only dependency of gfx_test) maybe later required for input driver
2026-03-16 17:33:46 +01:00
std::cout << "[PD] " << txt << std::endl;
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 19ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API