2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-06-13 21:13:29 +00:00
metaforce/NESEmulator/CNESShader.hpp
2020-09-28 10:54:40 -10:00

15 lines
341 B
C++

#pragma once
#include "hsh/hsh.h"
#include "Graphics/CGraphics.hpp"
namespace urde::MP1 {
class CNESShader {
public:
static void BuildShaderDataBinding(hsh::binding& binding, hsh::vertex_buffer<TexUVVert> vbo,
hsh::uniform_buffer<ViewBlock> uniBuf, hsh::texture2d tex);
};
} // namespace urde::MP1