gfx ~reborn (2022-03-31T11:44:27.7929122)
Dub
Repo
GlRenderPass
gfx
gl3
pipeline
Undocumented in source.
package final
class
GlRenderPass :
RenderPass
{
enum
atomicRcCode
; via
import
gfx
.
core
.
rc
:
atomicRcCode
;
;
package
AttachmentDescription
[]
attachments
;
package
SubpassDescription
[]
subpasses
;
package
SubpassDependency
[]
deps
;
this
(AttachmentDescription[] attachments, SubpassDescription[] subpasses, SubpassDependency[] dependencies);
void
dispose
();
}
Constructors
this
this
(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.
Variables
attachments
AttachmentDescription
[]
attachments
;
Undocumented in source.
deps
SubpassDependency
[]
deps
;
Undocumented in source.
subpasses
SubpassDescription
[]
subpasses
;
Undocumented in source.
Meta
Source
See Implementation
gfx
gl3
pipeline
classes
GlDescriptorPool
GlDescriptorSet
GlDescriptorSetLayout
GlFramebuffer
GlPipeline
GlPipelineLayout
GlRenderPass
GlShaderModule
structs
GlDescriptorSetBinding
unions
GlDescriptor