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

UWP support

This commit is contained in:
Jack Andersen
2017-12-05 17:25:33 -10:00
parent 532c63fe62
commit 01e0bfde7e
6 changed files with 11 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ namespace specter
{
static logvisor::Module Log("specter::View");
#if BOO_HAS_GL
static const char* GLSLSolidVS =
"#version 330\n"
BOO_GLSL_BINDING_HEAD
@@ -89,6 +90,7 @@ void View::Resources::init(boo::GLDataFactory::Context& ctx, const IThemeData& t
boo::Primitive::TriStrips, boo::ZTest::None, false, true, false,
boo::CullMode::None);
}
#endif
#if _WIN32