Adding transparency support
This commit is contained in:
@@ -79,6 +79,7 @@ void VisibilityPass::publishOutputs() {
|
||||
|
||||
cullingBuffer = graphics->createShaderBuffer(ShaderBufferCreateInfo{
|
||||
.clearValue = 0xffffffff,
|
||||
.createCleared = true,
|
||||
.dynamic = true,
|
||||
.name = "CullingBuffer",
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user