Some more KCL fixes

This commit is contained in:
KillzXGaming 2019-09-21 17:39:19 -04:00
parent a93b28c756
commit 31be278a2f
9 changed files with 2 additions and 3 deletions

View file

@ -1968,7 +1968,7 @@
Reads and returns an <see cref="!:ResDict&lt;T&gt;"/> instance with elements of type <typeparamref name="T"/> from
the following offset or returns an empty instance if the read offset is 0.
</summary>
<typeparam name="T">The type of the <see cref="T:Syroot.NintenTools.NSW.Bfres.Core.IResData"/> elements.</typeparam>
<typeparam name="T">The type of the <see cref="!:IRes Data"/> elements.</typeparam>
<returns>The <see cref="!:ResDict&lt;T&gt;"/> instance.</returns>
</member>
<member name="M:Syroot.NintenTools.NSW.Bfres.Core.ResFileLoader.LoadList``1(System.Int32,System.Nullable{System.Int64})">

Binary file not shown.

Binary file not shown.

View file

@ -1968,7 +1968,7 @@
Reads and returns an <see cref="!:ResDict&lt;T&gt;"/> instance with elements of type <typeparamref name="T"/> from
the following offset or returns an empty instance if the read offset is 0.
</summary>
<typeparam name="T">The type of the <see cref="T:Syroot.NintenTools.NSW.Bfres.Core.IResData"/> elements.</typeparam>
<typeparam name="T">The type of the <see cref="!:IRes Data"/> elements.</typeparam>
<returns>The <see cref="!:ResDict&lt;T&gt;"/> instance.</returns>
</member>
<member name="M:Syroot.NintenTools.NSW.Bfres.Core.ResFileLoader.LoadList``1(System.Int32,System.Nullable{System.Int64})">

View file

@ -38,7 +38,6 @@ void main()
vec3 whiteInterpolation = whiteColorSRGB.rgb * textureMap0.rgb;
vec3 blackInterpolation = (vec3(1) - textureMap0.rgb) * blackColor.rgb;
vec3 colorBlend = whiteInterpolation + blackInterpolation;
float alpha = textureMap0.a * whiteColor.a;
if (ThresholdingAlphaInterpolation != 0)