galaxy 1.0.0
Real-Time C++23 Game Programming Framework. Built on data-driven design principles and agile software engineering.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages Concepts
Shaders.hpp File Reference
#include "galaxy/graphics/gl/Shader.hpp"
#include "galaxy/resource/Cache.hpp"
#include "galaxy/resource/Loader.hpp"
+ Include dependency graph for Shaders.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  galaxy
 Timer.hpp galaxy.
 
namespace  galaxy::resource
 

Typedefs

using galaxy::resource::Shaders = Cache<graphics::Shader, Loader<graphics::Shader>>
 Abbreviation for font cache.