Skip to content
Snippets Groups Projects

Resolve "Voxel cone tracing"

Merged Ghost User requested to merge 82-voxel-cone-tracing into develop
4 files
+ 17
9
Compare changes
  • Side-by-side
  • Inline
Files
4
  • f04fcfcd
    [#82] Add alpha to coverage to anti-alias alpha tested geometry · f04fcfcd
    Alexander Gauggel authored
@@ -32,7 +32,8 @@ namespace vkcv {
Multisampling m_multisampling = Multisampling::None;
CullMode m_culling = CullMode::None;
DepthTest m_depthTest = DepthTest::LessEqual;
bool m_depthWrite = true;
bool m_depthWrite = true;
bool m_alphaToCoverage = false;
};
}
\ No newline at end of file
Loading