![]() |
galaxy 1.0.0
Real-Time C++23 Game Programming Framework. Built on data-driven design principles and agile software engineering.
|
#include <glad/glad.h>
#include "galaxy/core/Config.hpp"
#include "galaxy/core/ServiceLocator.hpp"
#include "GaussianBlur.hpp"
Go to the source code of this file.
Namespaces | |
namespace | galaxy |
Animated.cpp galaxy. | |
namespace | galaxy::graphics |
Variables | |
constexpr const char *const | gaussianblur_vert |
GaussianBlur.cpp galaxy. | |
constexpr const char *const | gaussianblur_frag |
|
constexpr |
GaussianBlur.cpp galaxy.
Refer to LICENSE.txt for more details. Basic vertex shader.
Definition at line 18 of file GaussianBlur.cpp.
|
constexpr |
Definition at line 42 of file GaussianBlur.cpp.