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
$target
Specifies the target to which the framebuffer is bound for glFramebufferRenderbuffer.int
$attachment
Specifies the attachment point of the framebuffer.int
$renderbuffertarget
Specifies the renderbuffer target. Must beGL_RENDERBUFFER .int
$renderbuffer
Specifies 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/.