This commit is contained in:
James Seibel
2026-03-09 11:48:07 -05:00
parent 18acb5d101
commit 5c5de3c744
2 changed files with 9 additions and 2 deletions
@@ -45,7 +45,12 @@ import java.util.OptionalDouble;
import java.util.OptionalInt;
/**
* TODO ???
* Copies the given color texture
* where the depth (or another attribute) is valid.
* Often used to apply post processing effects or
* the DH texture to MC's color texture. <br><br>
*
* @see McCopyRenderer
*/
public class DhApplyRenderer
{
@@ -41,7 +41,9 @@ import java.util.OptionalDouble;
import java.util.OptionalInt;
/**
* TODO ???
* Blindly copies one texture into another.
*
* @see DhApplyRenderer
*/
public class McCopyRenderer
{