简化触发器写法

This commit is contained in:
小红帽
2023-11-30 15:12:23 +08:00
parent 23289bbf15
commit 4e23e93d9d
9 changed files with 362 additions and 28 deletions

View File

@@ -45,7 +45,7 @@ namespace ConsoleApp1
#endif
})
, (OperatingSystemType.OSX, new CPF.Mac.MacPlatform(), new SkiaDrawingFactory { UseGPU = false })
, (OperatingSystemType.Linux, new CPF.Linux.LinuxPlatform(), new SkiaDrawingFactory { UseGPU = false })
, (OperatingSystemType.Linux, new CPF.Linux.LinuxPlatform(), new SkiaDrawingFactory { UseGPU = true })
#endif
);