Home
last modified time | relevance | path

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

/dports/devel/apitrace/apitrace-9.0/specs/
H A Dd2d1.py429 D2D1_RENDER_TARGET_TYPE = Enum("D2D1_RENDER_TARGET_TYPE", [ variable
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/dxsdk/
H A Dd2d1.h747 typedef enum D2D1_RENDER_TARGET_TYPE enum
766 } D2D1_RENDER_TARGET_TYPE; typedef
/dports/graphics/py-pyglet/pyglet-1.5.21/pyglet/font/
H A Ddirectwrite.py1261 D2D1_RENDER_TARGET_TYPE = UINT variable
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dd2d1.h250 typedef enum D2D1_RENDER_TARGET_TYPE { enum
255 } D2D1_RENDER_TARGET_TYPE; typedef
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dd2d1.h250 typedef enum D2D1_RENDER_TARGET_TYPE { enum
255 } D2D1_RENDER_TARGET_TYPE; 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.rs1514 pub type D2D1_RENDER_TARGET_TYPE = u32; typedef