mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 18:27:42 +00:00
Fixed function sigs
This commit is contained in:
@@ -79,7 +79,7 @@ void View::Resources::init(boo::GLDataFactory* factory, const ThemeData& theme)
|
|||||||
|
|
||||||
#if _WIN32
|
#if _WIN32
|
||||||
|
|
||||||
void View::Resources::init(boo::ID3DDataFactory* factory)
|
void View::Resources::init(boo::ID3DDataFactory* factory, const ThemeData& theme)
|
||||||
{
|
{
|
||||||
static const char* SolidVS =
|
static const char* SolidVS =
|
||||||
"struct VertData\n"
|
"struct VertData\n"
|
||||||
@@ -176,7 +176,7 @@ void View::Resources::init(boo::ID3DDataFactory* factory)
|
|||||||
|
|
||||||
#elif BOO_HAS_METAL
|
#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 =
|
static const char* SolidVS =
|
||||||
"#include <metal_stdlib>\n"
|
"#include <metal_stdlib>\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user