MCPcopy Create free account
hub / github.com/golang/mobile / BindFramebuffer

Method BindFramebuffer

gl/interface.go:47–47  ·  view source on GitHub ↗

BindFramebuffer binds a framebuffer. http://www.khronos.org/opengles/sdk/docs/man3/html/glBindFramebuffer.xhtml

(target Enum, fb Framebuffer)

Source from the content-addressed store, hash-verified

45 //
46 // http://www.khronos.org/opengles/sdk/docs/man3/html/glBindFramebuffer.xhtml
47 BindFramebuffer(target Enum, fb Framebuffer)
48
49 // BindRenderbuffer binds a render buffer.
50 //

Callers

nothing calls this directly

Implementers 1

contextgl/work_other.go

Calls

no outgoing calls

Tested by

no test coverage detected