DeferredBuffers

Undocumented in source.

Constructors

this
this(DeferredExample ex, size_t saucerCount)
Undocumented in source.

Members

Functions

dispose
void dispose()
Undocumented in source. Be warned that the author may not have intended to support it.
flush
void flush(Device device)
Undocumented in source. Be warned that the author may not have intended to support it.
prepareMeshBuffers
void prepareMeshBuffers(DeferredExample ex)
Undocumented in source. Be warned that the author may not have intended to support it.
prepareUboBuffers
void prepareUboBuffers(DeferredExample ex, size_t saucerCount)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

geomFrameUbo
DynBuffer!GeomFrameUbo geomFrameUbo;
Undocumented in source.
geomModelUbo
DynBuffer!GeomModelUbo geomModelUbo;
Undocumented in source.
hiResSphere
MeshBuffer hiResSphere;
Undocumented in source.
invertedSphere
MeshBuffer invertedSphere;
Undocumented in source.
lightFrameUbo
DynBuffer!LightFrameUbo lightFrameUbo;
Undocumented in source.
lightModelUbo
DynBuffer!LightModelUbo lightModelUbo;
Undocumented in source.
loResSphere
MeshBuffer loResSphere;
Undocumented in source.
square
MeshBuffer square;
Undocumented in source.

Meta