mirror of https://github.com/AxioDL/metaforce.git
Windows fixes
This commit is contained in:
parent
4c3323778a
commit
7b4bf7582f
|
@ -96,7 +96,7 @@ void TextView::Resources::init(boo::ID3DDataFactory* factory, FontCache* fcache)
|
||||||
" float3 uvIn[4] : UV;\n"
|
" float3 uvIn[4] : UV;\n"
|
||||||
" float4 colorIn : COLOR;\n"
|
" float4 colorIn : COLOR;\n"
|
||||||
"};\n"
|
"};\n"
|
||||||
SPECTER_VIEW_VERT_BLOCK_HLSL
|
SPECTER_HLSL_VIEW_VERT_BLOCK
|
||||||
"struct VertToFrag\n"
|
"struct VertToFrag\n"
|
||||||
"{\n"
|
"{\n"
|
||||||
" float4 position : SV_Position;\n"
|
" float4 position : SV_Position;\n"
|
||||||
|
|
|
@ -94,7 +94,7 @@ void View::Resources::init(boo::ID3DDataFactory* factory, const IThemeData& them
|
||||||
" float3 posIn : POSITION;\n"
|
" float3 posIn : POSITION;\n"
|
||||||
" float4 colorIn : COLOR;\n"
|
" float4 colorIn : COLOR;\n"
|
||||||
"};\n"
|
"};\n"
|
||||||
SPECTER_VIEW_VERT_BLOCK_HLSL
|
SPECTER_HLSL_VIEW_VERT_BLOCK
|
||||||
"struct VertToFrag\n"
|
"struct VertToFrag\n"
|
||||||
"{\n"
|
"{\n"
|
||||||
" float4 position : SV_Position;\n"
|
" float4 position : SV_Position;\n"
|
||||||
|
@ -125,7 +125,7 @@ void View::Resources::init(boo::ID3DDataFactory* factory, const IThemeData& them
|
||||||
" float3 posIn : POSITION;\n"
|
" float3 posIn : POSITION;\n"
|
||||||
" float2 uvIn : UV;\n"
|
" float2 uvIn : UV;\n"
|
||||||
"};\n"
|
"};\n"
|
||||||
SPECTER_VIEW_VERT_BLOCK_HLSL
|
SPECTER_HLSL_VIEW_VERT_BLOCK
|
||||||
"struct VertToFrag\n"
|
"struct VertToFrag\n"
|
||||||
"{\n"
|
"{\n"
|
||||||
" float4 position : SV_Position;\n"
|
" float4 position : SV_Position;\n"
|
||||||
|
|
Loading…
Reference in New Issue