Skip to content

Commit

Permalink
Compile Direct3D on Windows platform
Browse files Browse the repository at this point in the history
  • Loading branch information
Kation committed Apr 8, 2024
1 parent a290ccf commit ecf95b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions native/windows/build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ Task("libSkiaSharp")
$"skia_use_system_zlib=false " +
$"skia_enable_skottie=true " +
$"skia_use_vulkan={SUPPORT_VULKAN} ".ToLower () +
$"skia_use_direct3d=true " +
clang +
win_vcvars_version +
$"extra_cflags=[ '-DSKIA_C_DLL', '/MT{d}', '/EHsc', '/Z7', '-D_HAS_AUTO_PTR_ETC=1' ] " +
Expand Down

0 comments on commit ecf95b9

Please sign in to comment.