2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-14 14:06:09 +00:00

Implement Metal CLineRenderer shaders

This commit is contained in:
Jack Andersen
2016-02-17 21:36:36 -10:00
parent 8cd46293c2
commit 5a0fb04e03
5 changed files with 175 additions and 1 deletions

View File

@@ -26,6 +26,9 @@ private:
static boo::IShaderPipeline* m_noTexAlpha;
static boo::IShaderPipeline* m_noTexAdditive;
static boo::IVertexFormat* m_texVtxFmt;
static boo::IVertexFormat* m_noTexVtxFmt;
static std::unique_ptr<IDataBindingFactory> m_bindFactory;
static boo::GraphicsDataToken m_gfxToken;