added comment at RenderList2D

This commit is contained in:
2023-03-29 21:19:06 +08:00
parent f280068d50
commit 49f37447d0
3 changed files with 17 additions and 2 deletions

View File

@@ -35,6 +35,8 @@ public:
operator VkPipeline(){return pipeline;}
const PipelineData *GetData()const{return data;}
const bool IsAlphaTest()const{return data->alpha_test>0;}
const bool IsAlphaBlend()const{return data->alpha_blend;}
};//class GraphicsPipeline