glFramebufferRenderbuffer¶
attach a renderbuffer as a logical buffer of a framebuffer object
function glFramebufferRenderbuffer(int $target, int $attachment, int $renderbuffertarget, int $renderbuffer) : void
- arguments
-
int$targetSpecifies the target to which the framebuffer is bound for glFramebufferRenderbuffer.int$attachmentSpecifies the attachment point of the framebuffer.int$renderbuffertargetSpecifies the renderbuffer target. Must beGL_RENDERBUFFER .int$renderbufferSpecifies the name of an existing renderbuffer object of type renderbuffertarget to attach.
- returns
-
void
Copyright © 2010-2014 Khronos Group
This material may be distributed subject to the terms and conditions set forth in the Open Publication License, v 1.0, 8 June 1999. https://opencontent.org/openpub/.