Expand description
(unstable) A thin Rust wrapper around D3D1, D3D12 and DXGI.
Modules§
Macros§
- d3d11_
input_ element_ descs - Helper macro for a d3d11::InputElementDesc
- d3d12_
input_ layout_ descs - Helper macro for a d3d12::InputLayoutDesc
Structs§
- Event
Handle - Wrapped around a event object.
- Guid
- Represents a globally unique identifier (GUID).
- Luid
- Represents a local identifier for an adapter.
- Point
- Represents a point in a two dimensions plane.
- Rect
- Represents a rectangle in two dimensions plane.
- Unknown
Enums§
Traits§
- Interface
- Defines the
IUnknowninterface and utility methods for Rust. - Window
Handle - A trait for converting a value to a ‘HWND’ and a
c_voidpointer.