From 810c6b0ff427f89438f366426324ba304bd15d0c Mon Sep 17 00:00:00 2001 From: Josh Britain <50422789+jbritain@users.noreply.github.com> Date: Mon, 20 Jan 2025 19:41:33 +0000 Subject: [PATCH] depth tex clarification --- src/content/docs/aperture/migration.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/aperture/migration.mdx b/src/content/docs/aperture/migration.mdx index 6cd13ef..c515736 100644 --- a/src/content/docs/aperture/migration.mdx +++ b/src/content/docs/aperture/migration.mdx @@ -121,7 +121,7 @@ void main() { ## Buffers -The depth textures are `depthTex` and `solidDepthTex`, replacing `depthtex0` and `depthtex1`. Note that `depthTex` is not available before translucents are rendered, so make sure to use `solidDepthTex` in this case. +The depth textures are `mainDepthTex` and `solidDepthTex`, replacing `depthtex0` and `depthtex1`. ## Uniforms