2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-06-08 11:13:29 +00:00
metaforce/Runtime/Graphics/Shaders/CLineRendererShaders.hpp
2020-09-28 10:54:40 -10:00

17 lines
289 B
C++

#pragma once
#include <array>
#include "hsh/hsh.h"
namespace urde {
class CLineRenderer;
class CLineRendererShaders {
public:
static void BindShader(CLineRenderer& renderer, hsh::texture2d texture, bool additive,
hsh::Compare zcomp);
};
} // namespace urde