mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-22 12:33:12 +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
|
||||
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<T>"/> 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.
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
|
||||
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<T>"/> instance.</returns>
|
||||
</member>
|
||||
<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 blackInterpolation = (vec3(1) - textureMap0.rgb) * blackColor.rgb;
|
||||
|
||||
|
||||
vec3 colorBlend = whiteInterpolation + blackInterpolation;
|
||||
float alpha = textureMap0.a * whiteColor.a;
|
||||
if (ThresholdingAlphaInterpolation != 0)
|
||||
|
|
Loading…
Reference in a new issue