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

Method GetFramebufferAttachmentInfo

gapis/api/api.go:47–47  ·  view source on GitHub ↗

GetFramebufferAttachmentInfo returns the width, height, and format of the specified framebuffer attachment. It also returns an API specific index that maps the given attachment into an API specific representation.

(
		ctx context.Context,
		after []uint64,
		state *GlobalState,
		thread uint64,
		attachment FramebufferAttachment)

Source from the content-addressed store, hash-verified

45 // It also returns an API specific index that maps the given attachment into
46 // an API specific representation.
47 GetFramebufferAttachmentInfo(
48 ctx context.Context,
49 after []uint64,
50 state *GlobalState,

Callers 1

ResolveMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected