mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-06-07 16:33:28 +00:00
14 lines
237 B
C++
14 lines
237 B
C++
#pragma once
|
|
|
|
#include "hsh/hsh.h"
|
|
|
|
namespace metaforce {
|
|
struct CQuadDecal;
|
|
|
|
class CDecalShaders {
|
|
public:
|
|
static void BuildShaderDataBinding(hsh::binding& binding, CQuadDecal& decal, hsh::texture2d tex);
|
|
};
|
|
|
|
} // namespace metaforce
|