gfx ~meson (2022-03-26T21:27:26.8342465)
Dub
Repo
GlRenderPass
gfx
gl3
pipeline
Undocumented in source.
package final
class
GlRenderPass :
RenderPass
{
enum
atomicRcCode
; via
import
gfx
.
core
.
rc
:
atomicRcCode
,
Rc
;
;
struct
Rc
(T)
via
import
gfx
.
core
.
rc
:
atomicRcCode
,
Rc
;
;
package
AttachmentDescription
[]
attachments
;
package
SubpassDescription
[]
subpasses
;
package
SubpassDependency
[]
deps
;
this
(Device device, AttachmentDescription[] attachments, SubpassDescription[] subpasses, SubpassDependency[] dependencies);
void
dispose
();
Device
device
[@property getter];
}
Constructors
this
this
(Device device, AttachmentDescription[] attachments, SubpassDescription[] subpasses, SubpassDependency[] dependencies)
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
attachments
AttachmentDescription
[]
attachments
;
Undocumented in source.
deps
SubpassDependency
[]
deps
;
Undocumented in source.
subpasses
SubpassDescription
[]
subpasses
;
Undocumented in source.
Inherited Members
From RenderPass
device
Device
device
[@property getter]
Get the device that issued the render pass
Meta
Source
See Implementation
gfx
gl3
pipeline
classes
GlDescriptorPool
GlDescriptorSet
GlDescriptorSetLayout
GlFramebuffer
GlPipeline
GlPipelineLayout
GlRenderPass
GlShaderModule
structs
GlDescriptorSetBinding
unions
GlDescriptor