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

Vulkan sync

This commit is contained in:
Jack Andersen
2016-03-23 22:16:30 -10:00
parent 23977d6097
commit 737b688295
2 changed files with 3 additions and 3 deletions

View File

@@ -289,7 +289,7 @@ void TextView::Resources::init(boo::VulkanDataFactory* factory, FontCache* fcach
m_regular =
factory->newShaderPipeline(GLSLVS, GLSLFSReg, m_vtxFmt,
boo::BlendFactor::SrcAlpha, boo::BlendFactor::InvSrcAlpha,
false, false, false);
boo::Primitive::TriStrips, false, false, false);
}
#endif