Commit 623bace5 authored by mercury233's avatar mercury233

wtf fixes

parent 44a0eaf0
Library/ [Ll]ibrary/
Temp/ [Tt]emp/
.vs/ [Oo]bj/
*.sln [Bb]uild/
[Bb]uilds/
Assets/AssetStoreTools*
# Visual Studio cache directory
/.vs/
# Autogenerated VS/MD/Consulo solution and project files
ExportedObj/
.consulo/
*.csproj *.csproj
*.unityproj
*.sln
*.suo
*.tmp
*.user
*.userprefs
*.pidb
*.booproj
*.svd
*.pdb
# Unity3D generated meta files
*.pidb.meta
*.pdb.meta
# Unity3D Generated File On Crash Reports
sysinfo.txt
# Builds
*.apk
*.unitypackage
...@@ -56,6 +56,7 @@ Category { ...@@ -56,6 +56,7 @@ Category {
v2f vert (appdata_t v) v2f vert (appdata_t v)
{ {
v2f o; v2f o;
UNITY_INITIALIZE_OUTPUT(v2f, o);
o.vertex = UnityObjectToClipPos(v.vertex); o.vertex = UnityObjectToClipPos(v.vertex);
//o.color = v.color; //o.color = v.color;
o.texcoord = TRANSFORM_TEX(v.texcoord,_MainTex); o.texcoord = TRANSFORM_TEX(v.texcoord,_MainTex);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment