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)

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