I’ve done some searching but still confused.
I need to blend 2 different Texture2D objects.
What I have done so far is convert each Texture2D to a TextureSampler, and then take the result into a Lerp.
I think this works to blend the textures but then I still have to convert the Float3 from the Lerp to a Texture2D Object.