#include <neogfx/neogfx.hpp>
#include <neolib/core/jar.hpp>
#include <neolib/core/set.hpp>
#include <neogfx/gfx/i_shader.hpp>
#include <neogfx/gfx/i_rendering_engine.hpp>
#include "shader.glsl.hpp"
#include "shader.glsl-gles.hpp"
Go to the source code of this file.
|
| #define | cache_uniform(uniformName) cached_uniform uniformName = { *this, #uniformName }; |
| |
| #define | cache_shared_uniform(uniformName) cached_uniform uniformName = { *this, #uniformName, true }; |
| |
◆ cache_shared_uniform
| #define cache_shared_uniform |
( |
|
uniformName | ) |
cached_uniform uniformName = { *this, #uniformName, true }; |
◆ cache_uniform
| #define cache_uniform |
( |
|
uniformName | ) |
cached_uniform uniformName = { *this, #uniformName }; |