Skip to content

Commit

Permalink
ANGLE not support compile d3d9 for winuwp
Browse files Browse the repository at this point in the history
  • Loading branch information
halx99 authored Feb 29, 2024
1 parent 18cf6b6 commit b87d32a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/angle/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ cb_tool: gn
cb_target: libEGL
options: treat_warnings_as_errors=false
options_darwin: angle_enable_gl=false angle_enable_vulkan=false
options_msw: is_clang=false angle_enable_d3d9=true angle_enable_vulkan=false angle_enable_gl=false
options_msw: is_clang=false angle_enable_vulkan=false angle_enable_gl=false
options_win32: angle_enable_d3d9=true
options_winrt: angle_enable_d3d9=false

0 comments on commit b87d32a

Please sign in to comment.