Home
last modified time | relevance | path

Searched defs:D2D1_COMPATIBLE_RENDER_TARGET_OPTIONS (Results 1 – 5 of 5) sorted by relevance

/dports/devel/apitrace/apitrace-9.0/specs/
H A Dd2d1.py468 D2D1_COMPATIBLE_RENDER_TARGET_OPTIONS = EnumFlags("D2D1_COMPATIBLE_RENDER_TARGET_OPTIONS", [ variable
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/dxsdk/
H A Dd2d1.h873 typedef enum D2D1_COMPATIBLE_RENDER_TARGET_OPTIONS enum
885 } D2D1_COMPATIBLE_RENDER_TARGET_OPTIONS; typedef
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dd2d1.h117 typedef enum D2D1_COMPATIBLE_RENDER_TARGET_OPTIONS { enum
121 } D2D1_COMPATIBLE_RENDER_TARGET_OPTIONS; typedef
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dd2d1.h117 typedef enum D2D1_COMPATIBLE_RENDER_TARGET_OPTIONS { enum
121 } D2D1_COMPATIBLE_RENDER_TARGET_OPTIONS; typedef
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Graphics/Direct2D/
H A Dmod.rs588 pub type D2D1_COMPATIBLE_RENDER_TARGET_OPTIONS = u32; typedef