Skip to content

Resolved Depth Buffer bug #1452

Description

@Akabenko

PAC3 models is invisible in resolved depth buffer.

Run this code. NeedsDepthPass activate render of depth buffer. And then check PAC3 models on Reaolved depth texture.

hook.Run("NeedsDepthPass", "ResolvedDepthBuffer", function()
return true end)

hook.Add("HUDPaint", "DebugDepth", function()
render.DrawTextureToScreen(render.GetResolvedFullFrameDepth())
end)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions