mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2025-02-16 22:08:26 +00:00
Some more KCL fixes
This commit is contained in:
parent
a93b28c756
commit
31be278a2f
9 changed files with 2 additions and 3 deletions
Binary file not shown.
Binary file not shown.
|
@ -1968,7 +1968,7 @@
|
||||||
Reads and returns an <see cref="!:ResDict<T>"/> instance with elements of type <typeparamref name="T"/> from
|
Reads and returns an <see cref="!:ResDict<T>"/> instance with elements of type <typeparamref name="T"/> from
|
||||||
the following offset or returns an empty instance if the read offset is 0.
|
the following offset or returns an empty instance if the read offset is 0.
|
||||||
</summary>
|
</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<T>"/> instance.</returns>
|
<returns>The <see cref="!:ResDict<T>"/> instance.</returns>
|
||||||
</member>
|
</member>
|
||||||
<member name="M:Syroot.NintenTools.NSW.Bfres.Core.ResFileLoader.LoadList``1(System.Int32,System.Nullable{System.Int64})">
|
<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.
Binary file not shown.
Binary file not shown.
|
@ -1968,7 +1968,7 @@
|
||||||
Reads and returns an <see cref="!:ResDict<T>"/> instance with elements of type <typeparamref name="T"/> from
|
Reads and returns an <see cref="!:ResDict<T>"/> instance with elements of type <typeparamref name="T"/> from
|
||||||
the following offset or returns an empty instance if the read offset is 0.
|
the following offset or returns an empty instance if the read offset is 0.
|
||||||
</summary>
|
</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<T>"/> instance.</returns>
|
<returns>The <see cref="!:ResDict<T>"/> instance.</returns>
|
||||||
</member>
|
</member>
|
||||||
<member name="M:Syroot.NintenTools.NSW.Bfres.Core.ResFileLoader.LoadList``1(System.Int32,System.Nullable{System.Int64})">
|
<member name="M:Syroot.NintenTools.NSW.Bfres.Core.ResFileLoader.LoadList``1(System.Int32,System.Nullable{System.Int64})">
|
||||||
|
|
|
@ -38,7 +38,6 @@ void main()
|
||||||
vec3 whiteInterpolation = whiteColorSRGB.rgb * textureMap0.rgb;
|
vec3 whiteInterpolation = whiteColorSRGB.rgb * textureMap0.rgb;
|
||||||
vec3 blackInterpolation = (vec3(1) - textureMap0.rgb) * blackColor.rgb;
|
vec3 blackInterpolation = (vec3(1) - textureMap0.rgb) * blackColor.rgb;
|
||||||
|
|
||||||
|
|
||||||
vec3 colorBlend = whiteInterpolation + blackInterpolation;
|
vec3 colorBlend = whiteInterpolation + blackInterpolation;
|
||||||
float alpha = textureMap0.a * whiteColor.a;
|
float alpha = textureMap0.a * whiteColor.a;
|
||||||
if (ThresholdingAlphaInterpolation != 0)
|
if (ThresholdingAlphaInterpolation != 0)
|
||||||
|
|
Loading…
Add table
Reference in a new issue