Home
last modified time | relevance | path

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

/dports/devel/apitrace/apitrace-9.0/specs/
H A Dd2d1.py441 D2D1_RENDER_TARGET_USAGE = EnumFlags("D2D1_RENDER_TARGET_USAGE", [ variable
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/dxsdk/
H A Dd2d1.h798 typedef enum D2D1_RENDER_TARGET_USAGE enum
815 } D2D1_RENDER_TARGET_USAGE; typedef
/dports/graphics/py-pyglet/pyglet-1.5.21/pyglet/font/
H A Ddirectwrite.py1269 D2D1_RENDER_TARGET_USAGE = UINT variable
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dd2d1.h257 typedef enum D2D1_RENDER_TARGET_USAGE { enum
262 } D2D1_RENDER_TARGET_USAGE; typedef
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dd2d1.h257 typedef enum D2D1_RENDER_TARGET_USAGE { enum
262 } D2D1_RENDER_TARGET_USAGE; 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.rs1519 pub type D2D1_RENDER_TARGET_USAGE = u32; typedef