mirror of https://github.com/AxioDL/metaforce.git
OS X fixes
This commit is contained in:
parent
7b4bf7582f
commit
0e9011be2f
|
@ -201,7 +201,7 @@ void TextView::Resources::init(boo::MetalDataFactory* factory, FontCache* fcache
|
||||||
" float3 uvIn[4];\n"
|
" float3 uvIn[4];\n"
|
||||||
" float4 colorIn;\n"
|
" float4 colorIn;\n"
|
||||||
"};\n"
|
"};\n"
|
||||||
SPECTER_VIEW_VERT_BLOCK_METAL
|
SPECTER_METAL_VIEW_VERT_BLOCK
|
||||||
"struct VertToFrag\n"
|
"struct VertToFrag\n"
|
||||||
"{\n"
|
"{\n"
|
||||||
" float4 position [[ position ]];\n"
|
" float4 position [[ position ]];\n"
|
||||||
|
|
|
@ -197,7 +197,7 @@ void View::Resources::init(boo::MetalDataFactory* factory, const IThemeData& the
|
||||||
" float3 posIn [[ attribute(0) ]];\n"
|
" float3 posIn [[ attribute(0) ]];\n"
|
||||||
" float4 colorIn [[ attribute(1) ]];\n"
|
" float4 colorIn [[ attribute(1) ]];\n"
|
||||||
"};\n"
|
"};\n"
|
||||||
SPECTER_VIEW_VERT_BLOCK_METAL
|
SPECTER_METAL_VIEW_VERT_BLOCK
|
||||||
"struct VertToFrag\n"
|
"struct VertToFrag\n"
|
||||||
"{\n"
|
"{\n"
|
||||||
" float4 position [[ position ]];\n"
|
" float4 position [[ position ]];\n"
|
||||||
|
@ -232,7 +232,7 @@ void View::Resources::init(boo::MetalDataFactory* factory, const IThemeData& the
|
||||||
" float3 posIn [[ attribute(0) ]];\n"
|
" float3 posIn [[ attribute(0) ]];\n"
|
||||||
" float2 uvIn [[ attribute(1) ]];\n"
|
" float2 uvIn [[ attribute(1) ]];\n"
|
||||||
"};\n"
|
"};\n"
|
||||||
SPECTER_VIEW_VERT_BLOCK_METAL
|
SPECTER_METAL_VIEW_VERT_BLOCK
|
||||||
"struct VertToFrag\n"
|
"struct VertToFrag\n"
|
||||||
"{\n"
|
"{\n"
|
||||||
" float4 position [[ position ]];\n"
|
" float4 position [[ position ]];\n"
|
||||||
|
|
Loading…
Reference in New Issue