gfx ~master (2021-03-28T16:54:18Z)
Dub
Repo
StencilExample.StencilFrameData
stencil
StencilExample
Undocumented in source.
class
StencilExample
class
StencilFrameData : FrameData {
PrimaryCommandBuffer
cmdBuf
;
Rc
!
Image
stencil
;
Rc
!
Framebuffer
framebuffer
;
this
(ImageBase swcColor, CommandBuffer tempBuf);
void
dispose
();
}
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.
Variables
cmdBuf
PrimaryCommandBuffer
cmdBuf
;
Undocumented in source.
framebuffer
Rc
!
Framebuffer
framebuffer
;
Undocumented in source.
stencil
Rc
!
Image
stencil
;
Undocumented in source.
Meta
Source
See Implementation
stencil
StencilExample
classes
StencilFrameData
constructors
this
functions
dispose
makeFrameData
prepare
prepareBuffer
prepareChessboard
prepareDescriptorSet
preparePipeline
prepareRenderPass
recordCmds
structs
VertexP2C3
VertexP2T2
variables
chessboard
chessboardView
descPool
descriptorSet
indBuf
renderPass
sampler
solidPipeline
square
squareIndices
squareLen
stencilWriteDSL
stencilWriteLayout
stencilWritePipeline
triangle
triangleLen
vertBuf