diff --git a/inc/hgl/graph/material/Material.h b/inc/hgl/graph/material/Material.h index 0de48b8d..2299f52e 100644 --- a/inc/hgl/graph/material/Material.h +++ b/inc/hgl/graph/material/Material.h @@ -20,6 +20,23 @@ MATERIAL_NAMESPACE_BEGIN RANGE_SIZE =END_RANGE-BEGIN_RANGE+1 };//enum class BlendMode + /** + * 延迟渲染阶段流程 + */ + enum class DeferredRenderPass + { + Opaque, ///<不透明部分 + Mask, ///<遮罩部分 + + Composition, ///