support B10GR11UF format texture files.

This commit is contained in:
2019-12-04 21:05:09 +08:00
parent 776a887911
commit 834cb48fa9
8 changed files with 51 additions and 53 deletions

View File

@@ -73,7 +73,7 @@ private:
}
bool InitPipeline()
{
{
AutoDelete<vulkan::PipelineCreater>
pipeline_creater=new vulkan::PipelineCreater(device,material,sc_render_target);
pipeline_creater->SetDepthTest(true);