gfx v0.1.0 (2018-12-16T20:49:04Z)
Dub
Repo
ShadowExample.PerImage
shadow
ShadowExample
Undocumented in source.
class
ShadowExample
final
class
PerImage :
Disposable
{
ImageBase
color
;
Rc
!
ImageView
colorView
;
Rc
!
Image
depth
;
Rc
!
ImageView
depthView
;
Rc
!
Framebuffer
meshFramebuffer
;
void
dispose
();
}
Members
Functions
dispose
void
dispose
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
color
ImageBase
color
;
Undocumented in source.
colorView
Rc
!
ImageView
colorView
;
Undocumented in source.
depth
Rc
!
Image
depth
;
Undocumented in source.
depthView
Rc
!
ImageView
depthView
;
Undocumented in source.
meshFramebuffer
Rc
!
Framebuffer
meshFramebuffer
;
Undocumented in source.
Inherited Members
From Disposable
dispose
void
dispose
()
Dispose the underlying resource
Meta
Source
See Implementation
shadow
ShadowExample
classes
PerImage
constructors
this
functions
dispose
prepare
prepareDescriptors
prepareFramebuffers
prepareMeshPipeline
prepareMeshRenderPass
preparePipelines
prepareSceneAndResources
prepareShadowPipeline
prepareShadowRenderPass
recordCmds
render
updateBuffers
manifest constants
maxLights
shadowSize
structs
Light
LightBlk
Mesh
MeshFsLights
MeshFsMaterial
MeshVsLocals
ShadowVsLocals
Vertex
variables
descPool
framebuffers
indBuf
ligUniformBuf
lights
meshDS
meshDSLayout
meshLayout
meshPipeline
meshRenderPass
meshShadowView
meshUniformBuf
meshes
shadowDS
shadowDSLayout
shadowFinishedSem
shadowFramebuffer
shadowLayout
shadowPipeline
shadowRenderPass
shadowSampler
shadowTex
vertBuf