gfx v0.2.0 (2020-11-15T11:15:14Z)
Dub
Repo
GlFramebuffer
gfx
gl3
pipeline
Undocumented in source.
package final
class
GlFramebuffer :
Framebuffer
{
class
Gl
via
import
gfx
.
bindings
.
opengl
.
gl
:
Gl
,
GLuint
;
;
alias
GLuint
=
uint
via
import
gfx
.
bindings
.
opengl
.
gl
:
Gl
,
GLuint
;
;
enum
atomicRcCode
; via
import
gfx
.
core
.
rc
:
atomicRcCode
,
Rc
;
;
struct
Rc
(T)
via
import
gfx
.
core
.
rc
:
atomicRcCode
,
Rc
;
;
class
GlShare
via
import
gfx
.
gl3
:
GlShare
;
;
class
GlImageView
via
import
gfx
.
gl3
.
resource
:
GlImageView
;
;
this
(GlShare share, GlRenderPass rp, GlImageView[] attachments, uint width, uint height, uint layers);
GLuint
name
[@property getter];
void
dispose
();
Device
device
[@property getter];
}
Constructors
this
this
(GlShare share, GlRenderPass rp, GlImageView[] attachments, uint width, uint height, uint layers)
Undocumented in source.
Members
Functions
dispose
void
dispose
()
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
device
Device
device
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
name
GLuint
name
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From Framebuffer
device
Device
device
[@property getter]
Get the device that issued the framebuffer
Meta
Source
See Implementation
gfx
gl3
pipeline
classes
GlDescriptorPool
GlDescriptorSet
GlDescriptorSetLayout
GlFramebuffer
GlPipeline
GlPipelineLayout
GlRenderPass
GlShaderModule
structs
GlDescriptorSetBinding
unions
GlDescriptor