Home
last modified time | relevance | path

Searched defs:D2D1_FEATURE_LEVEL (Results 1 – 6 of 6) sorted by relevance

/dports/devel/apitrace/apitrace-9.0/specs/
H A Dd2d1.py435 D2D1_FEATURE_LEVEL = Enum("D2D1_FEATURE_LEVEL", [ variable
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/dxsdk/
H A Dd2d1.h772 typedef enum D2D1_FEATURE_LEVEL enum
791 } D2D1_FEATURE_LEVEL; typedef
/dports/graphics/py-pyglet/pyglet-1.5.21/pyglet/font/
H A Ddirectwrite.py1266 D2D1_FEATURE_LEVEL = UINT variable
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dd2d1.h169 typedef enum D2D1_FEATURE_LEVEL { enum
174 } D2D1_FEATURE_LEVEL; typedef
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dd2d1.h169 typedef enum D2D1_FEATURE_LEVEL { enum
174 } D2D1_FEATURE_LEVEL; 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.rs894 pub type D2D1_FEATURE_LEVEL = u32; typedef