diff --git a/specter/lib/TextView.cpp b/specter/lib/TextView.cpp index b5f923d60..24f76083e 100644 --- a/specter/lib/TextView.cpp +++ b/specter/lib/TextView.cpp @@ -201,7 +201,7 @@ void TextView::Resources::init(boo::MetalDataFactory* factory, FontCache* fcache " float3 uvIn[4];\n" " float4 colorIn;\n" "};\n" - SPECTER_VIEW_VERT_BLOCK_METAL + SPECTER_METAL_VIEW_VERT_BLOCK "struct VertToFrag\n" "{\n" " float4 position [[ position ]];\n" diff --git a/specter/lib/View.cpp b/specter/lib/View.cpp index 92bb0dcef..9f8a67c98 100644 --- a/specter/lib/View.cpp +++ b/specter/lib/View.cpp @@ -197,7 +197,7 @@ void View::Resources::init(boo::MetalDataFactory* factory, const IThemeData& the " float3 posIn [[ attribute(0) ]];\n" " float4 colorIn [[ attribute(1) ]];\n" "};\n" - SPECTER_VIEW_VERT_BLOCK_METAL + SPECTER_METAL_VIEW_VERT_BLOCK "struct VertToFrag\n" "{\n" " float4 position [[ position ]];\n" @@ -232,7 +232,7 @@ void View::Resources::init(boo::MetalDataFactory* factory, const IThemeData& the " float3 posIn [[ attribute(0) ]];\n" " float2 uvIn [[ attribute(1) ]];\n" "};\n" - SPECTER_VIEW_VERT_BLOCK_METAL + SPECTER_METAL_VIEW_VERT_BLOCK "struct VertToFrag\n" "{\n" " float4 position [[ position ]];\n"