gfx ~reborn (2022-03-31T11:44:27.7929122)
Dub
Repo
StencilExample.PerImage
stencil
StencilExample
Undocumented in source.
class
StencilExample
class
PerImage :
Disposable
{
ImageBase
color
;
Rc
!
ImageView
colorView
;
Rc
!
Image
stencil
;
Rc
!
ImageView
stencilView
;
Rc
!
Framebuffer
framebuffer
;
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.
framebuffer
Rc
!
Framebuffer
framebuffer
;
Undocumented in source.
stencil
Rc
!
Image
stencil
;
Undocumented in source.
stencilView
Rc
!
ImageView
stencilView
;
Undocumented in source.
Inherited Members
From Disposable
dispose
void
dispose
()
Dispose the underlying resource
Meta
Source
See Implementation
stencil
StencilExample
classes
PerImage
constructors
this
functions
dispose
prepare
prepareBuffer
prepareChessboard
prepareDescriptorSet
prepareFramebuffers
preparePipeline
prepareRenderPass
recordCmds
structs
VertexP2C3
VertexP2T2
variables
chessboard
chessboardView
descPool
descriptorSet
framebuffers
indBuf
renderPass
sampler
solidPipeline
square
squareIndices
squareLen
stencilWriteDSL
stencilWriteLayout
stencilWritePipeline
triangle
triangleLen
vertBuf