mirror of https://github.com/AxioDL/metaforce.git
Fixed function sigs
This commit is contained in:
parent
f53127290d
commit
382016d4d7
|
@ -79,7 +79,7 @@ void View::Resources::init(boo::GLDataFactory* factory, const ThemeData& theme)
|
|||
|
||||
#if _WIN32
|
||||
|
||||
void View::Resources::init(boo::ID3DDataFactory* factory)
|
||||
void View::Resources::init(boo::ID3DDataFactory* factory, const ThemeData& theme)
|
||||
{
|
||||
static const char* SolidVS =
|
||||
"struct VertData\n"
|
||||
|
@ -176,7 +176,7 @@ void View::Resources::init(boo::ID3DDataFactory* factory)
|
|||
|
||||
#elif BOO_HAS_METAL
|
||||
|
||||
void View::Resources::init(boo::MetalDataFactory* factory)
|
||||
void View::Resources::init(boo::MetalDataFactory* factory, const ThemeData& theme)
|
||||
{
|
||||
static const char* SolidVS =
|
||||
"#include <metal_stdlib>\n"
|
||||
|
|
Loading…
Reference in New Issue