DeferredExample.DeferredFrameData

Undocumented in source.

Constructors

this
this(ImageBase swcColor, CommandBuffer tempBuf)
Undocumented in source.

Members

Functions

dispose
void dispose()
Undocumented in source. Be warned that the author may not have intended to support it.
prepareDescriptors
void prepareDescriptors()
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

FbImage
struct FbImage
Undocumented in source.

Variables

blendDescriptorSet
DescriptorSet blendDescriptorSet;
Undocumented in source.
blendFramebuffer
Rc!Framebuffer blendFramebuffer;
Undocumented in source.
bloomBase
FbImage bloomBase;
Undocumented in source.
bloomDescriptorSets
DescriptorSet[] bloomDescriptorSets;
Undocumented in source.
blurH
FbImage blurH;
Undocumented in source.
blurHFramebuffer
Rc!Framebuffer blurHFramebuffer;
Undocumented in source.
blurV
FbImage blurV;
Undocumented in source.
blurVFramebuffer
Rc!Framebuffer blurVFramebuffer;
Undocumented in source.
cmdBuf
PrimaryCommandBuffer cmdBuf;

Command buffer

color
FbImage color;
Undocumented in source.
deferredFramebuffer
Rc!Framebuffer deferredFramebuffer;
Undocumented in source.
depth
FbImage depth;

depth buffer

descriptorPool
Rc!DescriptorPool descriptorPool;

Descriptors

hdrScene
FbImage hdrScene;
Undocumented in source.
lightAttachDescriptorSet
DescriptorSet lightAttachDescriptorSet;
Undocumented in source.
normal
FbImage normal;
Undocumented in source.
worldPos
FbImage worldPos;
Undocumented in source.

Meta