2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-06-08 11:53:28 +00:00
metaforce/Runtime/Graphics/Shaders/CDecalShaders.hpp
Luke Street c8ba49bb50 CElementGenShaders, CDecalShaders fixes
Add conditions for HSH_PROFILE_MODE
2020-10-21 01:12:07 -04:00

14 lines
227 B
C++

#pragma once
#include "hsh/hsh.h"
namespace urde {
struct CQuadDecal;
class CDecalShaders {
public:
static void BuildShaderDataBinding(hsh::binding& binding, CQuadDecal& decal, hsh::texture2d tex);
};
} // namespace urde