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)
| 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, |