gfx ~meson (2022-03-26T21:27:26.8342465)
Dub
Repo
GlPipeline
gfx
gl3
pipeline
Undocumented in source.
package final
class
GlPipeline :
Pipeline
{
alias
GLuint
=
uint
via
import
gfx
.
bindings
.
opengl
.
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
;
;
package
GLuint
prog
;
package
PipelineInfo
info
;
this
(Device dev, GlShare share, PipelineInfo info);
void
dispose
();
Device
device
[@property getter];
}
Constructors
this
this
(Device dev, GlShare share, PipelineInfo info)
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.
Variables
info
PipelineInfo
info
;
Undocumented in source.
prog
GLuint
prog
;
Undocumented in source.
Inherited Members
From Pipeline
device
Device
device
[@property getter]
Get the parent device
Meta
Source
See Implementation
gfx
gl3
pipeline
classes
GlDescriptorPool
GlDescriptorSet
GlDescriptorSetLayout
GlFramebuffer
GlPipeline
GlPipelineLayout
GlRenderPass
GlShaderModule
structs
GlDescriptorSetBinding
unions
GlDescriptor