MCPcopy Create free account
hub / github.com/google/gapid / depth

Method depth

gapis/api/gles/read_framebuffer.go:58–67  ·  view source on GitHub ↗
(
	id api.CmdID,
	thread uint64,
	fb FramebufferId,
	res replay.Result)

Source from the content-addressed store, hash-verified

56}
57
58func (t *readFramebuffer) depth(
59 id api.CmdID,
60 thread uint64,
61 fb FramebufferId,
62 res replay.Result) {
63
64 t.Add(id, func(ctx context.Context, out transform.Writer) {
65 postFBData(ctx, id, thread, 0, 0, fb, GLenum_GL_DEPTH_ATTACHMENT, t.targetVersion, out, res)
66 })
67}
68
69func (t *readFramebuffer) color(
70 id api.CmdID,

Callers 1

ReplayMethod · 0.95

Calls 2

postFBDataFunction · 0.85
AddMethod · 0.65

Tested by

no test coverage detected