[INFO] crate dxplr 0.0.10 is already in cache [INFO] checking dxplr-0.0.10 against try#1a608893c03d7722effeb0058e82770bd36b4b3c for pr-66504-1 [INFO] extracting crate dxplr 0.0.10 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate dxplr 0.0.10 on toolchain 1a608893c03d7722effeb0058e82770bd36b4b3c [INFO] running `"/workspace/cargo-home/bin/cargo" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate dxplr 0.0.10 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate dxplr 0.0.10 [INFO] tweaked toml for crates.io crate dxplr 0.0.10 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate crates.io crate dxplr 0.0.10 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 70bc654e3a3eda939afdc52907dd60f7ca5a1199a7f4ead0dfe67d242457d13d [INFO] running `"docker" "start" "-a" "70bc654e3a3eda939afdc52907dd60f7ca5a1199a7f4ead0dfe67d242457d13d"` [INFO] [stderr] Compiling syn v1.0.7 [INFO] [stderr] Compiling winapi v0.3.8 [INFO] [stderr] Compiling x11-dl v2.18.4 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Checking rusttype v0.8.1 [INFO] [stderr] Checking num-rational v0.2.2 [INFO] [stderr] Checking num-iter v0.1.39 [INFO] [stderr] Checking tiff v0.3.1 [INFO] [stderr] Checking rayon-core v1.6.0 [INFO] [stderr] Checking dlib v0.4.1 [INFO] [stderr] Checking wayland-sys v0.21.13 [INFO] [stderr] Checking rayon v1.2.0 [INFO] [stderr] Checking rusttype v0.7.9 [INFO] [stderr] Checking wayland-commons v0.21.13 [INFO] [stderr] Checking andrew v0.2.1 [INFO] [stderr] Checking com_ptr v0.1.2 [INFO] [stderr] Checking wayland-client v0.21.13 [INFO] [stderr] Checking wayland-protocols v0.21.13 [INFO] [stderr] Checking jpeg-decoder v0.1.16 [INFO] [stderr] Checking image v0.22.3 [INFO] [stderr] Compiling synstructure v0.12.1 [INFO] [stderr] Checking smithay-client-toolkit v0.4.6 [INFO] [stderr] Compiling failure_derive v0.1.6 [INFO] [stderr] Checking winit v0.19.4 [INFO] [stderr] Checking failure v0.1.6 [INFO] [stderr] Checking dxplr v0.0.10 (/opt/rustwide/workdir) [INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stderr] --> src/api.rs:2:13 [INFO] [stderr] | [INFO] [stderr] 2 | use winapi::shared::guiddef::GUID; [INFO] [stderr] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stderr] --> src/api.rs:3:13 [INFO] [stderr] | [INFO] [stderr] 3 | use winapi::shared::windef::{HWND, POINT, RECT}; [INFO] [stderr] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/api.rs:4:13 [INFO] [stderr] | [INFO] [stderr] 4 | use winapi::um::handleapi::*; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/api.rs:5:13 [INFO] [stderr] | [INFO] [stderr] 5 | use winapi::um::synchapi::*; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/api.rs:6:13 [INFO] [stderr] | [INFO] [stderr] 6 | use winapi::um::winbase::INFINITE; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/api.rs:7:13 [INFO] [stderr] | [INFO] [stderr] 7 | use winapi::um::winnt::{HANDLE, LUID}; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `com_ptr::ComPtr` [INFO] [stderr] --> src/d3d.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use com_ptr::ComPtr; [INFO] [stderr] | ^^^^^^^^^^^^^^^ no `ComPtr` in the root [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/d3d.rs:5:13 [INFO] [stderr] | [INFO] [stderr] 5 | use winapi::um::d3d12::{ [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/d3d.rs:9:13 [INFO] [stderr] | [INFO] [stderr] 9 | use winapi::um::d3dcommon::*; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::ctypes` [INFO] [stderr] --> src/d3d.rs:4:13 [INFO] [stderr] | [INFO] [stderr] 4 | use winapi::ctypes::c_void; [INFO] [stderr] | ^^^^^^ could not find `ctypes` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::Interface` [INFO] [stderr] --> src/d3d.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | use winapi::Interface as _; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ no `Interface` in the root [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `windows` in `os` [INFO] [stderr] --> src/d3d11.rs:12:14 [INFO] [stderr] | [INFO] [stderr] 12 | use std::os::windows::ffi::OsStringExt; [INFO] [stderr] | ^^^^^^^ could not find `windows` in `os` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `com_ptr::ComPtr` [INFO] [stderr] --> src/d3d11.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | use com_ptr::ComPtr; [INFO] [stderr] | ^^^^^^^^^^^^^^^ no `ComPtr` in the root [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stderr] --> src/d3d11.rs:14:13 [INFO] [stderr] | [INFO] [stderr] 14 | use winapi::shared::windef::RECT; [INFO] [stderr] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/d3d11.rs:15:13 [INFO] [stderr] | [INFO] [stderr] 15 | use winapi::um::d3d11::*; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/d3d11.rs:16:13 [INFO] [stderr] | [INFO] [stderr] 16 | use winapi::um::d3dcommon::*; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::ctypes` [INFO] [stderr] --> src/d3d11.rs:13:13 [INFO] [stderr] | [INFO] [stderr] 13 | use winapi::ctypes::c_void; [INFO] [stderr] | ^^^^^^ could not find `ctypes` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::Interface` [INFO] [stderr] --> src/d3d11.rs:17:5 [INFO] [stderr] | [INFO] [stderr] 17 | use winapi::Interface as _; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ no `Interface` in the root [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stderr] --> src/d3d11sdklayers.rs:6:13 [INFO] [stderr] | [INFO] [stderr] 6 | use winapi::shared::dxgi::*; [INFO] [stderr] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/d3d11sdklayers.rs:7:13 [INFO] [stderr] | [INFO] [stderr] 7 | use winapi::um::d3d11::*; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/d3d11sdklayers.rs:8:13 [INFO] [stderr] | [INFO] [stderr] 8 | use winapi::um::d3d11sdklayers::*; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `com_ptr::ComPtr` [INFO] [stderr] --> src/d3d11sdklayers.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use com_ptr::ComPtr; [INFO] [stderr] | ^^^^^^^^^^^^^^^ no `ComPtr` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::Interface` [INFO] [stderr] --> src/d3d11sdklayers.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use winapi::Interface as _; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ no `Interface` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `com_ptr::ComPtr` [INFO] [stderr] --> src/d3d12.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use com_ptr::ComPtr; [INFO] [stderr] | ^^^^^^^^^^^^^^^ no `ComPtr` in the root [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stderr] --> src/d3d12.rs:14:13 [INFO] [stderr] | [INFO] [stderr] 14 | use winapi::shared::windef::RECT; [INFO] [stderr] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/d3d12.rs:15:13 [INFO] [stderr] | [INFO] [stderr] 15 | use winapi::um::d3d12::*; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/d3d12.rs:16:13 [INFO] [stderr] | [INFO] [stderr] 16 | use winapi::um::minwinbase::SECURITY_ATTRIBUTES; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/d3d12.rs:17:13 [INFO] [stderr] | [INFO] [stderr] 17 | use winapi::um::winnt::HANDLE; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::ctypes` [INFO] [stderr] --> src/d3d12.rs:13:13 [INFO] [stderr] | [INFO] [stderr] 13 | use winapi::ctypes::c_void; [INFO] [stderr] | ^^^^^^ could not find `ctypes` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stderr] --> src/d3d12.rs:2236:17 [INFO] [stderr] | [INFO] [stderr] 2236 | use winapi::shared::minwindef::TRUE; [INFO] [stderr] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/d3d12.rs:2237:17 [INFO] [stderr] | [INFO] [stderr] 2237 | use winapi::um::d3d12::*; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/d3d12.rs:2238:17 [INFO] [stderr] | [INFO] [stderr] 2238 | use winapi::um::d3dcommon::D3D_FEATURE_LEVEL; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::Interface` [INFO] [stderr] --> src/d3d12.rs:18:5 [INFO] [stderr] | [INFO] [stderr] 18 | use winapi::Interface as _; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ no `Interface` in the root [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/d3d12sdklayers.rs:4:13 [INFO] [stderr] | [INFO] [stderr] 4 | use winapi::um::d3d12sdklayers::*; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `com_ptr::ComPtr` [INFO] [stderr] --> src/d3d12sdklayers.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use com_ptr::ComPtr; [INFO] [stderr] | ^^^^^^^^^^^^^^^ no `ComPtr` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::Interface` [INFO] [stderr] --> src/d3d12sdklayers.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use winapi::Interface as _; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ no `Interface` in the root [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stderr] --> src/dxgi.rs:10:13 [INFO] [stderr] | [INFO] [stderr] 10 | use winapi::shared::dxgi::*; [INFO] [stderr] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stderr] --> src/dxgi.rs:21:13 [INFO] [stderr] | [INFO] [stderr] 21 | use winapi::shared::dxgiformat::*; [INFO] [stderr] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stderr] --> src/dxgi.rs:22:13 [INFO] [stderr] | [INFO] [stderr] 22 | use winapi::shared::dxgitype::*; [INFO] [stderr] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stderr] --> src/dxgi.rs:23:13 [INFO] [stderr] | [INFO] [stderr] 23 | use winapi::shared::guiddef::GUID; [INFO] [stderr] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stderr] --> src/dxgi.rs:24:13 [INFO] [stderr] | [INFO] [stderr] 24 | use winapi::shared::minwindef::*; [INFO] [stderr] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stderr] --> src/dxgi.rs:25:13 [INFO] [stderr] | [INFO] [stderr] 25 | use winapi::shared::windef::*; [INFO] [stderr] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stderr] --> src/dxgi.rs:26:13 [INFO] [stderr] | [INFO] [stderr] 26 | use winapi::shared::winerror::*; [INFO] [stderr] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/dxgi.rs:27:13 [INFO] [stderr] | [INFO] [stderr] 27 | use winapi::um::dxgidebug::*; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/dxgi.rs:30:13 [INFO] [stderr] | [INFO] [stderr] 30 | use winapi::um::unknwnbase::IUnknown; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/dxgi.rs:31:13 [INFO] [stderr] | [INFO] [stderr] 31 | use winapi::um::winnt::HANDLE; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `com_ptr::ComPtr` [INFO] [stderr] --> src/dxgi.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use com_ptr::ComPtr; [INFO] [stderr] | ^^^^^^^^^^^^^^^ no `ComPtr` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::Interface` [INFO] [stderr] --> src/dxgi.rs:34:5 [INFO] [stderr] | [INFO] [stderr] 34 | use winapi::Interface as _; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ no `Interface` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `com_ptr::ComPtr` [INFO] [stderr] --> src/result.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use com_ptr::ComPtr; [INFO] [stderr] | ^^^^^^^^^^^^^^^ no `ComPtr` in the root [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/result.rs:5:13 [INFO] [stderr] | [INFO] [stderr] 5 | use winapi::um::d3dcommon::ID3DBlob; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/result.rs:6:13 [INFO] [stderr] | [INFO] [stderr] 6 | use winapi::um::winbase::*; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/result.rs:7:13 [INFO] [stderr] | [INFO] [stderr] 7 | use winapi::um::winnt::HRESULT; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::ctypes` [INFO] [stderr] --> src/result.rs:4:13 [INFO] [stderr] | [INFO] [stderr] 4 | use winapi::ctypes::c_void; [INFO] [stderr] | ^^^^^^ could not find `ctypes` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stderr] --> src/utility.rs:2:13 [INFO] [stderr] | [INFO] [stderr] 2 | use winapi::shared::minwindef::{BOOL, FALSE, TRUE, UINT}; [INFO] [stderr] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `winapi::ctypes`, `crate::d3d11::IDeviceContext`, `super::CheckFeatureSupport`, `super::CommandListType`, `super::ConservativeRasterizationTier`, `super::CrossNodeSharingTier`, `super::FormatSupport1`, `super::FormatSupport2`, `super::MultipleFenceWaitFlags`, `super::ProgrammableSamplePositionsTier`, `super::ResourceBindingTier`, `super::ResourceHeapTier`, `super::ShaderCacheSupportFlags`, `super::ShaderMinPrecisionSupport`, `super::TiledResourcesTier`, `com_ptr` [INFO] [stderr] --> src/utility.rs:1:13 [INFO] [stderr] | [INFO] [stderr] 1 | use winapi::ctypes::c_void; [INFO] [stderr] | ^^^^^^ could not find `ctypes` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11sdklayers.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use crate::d3d11::IDeviceContext; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/d3d12.rs:2228:9 [INFO] [stderr] | [INFO] [stderr] 2228 | CheckFeatureSupport, CommandListType, ConservativeRasterizationTier, CrossNodeSharingTier, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 2229 | FormatSupport1, FormatSupport2, MultipleFenceWaitFlags, ProgrammableSamplePositionsTier, [INFO] [stderr] | ^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 2230 | ResourceBindingTier, ResourceHeapTier, ShaderCacheSupportFlags, ShaderMinPrecisionSupport, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 2231 | TiledResourcesTier, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/dxgi.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use com_ptr; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d.rs:212:1 [INFO] [stderr] | [INFO] [stderr] 212 | impl_interface!(Blob, ID3DBlob); [INFO] [stderr] | -------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d.rs:212:1 [INFO] [stderr] | [INFO] [stderr] 212 | impl_interface!(Blob, ID3DBlob); [INFO] [stderr] | -------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D11_DEPTH_STENCIL_VIEW_DESC` [INFO] [stderr] --> src/d3d11.rs:1226:23 [INFO] [stderr] | [INFO] [stderr] 1226 | let mut obj = D3D11_DEPTH_STENCIL_VIEW_DESC::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D11_DEPTH_STENCIL_VIEW_DESC` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D11_FEATURE_DATA_ARCHITECTURE_INFO` [INFO] [stderr] --> src/d3d11.rs:1477:27 [INFO] [stderr] | [INFO] [stderr] 1477 | let mut obj = D3D11_FEATURE_DATA_ARCHITECTURE_INFO::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D11_FEATURE_DATA_ARCHITECTURE_INFO` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D11_FEATURE_DATA_D3D10_X_HARDWARE_OPTIONS` [INFO] [stderr] --> src/d3d11.rs:1505:27 [INFO] [stderr] | [INFO] [stderr] 1505 | let mut obj = D3D11_FEATURE_DATA_D3D10_X_HARDWARE_OPTIONS::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D11_FEATURE_DATA_D3D10_X_HARDWARE_OPTIONS` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D11_FEATURE_DATA_D3D11_OPTIONS` [INFO] [stderr] --> src/d3d11.rs:1562:27 [INFO] [stderr] | [INFO] [stderr] 1562 | let mut obj = D3D11_FEATURE_DATA_D3D11_OPTIONS::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D11_FEATURE_DATA_D3D11_OPTIONS` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D11_FEATURE_DATA_D3D11_OPTIONS2` [INFO] [stderr] --> src/d3d11.rs:1604:27 [INFO] [stderr] | [INFO] [stderr] 1604 | let mut obj = D3D11_FEATURE_DATA_D3D11_OPTIONS2::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D11_FEATURE_DATA_D3D11_OPTIONS2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D11_FEATURE_DATA_D3D11_OPTIONS3` [INFO] [stderr] --> src/d3d11.rs:1632:27 [INFO] [stderr] | [INFO] [stderr] 1632 | let mut obj = D3D11_FEATURE_DATA_D3D11_OPTIONS3::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D11_FEATURE_DATA_D3D11_OPTIONS3` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D11_FEATURE_DATA_D3D9_OPTIONS` [INFO] [stderr] --> src/d3d11.rs:1658:27 [INFO] [stderr] | [INFO] [stderr] 1658 | let mut obj = D3D11_FEATURE_DATA_D3D9_OPTIONS::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D11_FEATURE_DATA_D3D9_OPTIONS` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D11_FEATURE_DATA_D3D9_OPTIONS1` [INFO] [stderr] --> src/d3d11.rs:1694:27 [INFO] [stderr] | [INFO] [stderr] 1694 | let mut obj = D3D11_FEATURE_DATA_D3D9_OPTIONS1::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D11_FEATURE_DATA_D3D9_OPTIONS1` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D11_FEATURE_DATA_D3D9_SHADOW_SUPPORT` [INFO] [stderr] --> src/d3d11.rs:1722:27 [INFO] [stderr] | [INFO] [stderr] 1722 | let mut obj = D3D11_FEATURE_DATA_D3D9_SHADOW_SUPPORT::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D11_FEATURE_DATA_D3D9_SHADOW_SUPPORT` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D11_FEATURE_DATA_D3D9_SIMPLE_INSTANCING_SUPPORT` [INFO] [stderr] --> src/d3d11.rs:1750:27 [INFO] [stderr] | [INFO] [stderr] 1750 | let mut obj = D3D11_FEATURE_DATA_D3D9_SIMPLE_INSTANCING_SUPPORT::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D11_FEATURE_DATA_D3D9_SIMPLE_INSTANCING_SUPPORT` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D11_FEATURE_DATA_DOUBLES` [INFO] [stderr] --> src/d3d11.rs:1776:27 [INFO] [stderr] | [INFO] [stderr] 1776 | let mut obj = D3D11_FEATURE_DATA_DOUBLES::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D11_FEATURE_DATA_DOUBLES` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D11_FEATURE_DATA_FORMAT_SUPPORT` [INFO] [stderr] --> src/d3d11.rs:1807:27 [INFO] [stderr] | [INFO] [stderr] 1807 | let mut obj = D3D11_FEATURE_DATA_FORMAT_SUPPORT::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D11_FEATURE_DATA_FORMAT_SUPPORT` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D11_FEATURE_DATA_FORMAT_SUPPORT2` [INFO] [stderr] --> src/d3d11.rs:1839:27 [INFO] [stderr] | [INFO] [stderr] 1839 | let mut obj = D3D11_FEATURE_DATA_FORMAT_SUPPORT2::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D11_FEATURE_DATA_FORMAT_SUPPORT2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D11_FEATURE_DATA_GPU_VIRTUAL_ADDRESS_SUPPORT` [INFO] [stderr] --> src/d3d11.rs:1868:27 [INFO] [stderr] | [INFO] [stderr] 1868 | let mut obj = D3D11_FEATURE_DATA_GPU_VIRTUAL_ADDRESS_SUPPORT::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D11_FEATURE_DATA_GPU_VIRTUAL_ADDRESS_SUPPORT` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D11_FEATURE_DATA_MARKER_SUPPORT` [INFO] [stderr] --> src/d3d11.rs:1894:27 [INFO] [stderr] | [INFO] [stderr] 1894 | let mut obj = D3D11_FEATURE_DATA_MARKER_SUPPORT::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D11_FEATURE_DATA_MARKER_SUPPORT` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D11_FEATURE_DATA_SHADER_MIN_PRECISION_SUPPORT` [INFO] [stderr] --> src/d3d11.rs:1922:27 [INFO] [stderr] | [INFO] [stderr] 1922 | let mut obj = D3D11_FEATURE_DATA_SHADER_MIN_PRECISION_SUPPORT::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D11_FEATURE_DATA_SHADER_MIN_PRECISION_SUPPORT` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D11_FEATURE_DATA_THREADING` [INFO] [stderr] --> src/d3d11.rs:1950:27 [INFO] [stderr] | [INFO] [stderr] 1950 | let mut obj = D3D11_FEATURE_DATA_THREADING::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D11_FEATURE_DATA_THREADING` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D11_RENDER_TARGET_VIEW_DESC` [INFO] [stderr] --> src/d3d11.rs:2343:24 [INFO] [stderr] | [INFO] [stderr] 2343 | let mut desc = D3D11_RENDER_TARGET_VIEW_DESC::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D11_RENDER_TARGET_VIEW_DESC` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D11_SHADER_RESOURCE_VIEW_DESC` [INFO] [stderr] --> src/d3d11.rs:2666:24 [INFO] [stderr] | [INFO] [stderr] 2666 | let mut desc = D3D11_SHADER_RESOURCE_VIEW_DESC::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D11_SHADER_RESOURCE_VIEW_DESC` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D11_UNORDERED_ACCESS_VIEW_DESC` [INFO] [stderr] --> src/d3d11.rs:3422:24 [INFO] [stderr] | [INFO] [stderr] 3422 | let mut desc = D3D11_UNORDERED_ACCESS_VIEW_DESC::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D11_UNORDERED_ACCESS_VIEW_DESC` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:3716:1 [INFO] [stderr] | [INFO] [stderr] 3716 | impl_resource!(Resource, ID3D11Resource); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:3716:1 [INFO] [stderr] | [INFO] [stderr] 3716 | impl_resource!(Resource, ID3D11Resource); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:3737:1 [INFO] [stderr] | [INFO] [stderr] 3737 | impl_view!(View, ID3D11View); [INFO] [stderr] | ----------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:3737:1 [INFO] [stderr] | [INFO] [stderr] 3737 | impl_view!(View, ID3D11View); [INFO] [stderr] | ----------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:3754:1 [INFO] [stderr] | [INFO] [stderr] 3754 | impl_asynchronous!(Asynchronous, ID3D11Asynchronous); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:3754:1 [INFO] [stderr] | [INFO] [stderr] 3754 | impl_asynchronous!(Asynchronous, ID3D11Asynchronous); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:3762:1 [INFO] [stderr] | [INFO] [stderr] 3762 | impl_devicechild!(AuthenticatedChannel, ID3D11AuthenticatedChannel); [INFO] [stderr] | -------------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:3762:1 [INFO] [stderr] | [INFO] [stderr] 3762 | impl_devicechild!(AuthenticatedChannel, ID3D11AuthenticatedChannel); [INFO] [stderr] | -------------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:3803:1 [INFO] [stderr] | [INFO] [stderr] 3803 | impl_blendstate!(BlendState, ID3D11BlendState); [INFO] [stderr] | ----------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:3803:1 [INFO] [stderr] | [INFO] [stderr] 3803 | impl_blendstate!(BlendState, ID3D11BlendState); [INFO] [stderr] | ----------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:3824:1 [INFO] [stderr] | [INFO] [stderr] 3824 | impl_buffer!(Buffer, ID3D11Buffer); [INFO] [stderr] | ----------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:3824:1 [INFO] [stderr] | [INFO] [stderr] 3824 | impl_buffer!(Buffer, ID3D11Buffer); [INFO] [stderr] | ----------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:3873:1 [INFO] [stderr] | [INFO] [stderr] 3873 | impl_classinstance!(ClassInstance, ID3D11ClassInstance); [INFO] [stderr] | -------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:3873:1 [INFO] [stderr] | [INFO] [stderr] 3873 | impl_classinstance!(ClassInstance, ID3D11ClassInstance); [INFO] [stderr] | -------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:3938:1 [INFO] [stderr] | [INFO] [stderr] 3938 | impl_classlinkage!(ClassLinkage, ID3D11ClassLinkage); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:3938:1 [INFO] [stderr] | [INFO] [stderr] 3938 | impl_classlinkage!(ClassLinkage, ID3D11ClassLinkage); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:3955:1 [INFO] [stderr] | [INFO] [stderr] 3955 | impl_commandlist!(CommandList, ID3D11CommandList); [INFO] [stderr] | -------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:3955:1 [INFO] [stderr] | [INFO] [stderr] 3955 | impl_commandlist!(CommandList, ID3D11CommandList); [INFO] [stderr] | -------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:3966:1 [INFO] [stderr] | [INFO] [stderr] 3966 | impl_computeshader!(ComputeShader, ID3D11ComputeShader); [INFO] [stderr] | -------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:3966:1 [INFO] [stderr] | [INFO] [stderr] 3966 | impl_computeshader!(ComputeShader, ID3D11ComputeShader); [INFO] [stderr] | -------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:3987:1 [INFO] [stderr] | [INFO] [stderr] 3987 | impl_counter!(Counter, ID3D11Counter); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:3987:1 [INFO] [stderr] | [INFO] [stderr] 3987 | impl_counter!(Counter, ID3D11Counter); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:4029:1 [INFO] [stderr] | [INFO] [stderr] 4029 | impl_cryptosession!(CryptoSession, ID3D11CryptoSession); [INFO] [stderr] | -------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:4029:1 [INFO] [stderr] | [INFO] [stderr] 4029 | impl_cryptosession!(CryptoSession, ID3D11CryptoSession); [INFO] [stderr] | -------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:4048:1 [INFO] [stderr] | [INFO] [stderr] 4048 | impl_depthstencilstate!(DepthStencilState, ID3D11DepthStencilState); [INFO] [stderr] | -------------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:4048:1 [INFO] [stderr] | [INFO] [stderr] 4048 | impl_depthstencilstate!(DepthStencilState, ID3D11DepthStencilState); [INFO] [stderr] | -------------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:4067:1 [INFO] [stderr] | [INFO] [stderr] 4067 | impl_depthstencilview!(DepthStencilView, ID3D11DepthStencilView); [INFO] [stderr] | ----------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:4067:1 [INFO] [stderr] | [INFO] [stderr] 4067 | impl_depthstencilview!(DepthStencilView, ID3D11DepthStencilView); [INFO] [stderr] | ----------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:4746:1 [INFO] [stderr] | [INFO] [stderr] 4746 | impl_device!(Device, ID3D11Device); [INFO] [stderr] | ----------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:4746:1 [INFO] [stderr] | [INFO] [stderr] 4746 | impl_device!(Device, ID3D11Device); [INFO] [stderr] | ----------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:6147:1 [INFO] [stderr] | [INFO] [stderr] 6147 | impl_devicecontext!(DeviceContext, ID3D11DeviceContext); [INFO] [stderr] | -------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:6147:1 [INFO] [stderr] | [INFO] [stderr] 6147 | impl_devicecontext!(DeviceContext, ID3D11DeviceContext); [INFO] [stderr] | -------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:6158:1 [INFO] [stderr] | [INFO] [stderr] 6158 | impl_domainshader!(DomainShader, ID3D11DomainShader); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:6158:1 [INFO] [stderr] | [INFO] [stderr] 6158 | impl_domainshader!(DomainShader, ID3D11DomainShader); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:6169:1 [INFO] [stderr] | [INFO] [stderr] 6169 | impl_geometryshader!(GeometryShader, ID3D11GeometryShader); [INFO] [stderr] | ----------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:6169:1 [INFO] [stderr] | [INFO] [stderr] 6169 | impl_geometryshader!(GeometryShader, ID3D11GeometryShader); [INFO] [stderr] | ----------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:6180:1 [INFO] [stderr] | [INFO] [stderr] 6180 | impl_hullshader!(HullShader, ID3D11HullShader); [INFO] [stderr] | ----------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:6180:1 [INFO] [stderr] | [INFO] [stderr] 6180 | impl_hullshader!(HullShader, ID3D11HullShader); [INFO] [stderr] | ----------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:6191:1 [INFO] [stderr] | [INFO] [stderr] 6191 | impl_inputlayout!(InputLayout, ID3D11InputLayout); [INFO] [stderr] | -------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:6191:1 [INFO] [stderr] | [INFO] [stderr] 6191 | impl_inputlayout!(InputLayout, ID3D11InputLayout); [INFO] [stderr] | -------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:6202:1 [INFO] [stderr] | [INFO] [stderr] 6202 | impl_pixelshader!(PixelShader, ID3D11PixelShader); [INFO] [stderr] | -------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:6202:1 [INFO] [stderr] | [INFO] [stderr] 6202 | impl_pixelshader!(PixelShader, ID3D11PixelShader); [INFO] [stderr] | -------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:6221:1 [INFO] [stderr] | [INFO] [stderr] 6221 | impl_query!(Query, ID3D11Query); [INFO] [stderr] | -------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:6221:1 [INFO] [stderr] | [INFO] [stderr] 6221 | impl_query!(Query, ID3D11Query); [INFO] [stderr] | -------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:6232:1 [INFO] [stderr] | [INFO] [stderr] 6232 | impl_predicate!(Predicate, ID3D11Predicate); [INFO] [stderr] | -------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:6232:1 [INFO] [stderr] | [INFO] [stderr] 6232 | impl_predicate!(Predicate, ID3D11Predicate); [INFO] [stderr] | -------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:6251:1 [INFO] [stderr] | [INFO] [stderr] 6251 | impl_rasterizerState!(RasterizerState, ID3D11RasterizerState); [INFO] [stderr] | -------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:6251:1 [INFO] [stderr] | [INFO] [stderr] 6251 | impl_rasterizerState!(RasterizerState, ID3D11RasterizerState); [INFO] [stderr] | -------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:6270:1 [INFO] [stderr] | [INFO] [stderr] 6270 | impl_rendertargetview!(RenderTargetView, ID3D11RenderTargetView); [INFO] [stderr] | ----------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:6270:1 [INFO] [stderr] | [INFO] [stderr] 6270 | impl_rendertargetview!(RenderTargetView, ID3D11RenderTargetView); [INFO] [stderr] | ----------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:6289:1 [INFO] [stderr] | [INFO] [stderr] 6289 | impl_samplerstate!(SamplerState, ID3D11SamplerState); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:6289:1 [INFO] [stderr] | [INFO] [stderr] 6289 | impl_samplerstate!(SamplerState, ID3D11SamplerState); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:6308:1 [INFO] [stderr] | [INFO] [stderr] 6308 | impl_shader_resource_view!(ShaderResourceView, ID3D11ShaderResourceView); [INFO] [stderr] | ------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:6308:1 [INFO] [stderr] | [INFO] [stderr] 6308 | impl_shader_resource_view!(ShaderResourceView, ID3D11ShaderResourceView); [INFO] [stderr] | ------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:6327:1 [INFO] [stderr] | [INFO] [stderr] 6327 | impl_texture1d!(Texture1D, ID3D11Texture1D); [INFO] [stderr] | -------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:6327:1 [INFO] [stderr] | [INFO] [stderr] 6327 | impl_texture1d!(Texture1D, ID3D11Texture1D); [INFO] [stderr] | -------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:6346:1 [INFO] [stderr] | [INFO] [stderr] 6346 | impl_texture2d!(Texture2D, ID3D11Texture2D); [INFO] [stderr] | -------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:6346:1 [INFO] [stderr] | [INFO] [stderr] 6346 | impl_texture2d!(Texture2D, ID3D11Texture2D); [INFO] [stderr] | -------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:6365:1 [INFO] [stderr] | [INFO] [stderr] 6365 | impl_texture3d!(Texture3D, ID3D11Texture3D); [INFO] [stderr] | -------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:6365:1 [INFO] [stderr] | [INFO] [stderr] 6365 | impl_texture3d!(Texture3D, ID3D11Texture3D); [INFO] [stderr] | -------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stderr] --> src/api.rs:2:13 [INFO] [stderr] | [INFO] [stderr] 2 | use winapi::shared::guiddef::GUID; [INFO] [stderr] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:6384:1 [INFO] [stderr] | [INFO] [stderr] 6384 | impl_unordered_access_view!(UnorderedAccessView, ID3D11UnorderedAccessView); [INFO] [stderr] | ---------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stderr] --> src/api.rs:3:13 [INFO] [stderr] | [INFO] [stderr] 3 | use winapi::shared::windef::{HWND, POINT, RECT}; [INFO] [stderr] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/api.rs:4:13 [INFO] [stderr] | [INFO] [stderr] 4 | use winapi::um::handleapi::*; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:6384:1 [INFO] [stderr] | [INFO] [stderr] 6384 | impl_unordered_access_view!(UnorderedAccessView, ID3D11UnorderedAccessView); [INFO] [stderr] | ---------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/api.rs:5:13 [INFO] [stderr] | [INFO] [stderr] 5 | use winapi::um::synchapi::*; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/api.rs:6:13 [INFO] [stderr] | [INFO] [stderr] 6 | use winapi::um::winbase::INFINITE; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/api.rs:7:13 [INFO] [stderr] | [INFO] [stderr] 7 | use winapi::um::winnt::{HANDLE, LUID}; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:6395:1 [INFO] [stderr] | [INFO] [stderr] 6395 | impl_vertexshader!(VertexShader, ID3D11VertexShader); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:6395:1 [INFO] [stderr] | [INFO] [stderr] 6395 | impl_vertexshader!(VertexShader, ID3D11VertexShader); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stderr] --> src/d3d11.rs:6404:30 [INFO] [stderr] | [INFO] [stderr] 6404 | software: Option, [INFO] [stderr] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stderr] --> src/d3d11.rs:6439:30 [INFO] [stderr] | [INFO] [stderr] 6439 | software: Option, [INFO] [stderr] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11sdklayers.rs:219:1 [INFO] [stderr] | [INFO] [stderr] 219 | impl_debug!(Debug, ID3D11Debug); [INFO] [stderr] | -------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11sdklayers.rs:219:1 [INFO] [stderr] | [INFO] [stderr] 219 | impl_debug!(Debug, ID3D11Debug); [INFO] [stderr] | -------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `com_ptr::ComPtr` [INFO] [stderr] --> src/d3d.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use com_ptr::ComPtr; [INFO] [stderr] | ^^^^^^^^^^^^^^^ no `ComPtr` in the root [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/d3d.rs:5:13 [INFO] [stderr] | [INFO] [stderr] 5 | use winapi::um::d3d12::{ [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/d3d.rs:9:13 [INFO] [stderr] | [INFO] [stderr] 9 | use winapi::um::d3dcommon::*; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::ctypes` [INFO] [stderr] --> src/d3d.rs:4:13 [INFO] [stderr] | [INFO] [stderr] 4 | use winapi::ctypes::c_void; [INFO] [stderr] | ^^^^^^ could not find `ctypes` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/d3d.rs:260:17 [INFO] [stderr] | [INFO] [stderr] 260 | use winapi::um::d3d12::D3D_SHADER_MODEL_5_1; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::Interface` [INFO] [stderr] --> src/d3d.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | use winapi::Interface as _; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ no `Interface` in the root [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `windows` in `os` [INFO] [stderr] --> src/d3d11.rs:12:14 [INFO] [stderr] | [INFO] [stderr] 12 | use std::os::windows::ffi::OsStringExt; [INFO] [stderr] | ^^^^^^^ could not find `windows` in `os` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `com_ptr::ComPtr` [INFO] [stderr] --> src/d3d11.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | use com_ptr::ComPtr; [INFO] [stderr] | ^^^^^^^^^^^^^^^ no `ComPtr` in the root [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stderr] --> src/d3d11.rs:14:13 [INFO] [stderr] | [INFO] [stderr] 14 | use winapi::shared::windef::RECT; [INFO] [stderr] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/d3d11.rs:15:13 [INFO] [stderr] | [INFO] [stderr] 15 | use winapi::um::d3d11::*; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/d3d11.rs:16:13 [INFO] [stderr] | [INFO] [stderr] 16 | use winapi::um::d3dcommon::*; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::ctypes` [INFO] [stderr] --> src/d3d11.rs:13:13 [INFO] [stderr] | [INFO] [stderr] 13 | use winapi::ctypes::c_void; [INFO] [stderr] | ^^^^^^ could not find `ctypes` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::Interface` [INFO] [stderr] --> src/d3d11.rs:17:5 [INFO] [stderr] | [INFO] [stderr] 17 | use winapi::Interface as _; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ no `Interface` in the root [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stderr] --> src/d3d11sdklayers.rs:6:13 [INFO] [stderr] | [INFO] [stderr] 6 | use winapi::shared::dxgi::*; [INFO] [stderr] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/d3d11sdklayers.rs:7:13 [INFO] [stderr] | [INFO] [stderr] 7 | use winapi::um::d3d11::*; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/d3d11sdklayers.rs:8:13 [INFO] [stderr] | [INFO] [stderr] 8 | use winapi::um::d3d11sdklayers::*; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `com_ptr::ComPtr` [INFO] [stderr] --> src/d3d11sdklayers.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use com_ptr::ComPtr; [INFO] [stderr] | ^^^^^^^^^^^^^^^ no `ComPtr` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::Interface` [INFO] [stderr] --> src/d3d11sdklayers.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use winapi::Interface as _; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ no `Interface` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `com_ptr::ComPtr` [INFO] [stderr] --> src/d3d12.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use com_ptr::ComPtr; [INFO] [stderr] | ^^^^^^^^^^^^^^^ no `ComPtr` in the root [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stderr] --> src/d3d12.rs:14:13 [INFO] [stderr] | [INFO] [stderr] 14 | use winapi::shared::windef::RECT; [INFO] [stderr] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/d3d12.rs:15:13 [INFO] [stderr] | [INFO] [stderr] 15 | use winapi::um::d3d12::*; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/d3d12.rs:16:13 [INFO] [stderr] | [INFO] [stderr] 16 | use winapi::um::minwinbase::SECURITY_ATTRIBUTES; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/d3d12.rs:17:13 [INFO] [stderr] | [INFO] [stderr] 17 | use winapi::um::winnt::HANDLE; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::ctypes` [INFO] [stderr] --> src/d3d12.rs:13:13 [INFO] [stderr] | [INFO] [stderr] 13 | use winapi::ctypes::c_void; [INFO] [stderr] | ^^^^^^ could not find `ctypes` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stderr] --> src/d3d12.rs:2236:17 [INFO] [stderr] | [INFO] [stderr] 2236 | use winapi::shared::minwindef::TRUE; [INFO] [stderr] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/d3d12.rs:2237:17 [INFO] [stderr] | [INFO] [stderr] 2237 | use winapi::um::d3d12::*; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/d3d12.rs:2238:17 [INFO] [stderr] | [INFO] [stderr] 2238 | use winapi::um::d3dcommon::D3D_FEATURE_LEVEL; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::Interface` [INFO] [stderr] --> src/d3d12.rs:18:5 [INFO] [stderr] | [INFO] [stderr] 18 | use winapi::Interface as _; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ no `Interface` in the root [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/d3d12sdklayers.rs:4:13 [INFO] [stderr] | [INFO] [stderr] 4 | use winapi::um::d3d12sdklayers::*; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `com_ptr::ComPtr` [INFO] [stderr] --> src/d3d12sdklayers.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use com_ptr::ComPtr; [INFO] [stderr] | ^^^^^^^^^^^^^^^ no `ComPtr` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::Interface` [INFO] [stderr] --> src/d3d12sdklayers.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use winapi::Interface as _; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ no `Interface` in the root [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stderr] --> src/dxgi.rs:10:13 [INFO] [stderr] | [INFO] [stderr] 10 | use winapi::shared::dxgi::*; [INFO] [stderr] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stderr] --> src/dxgi.rs:21:13 [INFO] [stderr] | [INFO] [stderr] 21 | use winapi::shared::dxgiformat::*; [INFO] [stderr] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stderr] --> src/dxgi.rs:22:13 [INFO] [stderr] | [INFO] [stderr] 22 | use winapi::shared::dxgitype::*; [INFO] [stderr] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stderr] --> src/dxgi.rs:23:13 [INFO] [stderr] | [INFO] [stderr] 23 | use winapi::shared::guiddef::GUID; [INFO] [stderr] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stderr] --> src/dxgi.rs:24:13 [INFO] [stderr] | [INFO] [stderr] 24 | use winapi::shared::minwindef::*; [INFO] [stderr] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stderr] --> src/dxgi.rs:25:13 [INFO] [stderr] | [INFO] [stderr] 25 | use winapi::shared::windef::*; [INFO] [stderr] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stderr] --> src/dxgi.rs:26:13 [INFO] [stderr] | [INFO] [stderr] 26 | use winapi::shared::winerror::*; [INFO] [stderr] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/dxgi.rs:27:13 [INFO] [stderr] | [INFO] [stderr] 27 | use winapi::um::dxgidebug::*; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/dxgi.rs:30:13 [INFO] [stderr] | [INFO] [stderr] 30 | use winapi::um::unknwnbase::IUnknown; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/dxgi.rs:31:13 [INFO] [stderr] | [INFO] [stderr] 31 | use winapi::um::winnt::HANDLE; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `com_ptr::ComPtr` [INFO] [stderr] --> src/dxgi.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use com_ptr::ComPtr; [INFO] [stderr] | ^^^^^^^^^^^^^^^ no `ComPtr` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::Interface` [INFO] [stderr] --> src/dxgi.rs:34:5 [INFO] [stderr] | [INFO] [stderr] 34 | use winapi::Interface as _; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ no `Interface` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `com_ptr::ComPtr` [INFO] [stderr] --> src/result.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use com_ptr::ComPtr; [INFO] [stderr] | ^^^^^^^^^^^^^^^ no `ComPtr` in the root [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/result.rs:5:13 [INFO] [stderr] | [INFO] [stderr] 5 | use winapi::um::d3dcommon::ID3DBlob; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/result.rs:6:13 [INFO] [stderr] | [INFO] [stderr] 6 | use winapi::um::winbase::*; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/result.rs:7:13 [INFO] [stderr] | [INFO] [stderr] 7 | use winapi::um::winnt::HRESULT; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::ctypes` [INFO] [stderr] --> src/result.rs:4:13 [INFO] [stderr] | [INFO] [stderr] 4 | use winapi::ctypes::c_void; [INFO] [stderr] | ^^^^^^ could not find `ctypes` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stderr] --> src/utility.rs:2:13 [INFO] [stderr] | [INFO] [stderr] 2 | use winapi::shared::minwindef::{BOOL, FALSE, TRUE, UINT}; [INFO] [stderr] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `winapi::ctypes`, `crate::d3d11::IDeviceContext`, `super::CheckFeatureSupport`, `super::CommandListType`, `super::ConservativeRasterizationTier`, `super::CrossNodeSharingTier`, `super::FormatSupport1`, `super::FormatSupport2`, `super::MultipleFenceWaitFlags`, `super::ProgrammableSamplePositionsTier`, `super::ResourceBindingTier`, `super::ResourceHeapTier`, `super::ShaderCacheSupportFlags`, `super::ShaderMinPrecisionSupport`, `super::TiledResourcesTier`, `d3d`, `com_ptr` [INFO] [stderr] --> src/utility.rs:1:13 [INFO] [stderr] | [INFO] [stderr] 1 | use winapi::ctypes::c_void; [INFO] [stderr] | ^^^^^^ could not find `ctypes` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11sdklayers.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use crate::d3d11::IDeviceContext; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/d3d12.rs:2228:9 [INFO] [stderr] | [INFO] [stderr] 2228 | CheckFeatureSupport, CommandListType, ConservativeRasterizationTier, CrossNodeSharingTier, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 2229 | FormatSupport1, FormatSupport2, MultipleFenceWaitFlags, ProgrammableSamplePositionsTier, [INFO] [stderr] | ^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 2230 | ResourceBindingTier, ResourceHeapTier, ShaderCacheSupportFlags, ShaderMinPrecisionSupport, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 2231 | TiledResourcesTier, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 7791 | use d3d; [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/dxgi.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use com_ptr; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d.rs:212:1 [INFO] [stderr] | [INFO] [stderr] 212 | impl_interface!(Blob, ID3DBlob); [INFO] [stderr] | -------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d.rs:212:1 [INFO] [stderr] | [INFO] [stderr] 212 | impl_interface!(Blob, ID3DBlob); [INFO] [stderr] | -------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D_FEATURE_LEVEL` [INFO] [stderr] --> src/d3d.rs:265:13 [INFO] [stderr] | [INFO] [stderr] 265 | D3D_FEATURE_LEVEL::from(FeatureLevel(12, 1)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D_FEATURE_LEVEL` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D_ROOT_SIGNATURE_VERSION` [INFO] [stderr] --> src/d3d.rs:273:13 [INFO] [stderr] | [INFO] [stderr] 273 | D3D_ROOT_SIGNATURE_VERSION::from(RootSignatureVersion(1, 1)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D_ROOT_SIGNATURE_VERSION` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D_SHADER_MODEL` [INFO] [stderr] --> src/d3d.rs:284:13 [INFO] [stderr] | [INFO] [stderr] 284 | D3D_SHADER_MODEL::from(ShaderModel(5, 1)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D_SHADER_MODEL` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D12_CLEAR_VALUE` [INFO] [stderr] --> src/d3d12.rs:1532:23 [INFO] [stderr] | [INFO] [stderr] 1532 | let mut obj = D3D12_CLEAR_VALUE::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D12_CLEAR_VALUE` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D12_DEPTH_STENCIL_VIEW_DESC` [INFO] [stderr] --> src/d3d12.rs:1908:23 [INFO] [stderr] | [INFO] [stderr] 1908 | let mut obj = D3D12_DEPTH_STENCIL_VIEW_DESC::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D12_DEPTH_STENCIL_VIEW_DESC` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D12_FEATURE_DATA_ARCHITECTURE` [INFO] [stderr] --> src/d3d12.rs:2263:27 [INFO] [stderr] | [INFO] [stderr] 2263 | let mut obj = D3D12_FEATURE_DATA_ARCHITECTURE::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D12_FEATURE_DATA_ARCHITECTURE` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D12_FEATURE_DATA_ARCHITECTURE1` [INFO] [stderr] --> src/d3d12.rs:2301:27 [INFO] [stderr] | [INFO] [stderr] 2301 | let mut obj = D3D12_FEATURE_DATA_ARCHITECTURE1::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D12_FEATURE_DATA_ARCHITECTURE1` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D12_FEATURE_DATA_COMMAND_QUEUE_PRIORITY` [INFO] [stderr] --> src/d3d12.rs:2335:27 [INFO] [stderr] | [INFO] [stderr] 2335 | let mut obj = D3D12_FEATURE_DATA_COMMAND_QUEUE_PRIORITY::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D12_FEATURE_DATA_COMMAND_QUEUE_PRIORITY` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D12_FEATURE_DATA_D3D12_OPTIONS` [INFO] [stderr] --> src/d3d12.rs:2410:27 [INFO] [stderr] | [INFO] [stderr] 2410 | let mut obj = D3D12_FEATURE_DATA_D3D12_OPTIONS::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D12_FEATURE_DATA_D3D12_OPTIONS` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D12_FEATURE_DATA_D3D12_OPTIONS1` [INFO] [stderr] --> src/d3d12.rs:2446:27 [INFO] [stderr] | [INFO] [stderr] 2446 | let mut obj = D3D12_FEATURE_DATA_D3D12_OPTIONS1::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D12_FEATURE_DATA_D3D12_OPTIONS1` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D12_FEATURE_DATA_D3D12_OPTIONS2` [INFO] [stderr] --> src/d3d12.rs:2478:27 [INFO] [stderr] | [INFO] [stderr] 2478 | let mut obj = D3D12_FEATURE_DATA_D3D12_OPTIONS2::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D12_FEATURE_DATA_D3D12_OPTIONS2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D_FEATURE_LEVEL` [INFO] [stderr] --> src/d3d12.rs:2529:28 [INFO] [stderr] | [INFO] [stderr] 2529 | .map(|&fl| D3D_FEATURE_LEVEL::from(fl)) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D_FEATURE_LEVEL` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D12_FEATURE_DATA_FEATURE_LEVELS` [INFO] [stderr] --> src/d3d12.rs:2531:27 [INFO] [stderr] | [INFO] [stderr] 2531 | let mut obj = D3D12_FEATURE_DATA_FEATURE_LEVELS::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D12_FEATURE_DATA_FEATURE_LEVELS` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D12_FEATURE_DATA_FORMAT_INFO` [INFO] [stderr] --> src/d3d12.rs:2572:27 [INFO] [stderr] | [INFO] [stderr] 2572 | let mut obj = D3D12_FEATURE_DATA_FORMAT_INFO::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D12_FEATURE_DATA_FORMAT_INFO` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D12_FEATURE_DATA_FORMAT_SUPPORT` [INFO] [stderr] --> src/d3d12.rs:2608:27 [INFO] [stderr] | [INFO] [stderr] 2608 | let mut obj = D3D12_FEATURE_DATA_FORMAT_SUPPORT::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D12_FEATURE_DATA_FORMAT_SUPPORT` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D12_FEATURE_DATA_GPU_VIRTUAL_ADDRESS_SUPPORT` [INFO] [stderr] --> src/d3d12.rs:2637:27 [INFO] [stderr] | [INFO] [stderr] 2637 | let mut obj = D3D12_FEATURE_DATA_GPU_VIRTUAL_ADDRESS_SUPPORT::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D12_FEATURE_DATA_GPU_VIRTUAL_ADDRESS_SUPPORT` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D12_FEATURE_DATA_MULTISAMPLE_QUALITY_LEVELS` [INFO] [stderr] --> src/d3d12.rs:2678:27 [INFO] [stderr] | [INFO] [stderr] 2678 | let mut obj = D3D12_FEATURE_DATA_MULTISAMPLE_QUALITY_LEVELS::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D12_FEATURE_DATA_MULTISAMPLE_QUALITY_LEVELS` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D12_FEATURE_DATA_ROOT_SIGNATURE` [INFO] [stderr] --> src/d3d12.rs:2712:27 [INFO] [stderr] | [INFO] [stderr] 2712 | let mut obj = D3D12_FEATURE_DATA_ROOT_SIGNATURE::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D12_FEATURE_DATA_ROOT_SIGNATURE` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D12_FEATURE_DATA_SHADER_CACHE` [INFO] [stderr] --> src/d3d12.rs:2749:27 [INFO] [stderr] | [INFO] [stderr] 2749 | let mut obj = D3D12_FEATURE_DATA_SHADER_CACHE::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D12_FEATURE_DATA_SHADER_CACHE` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D12_FEATURE_DATA_SHADER_MODEL` [INFO] [stderr] --> src/d3d12.rs:2778:27 [INFO] [stderr] | [INFO] [stderr] 2778 | let mut obj = D3D12_FEATURE_DATA_SHADER_MODEL::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D12_FEATURE_DATA_SHADER_MODEL` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D12_STREAM_OUTPUT_DESC` [INFO] [stderr] --> src/d3d12.rs:3102:17 [INFO] [stderr] | [INFO] [stderr] 3102 | D3D12_STREAM_OUTPUT_DESC::default(), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D12_STREAM_OUTPUT_DESC` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D12_INDIRECT_ARGUMENT_DESC` [INFO] [stderr] --> src/d3d12.rs:3298:23 [INFO] [stderr] | [INFO] [stderr] 3298 | let mut obj = D3D12_INDIRECT_ARGUMENT_DESC::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D12_INDIRECT_ARGUMENT_DESC` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D12_RENDER_TARGET_VIEW_DESC` [INFO] [stderr] --> src/d3d12.rs:3747:23 [INFO] [stderr] | [INFO] [stderr] 3747 | let mut obj = D3D12_RENDER_TARGET_VIEW_DESC::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D12_RENDER_TARGET_VIEW_DESC` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D12_RESOURCE_BARRIER` [INFO] [stderr] --> src/d3d12.rs:3862:23 [INFO] [stderr] | [INFO] [stderr] 3862 | let mut obj = D3D12_RESOURCE_BARRIER::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D12_RESOURCE_BARRIER` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D12_ROOT_PARAMETER` [INFO] [stderr] --> src/d3d12.rs:4088:23 [INFO] [stderr] | [INFO] [stderr] 4088 | let mut obj = D3D12_ROOT_PARAMETER::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D12_ROOT_PARAMETER` [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `D3D12_ROOT_PARAMETER_TYPE_CBV` is not bound in all patterns [INFO] [stderr] --> src/d3d12.rs:4149:15 [INFO] [stderr] | [INFO] [stderr] 4148 | D3D12_ROOT_PARAMETER_TYPE_CBV [INFO] [stderr] | ----------------------------- variable not in all patterns [INFO] [stderr] 4149 | | D3D12_ROOT_PARAMETER_TYPE_SRV [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ pattern doesn't bind `D3D12_ROOT_PARAMETER_TYPE_CBV` [INFO] [stderr] 4150 | | D3D12_ROOT_PARAMETER_TYPE_UAV => unsafe { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ pattern doesn't bind `D3D12_ROOT_PARAMETER_TYPE_CBV` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::D3D12_ROOT_PARAMETER_TYPE_CBV` [INFO] [stderr] --> src/d3d12.rs:4148:13 [INFO] [stderr] | [INFO] [stderr] 4148 | D3D12_ROOT_PARAMETER_TYPE_CBV [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `D3D12_ROOT_PARAMETER_TYPE_SRV` is not bound in all patterns [INFO] [stderr] --> src/d3d12.rs:4148:13 [INFO] [stderr] | [INFO] [stderr] 4148 | D3D12_ROOT_PARAMETER_TYPE_CBV [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ pattern doesn't bind `D3D12_ROOT_PARAMETER_TYPE_SRV` [INFO] [stderr] 4149 | | D3D12_ROOT_PARAMETER_TYPE_SRV [INFO] [stderr] | ----------------------------- variable not in all patterns [INFO] [stderr] 4150 | | D3D12_ROOT_PARAMETER_TYPE_UAV => unsafe { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ pattern doesn't bind `D3D12_ROOT_PARAMETER_TYPE_SRV` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::D3D12_ROOT_PARAMETER_TYPE_SRV` [INFO] [stderr] --> src/d3d12.rs:4149:15 [INFO] [stderr] | [INFO] [stderr] 4149 | | D3D12_ROOT_PARAMETER_TYPE_SRV [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `D3D12_ROOT_PARAMETER_TYPE_UAV` is not bound in all patterns [INFO] [stderr] --> src/d3d12.rs:4148:13 [INFO] [stderr] | [INFO] [stderr] 4148 | D3D12_ROOT_PARAMETER_TYPE_CBV [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ pattern doesn't bind `D3D12_ROOT_PARAMETER_TYPE_UAV` [INFO] [stderr] 4149 | | D3D12_ROOT_PARAMETER_TYPE_SRV [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ pattern doesn't bind `D3D12_ROOT_PARAMETER_TYPE_UAV` [INFO] [stderr] 4150 | | D3D12_ROOT_PARAMETER_TYPE_UAV => unsafe { [INFO] [stderr] | ----------------------------- variable not in all patterns [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::D3D12_ROOT_PARAMETER_TYPE_UAV` [INFO] [stderr] --> src/d3d12.rs:4150:15 [INFO] [stderr] | [INFO] [stderr] 4150 | | D3D12_ROOT_PARAMETER_TYPE_UAV => unsafe { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D12_ROOT_PARAMETER1` [INFO] [stderr] --> src/d3d12.rs:4185:23 [INFO] [stderr] | [INFO] [stderr] 4185 | let mut obj = D3D12_ROOT_PARAMETER1::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D12_ROOT_PARAMETER1` [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `D3D12_ROOT_PARAMETER_TYPE_CBV` is not bound in all patterns [INFO] [stderr] --> src/d3d12.rs:4253:15 [INFO] [stderr] | [INFO] [stderr] 4252 | D3D12_ROOT_PARAMETER_TYPE_CBV [INFO] [stderr] | ----------------------------- variable not in all patterns [INFO] [stderr] 4253 | | D3D12_ROOT_PARAMETER_TYPE_SRV [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ pattern doesn't bind `D3D12_ROOT_PARAMETER_TYPE_CBV` [INFO] [stderr] 4254 | | D3D12_ROOT_PARAMETER_TYPE_UAV => unsafe { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ pattern doesn't bind `D3D12_ROOT_PARAMETER_TYPE_CBV` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::D3D12_ROOT_PARAMETER_TYPE_CBV` [INFO] [stderr] --> src/d3d12.rs:4252:13 [INFO] [stderr] | [INFO] [stderr] 4252 | D3D12_ROOT_PARAMETER_TYPE_CBV [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `D3D12_ROOT_PARAMETER_TYPE_SRV` is not bound in all patterns [INFO] [stderr] --> src/d3d12.rs:4252:13 [INFO] [stderr] | [INFO] [stderr] 4252 | D3D12_ROOT_PARAMETER_TYPE_CBV [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ pattern doesn't bind `D3D12_ROOT_PARAMETER_TYPE_SRV` [INFO] [stderr] 4253 | | D3D12_ROOT_PARAMETER_TYPE_SRV [INFO] [stderr] | ----------------------------- variable not in all patterns [INFO] [stderr] 4254 | | D3D12_ROOT_PARAMETER_TYPE_UAV => unsafe { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ pattern doesn't bind `D3D12_ROOT_PARAMETER_TYPE_SRV` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::D3D12_ROOT_PARAMETER_TYPE_SRV` [INFO] [stderr] --> src/d3d12.rs:4253:15 [INFO] [stderr] | [INFO] [stderr] 4253 | | D3D12_ROOT_PARAMETER_TYPE_SRV [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `D3D12_ROOT_PARAMETER_TYPE_UAV` is not bound in all patterns [INFO] [stderr] --> src/d3d12.rs:4252:13 [INFO] [stderr] | [INFO] [stderr] 4252 | D3D12_ROOT_PARAMETER_TYPE_CBV [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ pattern doesn't bind `D3D12_ROOT_PARAMETER_TYPE_UAV` [INFO] [stderr] 4253 | | D3D12_ROOT_PARAMETER_TYPE_SRV [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ pattern doesn't bind `D3D12_ROOT_PARAMETER_TYPE_UAV` [INFO] [stderr] 4254 | | D3D12_ROOT_PARAMETER_TYPE_UAV => unsafe { [INFO] [stderr] | ----------------------------- variable not in all patterns [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::D3D12_ROOT_PARAMETER_TYPE_UAV` [INFO] [stderr] --> src/d3d12.rs:4254:15 [INFO] [stderr] | [INFO] [stderr] 4254 | | D3D12_ROOT_PARAMETER_TYPE_UAV => unsafe { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D11_DEPTH_STENCIL_VIEW_DESC` [INFO] [stderr] --> src/d3d11.rs:1226:23 [INFO] [stderr] | [INFO] [stderr] 1226 | let mut obj = D3D11_DEPTH_STENCIL_VIEW_DESC::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D11_DEPTH_STENCIL_VIEW_DESC` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D12_SHADER_RESOURCE_VIEW_DESC` [INFO] [stderr] --> src/d3d12.rs:4685:24 [INFO] [stderr] | [INFO] [stderr] 4685 | let mut desc = D3D12_SHADER_RESOURCE_VIEW_DESC::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D12_SHADER_RESOURCE_VIEW_DESC` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D11_FEATURE_DATA_ARCHITECTURE_INFO` [INFO] [stderr] --> src/d3d11.rs:1477:27 [INFO] [stderr] | [INFO] [stderr] 1477 | let mut obj = D3D11_FEATURE_DATA_ARCHITECTURE_INFO::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D11_FEATURE_DATA_ARCHITECTURE_INFO` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D11_FEATURE_DATA_D3D10_X_HARDWARE_OPTIONS` [INFO] [stderr] --> src/d3d11.rs:1505:27 [INFO] [stderr] | [INFO] [stderr] 1505 | let mut obj = D3D11_FEATURE_DATA_D3D10_X_HARDWARE_OPTIONS::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D11_FEATURE_DATA_D3D10_X_HARDWARE_OPTIONS` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D11_FEATURE_DATA_D3D11_OPTIONS` [INFO] [stderr] --> src/d3d11.rs:1562:27 [INFO] [stderr] | [INFO] [stderr] 1562 | let mut obj = D3D11_FEATURE_DATA_D3D11_OPTIONS::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D11_FEATURE_DATA_D3D11_OPTIONS` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D11_FEATURE_DATA_D3D11_OPTIONS2` [INFO] [stderr] --> src/d3d11.rs:1604:27 [INFO] [stderr] | [INFO] [stderr] 1604 | let mut obj = D3D11_FEATURE_DATA_D3D11_OPTIONS2::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D11_FEATURE_DATA_D3D11_OPTIONS2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D11_FEATURE_DATA_D3D11_OPTIONS3` [INFO] [stderr] --> src/d3d11.rs:1632:27 [INFO] [stderr] | [INFO] [stderr] 1632 | let mut obj = D3D11_FEATURE_DATA_D3D11_OPTIONS3::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D11_FEATURE_DATA_D3D11_OPTIONS3` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D12_TEXTURE_COPY_LOCATION` [INFO] [stderr] --> src/d3d12.rs:5185:23 [INFO] [stderr] | [INFO] [stderr] 5185 | let mut tcl = D3D12_TEXTURE_COPY_LOCATION::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D12_TEXTURE_COPY_LOCATION` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D11_FEATURE_DATA_D3D9_OPTIONS` [INFO] [stderr] --> src/d3d11.rs:1658:27 [INFO] [stderr] | [INFO] [stderr] 1658 | let mut obj = D3D11_FEATURE_DATA_D3D9_OPTIONS::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D11_FEATURE_DATA_D3D9_OPTIONS` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D11_FEATURE_DATA_D3D9_OPTIONS1` [INFO] [stderr] --> src/d3d11.rs:1694:27 [INFO] [stderr] | [INFO] [stderr] 1694 | let mut obj = D3D11_FEATURE_DATA_D3D9_OPTIONS1::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D11_FEATURE_DATA_D3D9_OPTIONS1` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D12_UNORDERED_ACCESS_VIEW_DESC` [INFO] [stderr] --> src/d3d12.rs:5303:24 [INFO] [stderr] | [INFO] [stderr] 5303 | let mut desc = D3D12_UNORDERED_ACCESS_VIEW_DESC::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D12_UNORDERED_ACCESS_VIEW_DESC` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D11_FEATURE_DATA_D3D9_SHADOW_SUPPORT` [INFO] [stderr] --> src/d3d11.rs:1722:27 [INFO] [stderr] | [INFO] [stderr] 1722 | let mut obj = D3D11_FEATURE_DATA_D3D9_SHADOW_SUPPORT::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D11_FEATURE_DATA_D3D9_SHADOW_SUPPORT` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D12_VERSIONED_ROOT_SIGNATURE_DESC` [INFO] [stderr] --> src/d3d12.rs:5387:23 [INFO] [stderr] | [INFO] [stderr] 5387 | let mut obj = D3D12_VERSIONED_ROOT_SIGNATURE_DESC::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D12_VERSIONED_ROOT_SIGNATURE_DESC` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D11_FEATURE_DATA_D3D9_SIMPLE_INSTANCING_SUPPORT` [INFO] [stderr] --> src/d3d11.rs:1750:27 [INFO] [stderr] | [INFO] [stderr] 1750 | let mut obj = D3D11_FEATURE_DATA_D3D9_SIMPLE_INSTANCING_SUPPORT::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D11_FEATURE_DATA_D3D9_SIMPLE_INSTANCING_SUPPORT` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D11_FEATURE_DATA_DOUBLES` [INFO] [stderr] --> src/d3d11.rs:1776:27 [INFO] [stderr] | [INFO] [stderr] 1776 | let mut obj = D3D11_FEATURE_DATA_DOUBLES::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D11_FEATURE_DATA_DOUBLES` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D11_FEATURE_DATA_FORMAT_SUPPORT` [INFO] [stderr] --> src/d3d11.rs:1807:27 [INFO] [stderr] | [INFO] [stderr] 1807 | let mut obj = D3D11_FEATURE_DATA_FORMAT_SUPPORT::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D11_FEATURE_DATA_FORMAT_SUPPORT` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d12.rs:5530:1 [INFO] [stderr] | [INFO] [stderr] 5530 | impl_pageable!(CommandAllocator, ID3D12CommandAllocator); [INFO] [stderr] | --------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d12.rs:5530:1 [INFO] [stderr] | [INFO] [stderr] 5530 | impl_pageable!(CommandAllocator, ID3D12CommandAllocator); [INFO] [stderr] | --------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D11_FEATURE_DATA_FORMAT_SUPPORT2` [INFO] [stderr] --> src/d3d11.rs:1839:27 [INFO] [stderr] | [INFO] [stderr] 1839 | let mut obj = D3D11_FEATURE_DATA_FORMAT_SUPPORT2::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D11_FEATURE_DATA_FORMAT_SUPPORT2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D11_FEATURE_DATA_GPU_VIRTUAL_ADDRESS_SUPPORT` [INFO] [stderr] --> src/d3d11.rs:1868:27 [INFO] [stderr] | [INFO] [stderr] 1868 | let mut obj = D3D11_FEATURE_DATA_GPU_VIRTUAL_ADDRESS_SUPPORT::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D11_FEATURE_DATA_GPU_VIRTUAL_ADDRESS_SUPPORT` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d12.rs:5558:1 [INFO] [stderr] | [INFO] [stderr] 5558 | impl_command_list!(CommandList, ID3D12CommandList, CommandList); [INFO] [stderr] | ---------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D11_FEATURE_DATA_MARKER_SUPPORT` [INFO] [stderr] --> src/d3d11.rs:1894:27 [INFO] [stderr] | [INFO] [stderr] 1894 | let mut obj = D3D11_FEATURE_DATA_MARKER_SUPPORT::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D11_FEATURE_DATA_MARKER_SUPPORT` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d12.rs:5558:1 [INFO] [stderr] | [INFO] [stderr] 5558 | impl_command_list!(CommandList, ID3D12CommandList, CommandList); [INFO] [stderr] | ---------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D11_FEATURE_DATA_SHADER_MIN_PRECISION_SUPPORT` [INFO] [stderr] --> src/d3d11.rs:1922:27 [INFO] [stderr] | [INFO] [stderr] 1922 | let mut obj = D3D11_FEATURE_DATA_SHADER_MIN_PRECISION_SUPPORT::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D11_FEATURE_DATA_SHADER_MIN_PRECISION_SUPPORT` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d12.rs:5593:1 [INFO] [stderr] | [INFO] [stderr] 5593 | impl_pageable!(CommandQueue, ID3D12CommandQueue); [INFO] [stderr] | ------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d12.rs:5593:1 [INFO] [stderr] | [INFO] [stderr] 5593 | impl_pageable!(CommandQueue, ID3D12CommandQueue); [INFO] [stderr] | ------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D11_FEATURE_DATA_THREADING` [INFO] [stderr] --> src/d3d11.rs:1950:27 [INFO] [stderr] | [INFO] [stderr] 1950 | let mut obj = D3D11_FEATURE_DATA_THREADING::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D11_FEATURE_DATA_THREADING` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d12.rs:5701:1 [INFO] [stderr] | [INFO] [stderr] 5701 | impl_pageable!(CommandSignature, ID3D12CommandSignature); [INFO] [stderr] | --------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d12.rs:5701:1 [INFO] [stderr] | [INFO] [stderr] 5701 | impl_pageable!(CommandSignature, ID3D12CommandSignature); [INFO] [stderr] | --------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d12.rs:5711:1 [INFO] [stderr] | [INFO] [stderr] 5711 | impl_pageable!(DescriptorHeap, ID3D12DescriptorHeap); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d12.rs:5711:1 [INFO] [stderr] | [INFO] [stderr] 5711 | impl_pageable!(DescriptorHeap, ID3D12DescriptorHeap); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D11_RENDER_TARGET_VIEW_DESC` [INFO] [stderr] --> src/d3d11.rs:2343:24 [INFO] [stderr] | [INFO] [stderr] 2343 | let mut desc = D3D11_RENDER_TARGET_VIEW_DESC::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D11_RENDER_TARGET_VIEW_DESC` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d12.rs:6642:1 [INFO] [stderr] | [INFO] [stderr] 6642 | impl_device!(Device, ID3D12Device, Device); [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d12.rs:6642:1 [INFO] [stderr] | [INFO] [stderr] 6642 | impl_device!(Device, ID3D12Device, Device); [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D11_SHADER_RESOURCE_VIEW_DESC` [INFO] [stderr] --> src/d3d11.rs:2666:24 [INFO] [stderr] | [INFO] [stderr] 2666 | let mut desc = D3D11_SHADER_RESOURCE_VIEW_DESC::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D11_SHADER_RESOURCE_VIEW_DESC` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d12.rs:6643:1 [INFO] [stderr] | [INFO] [stderr] 6643 | impl_device!(Device1, ID3D12Device1, Device1); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D11_UNORDERED_ACCESS_VIEW_DESC` [INFO] [stderr] --> src/d3d11.rs:3422:24 [INFO] [stderr] | [INFO] [stderr] 3422 | let mut desc = D3D11_UNORDERED_ACCESS_VIEW_DESC::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D11_UNORDERED_ACCESS_VIEW_DESC` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d12.rs:6643:1 [INFO] [stderr] | [INFO] [stderr] 6643 | impl_device!(Device1, ID3D12Device1, Device1); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:3716:1 [INFO] [stderr] | [INFO] [stderr] 3716 | impl_resource!(Resource, ID3D11Resource); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:3716:1 [INFO] [stderr] | [INFO] [stderr] 3716 | impl_resource!(Resource, ID3D11Resource); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:3737:1 [INFO] [stderr] | [INFO] [stderr] 3737 | impl_view!(View, ID3D11View); [INFO] [stderr] | ----------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:3737:1 [INFO] [stderr] | [INFO] [stderr] 3737 | impl_view!(View, ID3D11View); [INFO] [stderr] | ----------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:3754:1 [INFO] [stderr] | [INFO] [stderr] 3754 | impl_asynchronous!(Asynchronous, ID3D11Asynchronous); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:3754:1 [INFO] [stderr] | [INFO] [stderr] 3754 | impl_asynchronous!(Asynchronous, ID3D11Asynchronous); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:3762:1 [INFO] [stderr] | [INFO] [stderr] 3762 | impl_devicechild!(AuthenticatedChannel, ID3D11AuthenticatedChannel); [INFO] [stderr] | -------------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:3762:1 [INFO] [stderr] | [INFO] [stderr] 3762 | impl_devicechild!(AuthenticatedChannel, ID3D11AuthenticatedChannel); [INFO] [stderr] | -------------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d12.rs:6644:1 [INFO] [stderr] | [INFO] [stderr] 6644 | impl_device!(Device2, ID3D12Device2, Device2); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:3803:1 [INFO] [stderr] | [INFO] [stderr] 3803 | impl_blendstate!(BlendState, ID3D11BlendState); [INFO] [stderr] | ----------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:3803:1 [INFO] [stderr] | [INFO] [stderr] 3803 | impl_blendstate!(BlendState, ID3D11BlendState); [INFO] [stderr] | ----------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:3824:1 [INFO] [stderr] | [INFO] [stderr] 3824 | impl_buffer!(Buffer, ID3D11Buffer); [INFO] [stderr] | ----------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d12.rs:6644:1 [INFO] [stderr] | [INFO] [stderr] 6644 | impl_device!(Device2, ID3D12Device2, Device2); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:3824:1 [INFO] [stderr] | [INFO] [stderr] 3824 | impl_buffer!(Buffer, ID3D11Buffer); [INFO] [stderr] | ----------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:3873:1 [INFO] [stderr] | [INFO] [stderr] 3873 | impl_classinstance!(ClassInstance, ID3D11ClassInstance); [INFO] [stderr] | -------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:3873:1 [INFO] [stderr] | [INFO] [stderr] 3873 | impl_classinstance!(ClassInstance, ID3D11ClassInstance); [INFO] [stderr] | -------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:3938:1 [INFO] [stderr] | [INFO] [stderr] 3938 | impl_classlinkage!(ClassLinkage, ID3D11ClassLinkage); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d12.rs:6691:1 [INFO] [stderr] | [INFO] [stderr] 6691 | impl_fence!(Fence, ID3D12Fence, Fence); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d12.rs:6691:1 [INFO] [stderr] | [INFO] [stderr] 6691 | impl_fence!(Fence, ID3D12Fence, Fence); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:3938:1 [INFO] [stderr] | [INFO] [stderr] 3938 | impl_classlinkage!(ClassLinkage, ID3D11ClassLinkage); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:3955:1 [INFO] [stderr] | [INFO] [stderr] 3955 | impl_commandlist!(CommandList, ID3D11CommandList); [INFO] [stderr] | -------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:3955:1 [INFO] [stderr] | [INFO] [stderr] 3955 | impl_commandlist!(CommandList, ID3D11CommandList); [INFO] [stderr] | -------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d12.rs:7481:1 [INFO] [stderr] | [INFO] [stderr] 7481 | / impl_graphics_command_list!( [INFO] [stderr] 7482 | | GraphicsCommandList, [INFO] [stderr] 7483 | | ID3D12GraphicsCommandList, [INFO] [stderr] 7484 | | GraphicsCommandList [INFO] [stderr] 7485 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d12.rs:7481:1 [INFO] [stderr] | [INFO] [stderr] 7481 | / impl_graphics_command_list!( [INFO] [stderr] 7482 | | GraphicsCommandList, [INFO] [stderr] 7483 | | ID3D12GraphicsCommandList, [INFO] [stderr] 7484 | | GraphicsCommandList [INFO] [stderr] 7485 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:3966:1 [INFO] [stderr] | [INFO] [stderr] 3966 | impl_computeshader!(ComputeShader, ID3D11ComputeShader); [INFO] [stderr] | -------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:3966:1 [INFO] [stderr] | [INFO] [stderr] 3966 | impl_computeshader!(ComputeShader, ID3D11ComputeShader); [INFO] [stderr] | -------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:3987:1 [INFO] [stderr] | [INFO] [stderr] 3987 | impl_counter!(Counter, ID3D11Counter); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:3987:1 [INFO] [stderr] | [INFO] [stderr] 3987 | impl_counter!(Counter, ID3D11Counter); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:4029:1 [INFO] [stderr] | [INFO] [stderr] 4029 | impl_cryptosession!(CryptoSession, ID3D11CryptoSession); [INFO] [stderr] | -------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:4029:1 [INFO] [stderr] | [INFO] [stderr] 4029 | impl_cryptosession!(CryptoSession, ID3D11CryptoSession); [INFO] [stderr] | -------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:4048:1 [INFO] [stderr] | [INFO] [stderr] 4048 | impl_depthstencilstate!(DepthStencilState, ID3D11DepthStencilState); [INFO] [stderr] | -------------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d12.rs:7492:1 [INFO] [stderr] | [INFO] [stderr] 7492 | impl_pageable!(Heap, ID3D12Heap); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d12.rs:7492:1 [INFO] [stderr] | [INFO] [stderr] 7492 | impl_pageable!(Heap, ID3D12Heap); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:4048:1 [INFO] [stderr] | [INFO] [stderr] 4048 | impl_depthstencilstate!(DepthStencilState, ID3D11DepthStencilState); [INFO] [stderr] | -------------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:4067:1 [INFO] [stderr] | [INFO] [stderr] 4067 | impl_depthstencilview!(DepthStencilView, ID3D11DepthStencilView); [INFO] [stderr] | ----------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d12.rs:7583:1 [INFO] [stderr] | [INFO] [stderr] 7583 | impl_pipeline_library!(PipelineLibrary, ID3D12PipelineLibrary, PipelineLibrary); [INFO] [stderr] | -------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:4067:1 [INFO] [stderr] | [INFO] [stderr] 4067 | impl_depthstencilview!(DepthStencilView, ID3D11DepthStencilView); [INFO] [stderr] | ----------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d12.rs:7583:1 [INFO] [stderr] | [INFO] [stderr] 7583 | impl_pipeline_library!(PipelineLibrary, ID3D12PipelineLibrary, PipelineLibrary); [INFO] [stderr] | -------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d12.rs:7590:1 [INFO] [stderr] | [INFO] [stderr] 7590 | impl_pageable!(PipelineState, ID3D12PipelineState); [INFO] [stderr] | --------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d12.rs:7590:1 [INFO] [stderr] | [INFO] [stderr] 7590 | impl_pageable!(PipelineState, ID3D12PipelineState); [INFO] [stderr] | --------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:4746:1 [INFO] [stderr] | [INFO] [stderr] 4746 | impl_device!(Device, ID3D11Device); [INFO] [stderr] | ----------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:4746:1 [INFO] [stderr] | [INFO] [stderr] 4746 | impl_device!(Device, ID3D11Device); [INFO] [stderr] | ----------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d12.rs:7604:1 [INFO] [stderr] | [INFO] [stderr] 7604 | impl_pageable!(QueryHeap, ID3D12QueryHeap); [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d12.rs:7604:1 [INFO] [stderr] | [INFO] [stderr] 7604 | impl_pageable!(QueryHeap, ID3D12QueryHeap); [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d12.rs:7623:1 [INFO] [stderr] | [INFO] [stderr] 7623 | impl_pageable!(Resource, ID3D12Resource); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d12.rs:7623:1 [INFO] [stderr] | [INFO] [stderr] 7623 | impl_pageable!(Resource, ID3D12Resource); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D12_HEAP_PROPERTIES` [INFO] [stderr] --> src/d3d12.rs:7632:30 [INFO] [stderr] | [INFO] [stderr] 7632 | let mut properties = D3D12_HEAP_PROPERTIES::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D12_HEAP_PROPERTIES` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d12.rs:7670:1 [INFO] [stderr] | [INFO] [stderr] 7670 | impl_devicechild!(RootSignature, ID3D12RootSignature); [INFO] [stderr] | ------------------------------------------------------ in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:6147:1 [INFO] [stderr] | [INFO] [stderr] 6147 | impl_devicecontext!(DeviceContext, ID3D11DeviceContext); [INFO] [stderr] | -------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d12.rs:7670:1 [INFO] [stderr] | [INFO] [stderr] 7670 | impl_devicechild!(RootSignature, ID3D12RootSignature); [INFO] [stderr] | ------------------------------------------------------ in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d12.rs:7678:1 [INFO] [stderr] | [INFO] [stderr] 7678 | impl_interface!(RootSignatureDeserializer, ID3D12RootSignatureDeserializer); [INFO] [stderr] | ---------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d12.rs:7678:1 [INFO] [stderr] | [INFO] [stderr] 7678 | impl_interface!(RootSignatureDeserializer, ID3D12RootSignatureDeserializer); [INFO] [stderr] | ---------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:6147:1 [INFO] [stderr] | [INFO] [stderr] 6147 | impl_devicecontext!(DeviceContext, ID3D11DeviceContext); [INFO] [stderr] | -------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d12.rs:7694:1 [INFO] [stderr] | [INFO] [stderr] 7694 | / impl_interface!( [INFO] [stderr] 7695 | | VersionedRootSignatureDeserializer, [INFO] [stderr] 7696 | | ID3D12VersionedRootSignatureDeserializer [INFO] [stderr] 7697 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d12.rs:7694:1 [INFO] [stderr] | [INFO] [stderr] 7694 | / impl_interface!( [INFO] [stderr] 7695 | | VersionedRootSignatureDeserializer, [INFO] [stderr] 7696 | | ID3D12VersionedRootSignatureDeserializer [INFO] [stderr] 7697 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:6158:1 [INFO] [stderr] | [INFO] [stderr] 6158 | impl_domainshader!(DomainShader, ID3D11DomainShader); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:6158:1 [INFO] [stderr] | [INFO] [stderr] 6158 | impl_domainshader!(DomainShader, ID3D11DomainShader); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d12sdklayers.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | impl_debug!(Debug, ID3D12Debug, Debug); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d12sdklayers.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | impl_debug!(Debug, ID3D12Debug, Debug); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:6169:1 [INFO] [stderr] | [INFO] [stderr] 6169 | impl_geometryshader!(GeometryShader, ID3D11GeometryShader); [INFO] [stderr] | ----------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:6169:1 [INFO] [stderr] | [INFO] [stderr] 6169 | impl_geometryshader!(GeometryShader, ID3D11GeometryShader); [INFO] [stderr] | ----------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:6180:1 [INFO] [stderr] | [INFO] [stderr] 6180 | impl_hullshader!(HullShader, ID3D11HullShader); [INFO] [stderr] | ----------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:6180:1 [INFO] [stderr] | [INFO] [stderr] 6180 | impl_hullshader!(HullShader, ID3D11HullShader); [INFO] [stderr] | ----------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:6191:1 [INFO] [stderr] | [INFO] [stderr] 6191 | impl_inputlayout!(InputLayout, ID3D11InputLayout); [INFO] [stderr] | -------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:6191:1 [INFO] [stderr] | [INFO] [stderr] 6191 | impl_inputlayout!(InputLayout, ID3D11InputLayout); [INFO] [stderr] | -------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:6202:1 [INFO] [stderr] | [INFO] [stderr] 6202 | impl_pixelshader!(PixelShader, ID3D11PixelShader); [INFO] [stderr] | -------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:6202:1 [INFO] [stderr] | [INFO] [stderr] 6202 | impl_pixelshader!(PixelShader, ID3D11PixelShader); [INFO] [stderr] | -------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:6221:1 [INFO] [stderr] | [INFO] [stderr] 6221 | impl_query!(Query, ID3D11Query); [INFO] [stderr] | -------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:6221:1 [INFO] [stderr] | [INFO] [stderr] 6221 | impl_query!(Query, ID3D11Query); [INFO] [stderr] | -------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:6232:1 [INFO] [stderr] | [INFO] [stderr] 6232 | impl_predicate!(Predicate, ID3D11Predicate); [INFO] [stderr] | -------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:6232:1 [INFO] [stderr] | [INFO] [stderr] 6232 | impl_predicate!(Predicate, ID3D11Predicate); [INFO] [stderr] | -------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:6251:1 [INFO] [stderr] | [INFO] [stderr] 6251 | impl_rasterizerState!(RasterizerState, ID3D11RasterizerState); [INFO] [stderr] | -------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:6251:1 [INFO] [stderr] | [INFO] [stderr] 6251 | impl_rasterizerState!(RasterizerState, ID3D11RasterizerState); [INFO] [stderr] | -------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:6270:1 [INFO] [stderr] | [INFO] [stderr] 6270 | impl_rendertargetview!(RenderTargetView, ID3D11RenderTargetView); [INFO] [stderr] | ----------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:6270:1 [INFO] [stderr] | [INFO] [stderr] 6270 | impl_rendertargetview!(RenderTargetView, ID3D11RenderTargetView); [INFO] [stderr] | ----------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:6289:1 [INFO] [stderr] | [INFO] [stderr] 6289 | impl_samplerstate!(SamplerState, ID3D11SamplerState); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:6289:1 [INFO] [stderr] | [INFO] [stderr] 6289 | impl_samplerstate!(SamplerState, ID3D11SamplerState); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:6308:1 [INFO] [stderr] | [INFO] [stderr] 6308 | impl_shader_resource_view!(ShaderResourceView, ID3D11ShaderResourceView); [INFO] [stderr] | ------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:6308:1 [INFO] [stderr] | [INFO] [stderr] 6308 | impl_shader_resource_view!(ShaderResourceView, ID3D11ShaderResourceView); [INFO] [stderr] | ------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:6327:1 [INFO] [stderr] | [INFO] [stderr] 6327 | impl_texture1d!(Texture1D, ID3D11Texture1D); [INFO] [stderr] | -------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:6327:1 [INFO] [stderr] | [INFO] [stderr] 6327 | impl_texture1d!(Texture1D, ID3D11Texture1D); [INFO] [stderr] | -------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:6346:1 [INFO] [stderr] | [INFO] [stderr] 6346 | impl_texture2d!(Texture2D, ID3D11Texture2D); [INFO] [stderr] | -------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:6346:1 [INFO] [stderr] | [INFO] [stderr] 6346 | impl_texture2d!(Texture2D, ID3D11Texture2D); [INFO] [stderr] | -------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:6365:1 [INFO] [stderr] | [INFO] [stderr] 6365 | impl_texture3d!(Texture3D, ID3D11Texture3D); [INFO] [stderr] | -------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:6365:1 [INFO] [stderr] | [INFO] [stderr] 6365 | impl_texture3d!(Texture3D, ID3D11Texture3D); [INFO] [stderr] | -------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:6384:1 [INFO] [stderr] | [INFO] [stderr] 6384 | impl_unordered_access_view!(UnorderedAccessView, ID3D11UnorderedAccessView); [INFO] [stderr] | ---------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:6384:1 [INFO] [stderr] | [INFO] [stderr] 6384 | impl_unordered_access_view!(UnorderedAccessView, ID3D11UnorderedAccessView); [INFO] [stderr] | ---------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:6395:1 [INFO] [stderr] | [INFO] [stderr] 6395 | impl_vertexshader!(VertexShader, ID3D11VertexShader); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:6395:1 [INFO] [stderr] | [INFO] [stderr] 6395 | impl_vertexshader!(VertexShader, ID3D11VertexShader); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stderr] --> src/d3d11.rs:6404:30 [INFO] [stderr] | [INFO] [stderr] 6404 | software: Option, [INFO] [stderr] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stderr] --> src/d3d11.rs:6439:30 [INFO] [stderr] | [INFO] [stderr] 6439 | software: Option, [INFO] [stderr] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11sdklayers.rs:219:1 [INFO] [stderr] | [INFO] [stderr] 219 | impl_debug!(Debug, ID3D11Debug); [INFO] [stderr] | -------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11sdklayers.rs:219:1 [INFO] [stderr] | [INFO] [stderr] 219 | impl_debug!(Debug, ID3D11Debug); [INFO] [stderr] | -------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/dxgi.rs:2206:1 [INFO] [stderr] | [INFO] [stderr] 2206 | impl_adapter!(Adapter, IDXGIAdapter, Adapter); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/dxgi.rs:2206:1 [INFO] [stderr] | [INFO] [stderr] 2206 | impl_adapter!(Adapter, IDXGIAdapter, Adapter); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/dxgi.rs:2207:1 [INFO] [stderr] | [INFO] [stderr] 2207 | impl_adapter!(Adapter1, IDXGIAdapter1, Adapter1); [INFO] [stderr] | ------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/dxgi.rs:2207:1 [INFO] [stderr] | [INFO] [stderr] 2207 | impl_adapter!(Adapter1, IDXGIAdapter1, Adapter1); [INFO] [stderr] | ------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/dxgi.rs:2261:1 [INFO] [stderr] | [INFO] [stderr] 2261 | impl_debug!(Debug, IDXGIDebug, Debug); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/dxgi.rs:2261:1 [INFO] [stderr] | [INFO] [stderr] 2261 | impl_debug!(Debug, IDXGIDebug, Debug); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/dxgi.rs:2262:1 [INFO] [stderr] | [INFO] [stderr] 2262 | impl_debug!(Debug1, IDXGIDebug1, Debug1); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/dxgi.rs:2262:1 [INFO] [stderr] | [INFO] [stderr] 2262 | impl_debug!(Debug1, IDXGIDebug1, Debug1); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/dxgi.rs:2596:1 [INFO] [stderr] | [INFO] [stderr] 2596 | impl_device!(Device, IDXGIDevice, Device); [INFO] [stderr] | ------------------------------------------ in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/dxgi.rs:2596:1 [INFO] [stderr] | [INFO] [stderr] 2596 | impl_device!(Device, IDXGIDevice, Device); [INFO] [stderr] | ------------------------------------------ in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/dxgi.rs:2597:1 [INFO] [stderr] | [INFO] [stderr] 2597 | impl_device!(Device1, IDXGIDevice1, Device1); [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/dxgi.rs:2597:1 [INFO] [stderr] | [INFO] [stderr] 2597 | impl_device!(Device1, IDXGIDevice1, Device1); [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/dxgi.rs:3043:1 [INFO] [stderr] | [INFO] [stderr] 3043 | impl_factory!(Factory, IDXGIFactory, Factory); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/dxgi.rs:3043:1 [INFO] [stderr] | [INFO] [stderr] 3043 | impl_factory!(Factory, IDXGIFactory, Factory); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/dxgi.rs:3044:1 [INFO] [stderr] | [INFO] [stderr] 3044 | impl_factory!(Factory1, IDXGIFactory1, Factory1); [INFO] [stderr] | ------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/dxgi.rs:3044:1 [INFO] [stderr] | [INFO] [stderr] 3044 | impl_factory!(Factory1, IDXGIFactory1, Factory1); [INFO] [stderr] | ------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/dxgi.rs:3511:1 [INFO] [stderr] | [INFO] [stderr] 3511 | impl_interface!(KeyedMutex, IDXGIKeyedMutex); [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/dxgi.rs:3511:1 [INFO] [stderr] | [INFO] [stderr] 3511 | impl_interface!(KeyedMutex, IDXGIKeyedMutex); [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/dxgi.rs:3915:1 [INFO] [stderr] | [INFO] [stderr] 3915 | impl_output!(Output, IDXGIOutput, Output); [INFO] [stderr] | ------------------------------------------ in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/dxgi.rs:3915:1 [INFO] [stderr] | [INFO] [stderr] 3915 | impl_output!(Output, IDXGIOutput, Output); [INFO] [stderr] | ------------------------------------------ in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/dxgi.rs:4113:1 [INFO] [stderr] | [INFO] [stderr] 4113 | impl_resource!(Resource, IDXGIResource, Resource); [INFO] [stderr] | -------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/dxgi.rs:4113:1 [INFO] [stderr] | [INFO] [stderr] 4113 | impl_resource!(Resource, IDXGIResource, Resource); [INFO] [stderr] | -------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/dxgi.rs:4202:1 [INFO] [stderr] | [INFO] [stderr] 4202 | impl_surface!(Surface, IDXGISurface, Surface); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/dxgi.rs:4202:1 [INFO] [stderr] | [INFO] [stderr] 4202 | impl_surface!(Surface, IDXGISurface, Surface); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/dxgi.rs:4203:1 [INFO] [stderr] | [INFO] [stderr] 4203 | impl_surface!(Surface1, IDXGISurface1, Surface1); [INFO] [stderr] | ------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/dxgi.rs:4203:1 [INFO] [stderr] | [INFO] [stderr] 4203 | impl_surface!(Surface1, IDXGISurface1, Surface1); [INFO] [stderr] | ------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/dxgi.rs:4625:1 [INFO] [stderr] | [INFO] [stderr] 4625 | impl_swapchain!(SwapChain, IDXGISwapChain, SwapChain); [INFO] [stderr] | ------------------------------------------------------ in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/dxgi.rs:4625:1 [INFO] [stderr] | [INFO] [stderr] 4625 | impl_swapchain!(SwapChain, IDXGISwapChain, SwapChain); [INFO] [stderr] | ------------------------------------------------------ in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/lib.rs:27:42 [INFO] [stderr] | [INFO] [stderr] 27 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `GUID` in this scope [INFO] [stderr] --> src/api.rs:11:21 [INFO] [stderr] | [INFO] [stderr] 11 | pub struct Guid(pub GUID); [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `GUID` in this scope [INFO] [stderr] --> src/api.rs:15:14 [INFO] [stderr] | [INFO] [stderr] 15 | Self(GUID { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `GUID` in this scope [INFO] [stderr] --> src/api.rs:23:11 [INFO] [stderr] | [INFO] [stderr] 23 | impl From for Guid { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `GUID` in this scope [INFO] [stderr] --> src/api.rs:24:18 [INFO] [stderr] | [INFO] [stderr] 24 | fn from(src: GUID) -> Guid { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `GUID` in this scope [INFO] [stderr] --> src/api.rs:28:21 [INFO] [stderr] | [INFO] [stderr] 28 | impl From for GUID { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `GUID` in this scope [INFO] [stderr] --> src/api.rs:29:27 [INFO] [stderr] | [INFO] [stderr] 29 | fn from(src: Guid) -> GUID { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `LUID` in this scope [INFO] [stderr] --> src/api.rs:58:11 [INFO] [stderr] | [INFO] [stderr] 58 | impl From for Luid { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `LUID` in this scope [INFO] [stderr] --> src/api.rs:59:18 [INFO] [stderr] | [INFO] [stderr] 59 | fn from(src: LUID) -> Luid { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `LUID` in this scope [INFO] [stderr] --> src/api.rs:63:21 [INFO] [stderr] | [INFO] [stderr] 63 | impl From for LUID { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `LUID` in this scope [INFO] [stderr] --> src/api.rs:64:27 [INFO] [stderr] | [INFO] [stderr] 64 | fn from(src: Luid) -> LUID { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `LUID` in this scope [INFO] [stderr] --> src/api.rs:65:9 [INFO] [stderr] | [INFO] [stderr] 65 | LUID { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `POINT` in this scope [INFO] [stderr] --> src/api.rs:85:11 [INFO] [stderr] | [INFO] [stderr] 85 | impl From for Point { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `POINT` in this scope [INFO] [stderr] --> src/api.rs:86:18 [INFO] [stderr] | [INFO] [stderr] 86 | fn from(src: POINT) -> Point { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `POINT` in this scope [INFO] [stderr] --> src/api.rs:90:22 [INFO] [stderr] | [INFO] [stderr] 90 | impl From for POINT { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `POINT` in this scope [INFO] [stderr] --> src/api.rs:91:28 [INFO] [stderr] | [INFO] [stderr] 91 | fn from(src: Point) -> POINT { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `POINT` in this scope [INFO] [stderr] --> src/api.rs:92:9 [INFO] [stderr] | [INFO] [stderr] 92 | POINT { x: src.x, y: src.y } [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RECT` in this scope [INFO] [stderr] --> src/api.rs:116:11 [INFO] [stderr] | [INFO] [stderr] 116 | impl From for Rect { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RECT` in this scope [INFO] [stderr] --> src/api.rs:117:18 [INFO] [stderr] | [INFO] [stderr] 117 | fn from(src: RECT) -> Rect { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RECT` in this scope [INFO] [stderr] --> src/api.rs:126:21 [INFO] [stderr] | [INFO] [stderr] 126 | impl From for RECT { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RECT` in this scope [INFO] [stderr] --> src/api.rs:127:27 [INFO] [stderr] | [INFO] [stderr] 127 | fn from(src: Rect) -> RECT { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `RECT` in this scope [INFO] [stderr] --> src/api.rs:128:9 [INFO] [stderr] | [INFO] [stderr] 128 | RECT { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `HANDLE` in this scope [INFO] [stderr] --> src/api.rs:139:19 [INFO] [stderr] | [INFO] [stderr] 139 | pub struct Handle(HANDLE); [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `HANDLE` in this scope [INFO] [stderr] --> src/api.rs:141:19 [INFO] [stderr] | [INFO] [stderr] 141 | pub fn new(p: HANDLE) -> Self { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `HANDLE` in this scope [INFO] [stderr] --> src/api.rs:144:36 [INFO] [stderr] | [INFO] [stderr] 144 | pub fn as_raw_handle(&self) -> HANDLE { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `CloseHandle` in this scope [INFO] [stderr] --> src/api.rs:151:13 [INFO] [stderr] | [INFO] [stderr] 151 | CloseHandle(self.0); [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `CreateEventW` in this scope [INFO] [stderr] --> src/api.rs:164:21 [INFO] [stderr] | [INFO] [stderr] 164 | let h = CreateEventW(std::ptr::null_mut(), 0, 0, std::ptr::null()); [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `WaitForSingleObject` in this scope [INFO] [stderr] --> src/api.rs:173:13 [INFO] [stderr] | [INFO] [stderr] 173 | WaitForSingleObject( [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `INFINITE` in this scope [INFO] [stderr] --> src/api.rs:175:32 [INFO] [stderr] | [INFO] [stderr] 175 | timeout.map_or(INFINITE, |d| d.as_millis() as u32), [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `HANDLE` in this scope [INFO] [stderr] --> src/api.rs:181:36 [INFO] [stderr] | [INFO] [stderr] 181 | pub fn as_raw_handle(&self) -> HANDLE { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `HWND` in this scope [INFO] [stderr] --> src/api.rs:190:26 [INFO] [stderr] | [INFO] [stderr] 190 | fn as_hwnd(&self) -> HWND; [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `HWND` in this scope [INFO] [stderr] --> src/api.rs:193:23 [INFO] [stderr] | [INFO] [stderr] 193 | impl WindowHandle for HWND { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `HWND` in this scope [INFO] [stderr] --> src/api.rs:194:26 [INFO] [stderr] | [INFO] [stderr] 194 | fn as_hwnd(&self) -> HWND { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `HWND` in this scope [INFO] [stderr] --> src/api.rs:202:26 [INFO] [stderr] | [INFO] [stderr] 202 | fn as_hwnd(&self) -> HWND { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `HWND` in this scope [INFO] [stderr] --> src/api.rs:203:25 [INFO] [stderr] | [INFO] [stderr] 203 | self.clone() as HWND [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `HWND` in this scope [INFO] [stderr] --> src/api.rs:210:26 [INFO] [stderr] | [INFO] [stderr] 210 | fn as_hwnd(&self) -> HWND { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `HWND` in this scope [INFO] [stderr] --> src/api.rs:211:25 [INFO] [stderr] | [INFO] [stderr] 211 | self.clone() as HWND [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D_DRIVER_TYPE_UNKNOWN` in this scope [INFO] [stderr] --> src/d3d.rs:20:15 [INFO] [stderr] | [INFO] [stderr] 20 | Unknown = D3D_DRIVER_TYPE_UNKNOWN, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D_DRIVER_TYPE_HARDWARE` in this scope [INFO] [stderr] --> src/d3d.rs:21:16 [INFO] [stderr] | [INFO] [stderr] 21 | Hardware = D3D_DRIVER_TYPE_HARDWARE, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D_DRIVER_TYPE_REFERENCE` in this scope [INFO] [stderr] --> src/d3d.rs:22:17 [INFO] [stderr] | [INFO] [stderr] 22 | Reference = D3D_DRIVER_TYPE_REFERENCE, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D_DRIVER_TYPE_NULL` in this scope [INFO] [stderr] --> src/d3d.rs:23:12 [INFO] [stderr] | [INFO] [stderr] 23 | Null = D3D_DRIVER_TYPE_NULL, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D_DRIVER_TYPE_SOFTWARE` in this scope [INFO] [stderr] --> src/d3d.rs:24:16 [INFO] [stderr] | [INFO] [stderr] 24 | Software = D3D_DRIVER_TYPE_SOFTWARE, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D_DRIVER_TYPE_WARP` in this scope [INFO] [stderr] --> src/d3d.rs:25:12 [INFO] [stderr] | [INFO] [stderr] 25 | Warp = D3D_DRIVER_TYPE_WARP, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D_INCLUDE_LOCAL` in this scope [INFO] [stderr] --> src/d3d.rs:31:13 [INFO] [stderr] | [INFO] [stderr] 31 | Local = D3D_INCLUDE_LOCAL, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D_INCLUDE_SYSTEM` in this scope [INFO] [stderr] --> src/d3d.rs:32:14 [INFO] [stderr] | [INFO] [stderr] 32 | System = D3D_INCLUDE_SYSTEM, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_UNDEFINED` in this scope [INFO] [stderr] --> src/d3d.rs:38:17 [INFO] [stderr] | [INFO] [stderr] 38 | Undefined = D3D_PRIMITIVE_UNDEFINED, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_POINT` in this scope [INFO] [stderr] --> src/d3d.rs:39:13 [INFO] [stderr] | [INFO] [stderr] 39 | Point = D3D_PRIMITIVE_POINT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_LINE` in this scope [INFO] [stderr] --> src/d3d.rs:40:12 [INFO] [stderr] | [INFO] [stderr] 40 | Line = D3D_PRIMITIVE_LINE, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_TRIANGLE` in this scope [INFO] [stderr] --> src/d3d.rs:41:16 [INFO] [stderr] | [INFO] [stderr] 41 | Triangle = D3D_PRIMITIVE_TRIANGLE, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_LINE_ADJ` in this scope [INFO] [stderr] --> src/d3d.rs:42:15 [INFO] [stderr] | [INFO] [stderr] 42 | LineAdj = D3D_PRIMITIVE_LINE_ADJ, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_TRIANGLE_ADJ` in this scope [INFO] [stderr] --> src/d3d.rs:43:19 [INFO] [stderr] | [INFO] [stderr] 43 | TriangleAdj = D3D_PRIMITIVE_TRIANGLE_ADJ, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_1_CONTROL_POINT_PATCH` in this scope [INFO] [stderr] --> src/d3d.rs:44:26 [INFO] [stderr] | [INFO] [stderr] 44 | ControlPointPatch1 = D3D_PRIMITIVE_1_CONTROL_POINT_PATCH, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_2_CONTROL_POINT_PATCH` in this scope [INFO] [stderr] --> src/d3d.rs:45:26 [INFO] [stderr] | [INFO] [stderr] 45 | ControlPointPatch2 = D3D_PRIMITIVE_2_CONTROL_POINT_PATCH, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_3_CONTROL_POINT_PATCH` in this scope [INFO] [stderr] --> src/d3d.rs:46:26 [INFO] [stderr] | [INFO] [stderr] 46 | ControlPointPatch3 = D3D_PRIMITIVE_3_CONTROL_POINT_PATCH, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_4_CONTROL_POINT_PATCH` in this scope [INFO] [stderr] --> src/d3d.rs:47:26 [INFO] [stderr] | [INFO] [stderr] 47 | ControlPointPatch4 = D3D_PRIMITIVE_4_CONTROL_POINT_PATCH, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_5_CONTROL_POINT_PATCH` in this scope [INFO] [stderr] --> src/d3d.rs:48:26 [INFO] [stderr] | [INFO] [stderr] 48 | ControlPointPatch5 = D3D_PRIMITIVE_5_CONTROL_POINT_PATCH, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_6_CONTROL_POINT_PATCH` in this scope [INFO] [stderr] --> src/d3d.rs:49:26 [INFO] [stderr] | [INFO] [stderr] 49 | ControlPointPatch6 = D3D_PRIMITIVE_6_CONTROL_POINT_PATCH, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_7_CONTROL_POINT_PATCH` in this scope [INFO] [stderr] --> src/d3d.rs:50:26 [INFO] [stderr] | [INFO] [stderr] 50 | ControlPointPatch7 = D3D_PRIMITIVE_7_CONTROL_POINT_PATCH, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_8_CONTROL_POINT_PATCH` in this scope [INFO] [stderr] --> src/d3d.rs:51:26 [INFO] [stderr] | [INFO] [stderr] 51 | ControlPointPatch8 = D3D_PRIMITIVE_8_CONTROL_POINT_PATCH, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_9_CONTROL_POINT_PATCH` in this scope [INFO] [stderr] --> src/d3d.rs:52:26 [INFO] [stderr] | [INFO] [stderr] 52 | ControlPointPatch9 = D3D_PRIMITIVE_9_CONTROL_POINT_PATCH, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_10_CONTROL_POINT_PATCH` in this scope [INFO] [stderr] --> src/d3d.rs:53:27 [INFO] [stderr] | [INFO] [stderr] 53 | ControlPointPatch10 = D3D_PRIMITIVE_10_CONTROL_POINT_PATCH, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_11_CONTROL_POINT_PATCH` in this scope [INFO] [stderr] --> src/d3d.rs:54:27 [INFO] [stderr] | [INFO] [stderr] 54 | ControlPointPatch11 = D3D_PRIMITIVE_11_CONTROL_POINT_PATCH, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_12_CONTROL_POINT_PATCH` in this scope [INFO] [stderr] --> src/d3d.rs:55:27 [INFO] [stderr] | [INFO] [stderr] 55 | ControlPointPatch12 = D3D_PRIMITIVE_12_CONTROL_POINT_PATCH, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_13_CONTROL_POINT_PATCH` in this scope [INFO] [stderr] --> src/d3d.rs:56:27 [INFO] [stderr] | [INFO] [stderr] 56 | ControlPointPatch13 = D3D_PRIMITIVE_13_CONTROL_POINT_PATCH, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_14_CONTROL_POINT_PATCH` in this scope [INFO] [stderr] --> src/d3d.rs:57:27 [INFO] [stderr] | [INFO] [stderr] 57 | ControlPointPatch14 = D3D_PRIMITIVE_14_CONTROL_POINT_PATCH, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_15_CONTROL_POINT_PATCH` in this scope [INFO] [stderr] --> src/d3d.rs:58:27 [INFO] [stderr] | [INFO] [stderr] 58 | ControlPointPatch15 = D3D_PRIMITIVE_15_CONTROL_POINT_PATCH, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_16_CONTROL_POINT_PATCH` in this scope [INFO] [stderr] --> src/d3d.rs:59:27 [INFO] [stderr] | [INFO] [stderr] 59 | ControlPointPatch16 = D3D_PRIMITIVE_16_CONTROL_POINT_PATCH, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_17_CONTROL_POINT_PATCH` in this scope [INFO] [stderr] --> src/d3d.rs:60:27 [INFO] [stderr] | [INFO] [stderr] 60 | ControlPointPatch17 = D3D_PRIMITIVE_17_CONTROL_POINT_PATCH, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_18_CONTROL_POINT_PATCH` in this scope [INFO] [stderr] --> src/d3d.rs:61:27 [INFO] [stderr] | [INFO] [stderr] 61 | ControlPointPatch18 = D3D_PRIMITIVE_18_CONTROL_POINT_PATCH, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_19_CONTROL_POINT_PATCH` in this scope [INFO] [stderr] --> src/d3d.rs:62:27 [INFO] [stderr] | [INFO] [stderr] 62 | ControlPointPatch19 = D3D_PRIMITIVE_19_CONTROL_POINT_PATCH, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_20_CONTROL_POINT_PATCH` in this scope [INFO] [stderr] --> src/d3d.rs:63:27 [INFO] [stderr] | [INFO] [stderr] 63 | ControlPointPatch20 = D3D_PRIMITIVE_20_CONTROL_POINT_PATCH, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_21_CONTROL_POINT_PATCH` in this scope [INFO] [stderr] --> src/d3d.rs:64:27 [INFO] [stderr] | [INFO] [stderr] 64 | ControlPointPatch21 = D3D_PRIMITIVE_21_CONTROL_POINT_PATCH, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_22_CONTROL_POINT_PATCH` in this scope [INFO] [stderr] --> src/d3d.rs:65:27 [INFO] [stderr] | [INFO] [stderr] 65 | ControlPointPatch22 = D3D_PRIMITIVE_22_CONTROL_POINT_PATCH, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_23_CONTROL_POINT_PATCH` in this scope [INFO] [stderr] --> src/d3d.rs:66:27 [INFO] [stderr] | [INFO] [stderr] 66 | ControlPointPatch23 = D3D_PRIMITIVE_23_CONTROL_POINT_PATCH, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_24_CONTROL_POINT_PATCH` in this scope [INFO] [stderr] --> src/d3d.rs:67:27 [INFO] [stderr] | [INFO] [stderr] 67 | ControlPointPatch24 = D3D_PRIMITIVE_24_CONTROL_POINT_PATCH, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_25_CONTROL_POINT_PATCH` in this scope [INFO] [stderr] --> src/d3d.rs:68:27 [INFO] [stderr] | [INFO] [stderr] 68 | ControlPointPatch25 = D3D_PRIMITIVE_25_CONTROL_POINT_PATCH, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_26_CONTROL_POINT_PATCH` in this scope [INFO] [stderr] --> src/d3d.rs:69:27 [INFO] [stderr] | [INFO] [stderr] 69 | ControlPointPatch26 = D3D_PRIMITIVE_26_CONTROL_POINT_PATCH, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_27_CONTROL_POINT_PATCH` in this scope [INFO] [stderr] --> src/d3d.rs:70:27 [INFO] [stderr] | [INFO] [stderr] 70 | ControlPointPatch27 = D3D_PRIMITIVE_27_CONTROL_POINT_PATCH, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_28_CONTROL_POINT_PATCH` in this scope [INFO] [stderr] --> src/d3d.rs:71:27 [INFO] [stderr] | [INFO] [stderr] 71 | ControlPointPatch28 = D3D_PRIMITIVE_28_CONTROL_POINT_PATCH, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_29_CONTROL_POINT_PATCH` in this scope [INFO] [stderr] --> src/d3d.rs:72:27 [INFO] [stderr] | [INFO] [stderr] 72 | ControlPointPatch29 = D3D_PRIMITIVE_29_CONTROL_POINT_PATCH, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_30_CONTROL_POINT_PATCH` in this scope [INFO] [stderr] --> src/d3d.rs:73:27 [INFO] [stderr] | [INFO] [stderr] 73 | ControlPointPatch30 = D3D_PRIMITIVE_30_CONTROL_POINT_PATCH, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_31_CONTROL_POINT_PATCH` in this scope [INFO] [stderr] --> src/d3d.rs:74:27 [INFO] [stderr] | [INFO] [stderr] 74 | ControlPointPatch31 = D3D_PRIMITIVE_31_CONTROL_POINT_PATCH, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_32_CONTROL_POINT_PATCH` in this scope [INFO] [stderr] --> src/d3d.rs:75:27 [INFO] [stderr] | [INFO] [stderr] 75 | ControlPointPatch32 = D3D_PRIMITIVE_32_CONTROL_POINT_PATCH, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_TOPOLOGY_UNDEFINED` in this scope [INFO] [stderr] --> src/d3d.rs:82:17 [INFO] [stderr] | [INFO] [stderr] 82 | Undefined = D3D_PRIMITIVE_TOPOLOGY_UNDEFINED, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_TOPOLOGY_POINTLIST` in this scope [INFO] [stderr] --> src/d3d.rs:83:17 [INFO] [stderr] | [INFO] [stderr] 83 | PointList = D3D_PRIMITIVE_TOPOLOGY_POINTLIST, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_TOPOLOGY_LINELIST` in this scope [INFO] [stderr] --> src/d3d.rs:84:16 [INFO] [stderr] | [INFO] [stderr] 84 | LineList = D3D_PRIMITIVE_TOPOLOGY_LINELIST, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_TOPOLOGY_LINESTRIP` in this scope [INFO] [stderr] --> src/d3d.rs:85:17 [INFO] [stderr] | [INFO] [stderr] 85 | LineStrip = D3D_PRIMITIVE_TOPOLOGY_LINESTRIP, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_TOPOLOGY_TRIANGLELIST` in this scope [INFO] [stderr] --> src/d3d.rs:86:20 [INFO] [stderr] | [INFO] [stderr] 86 | TriangleList = D3D_PRIMITIVE_TOPOLOGY_TRIANGLELIST, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_TOPOLOGY_TRIANGLESTRIP` in this scope [INFO] [stderr] --> src/d3d.rs:87:21 [INFO] [stderr] | [INFO] [stderr] 87 | TriangleStrip = D3D_PRIMITIVE_TOPOLOGY_TRIANGLESTRIP, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_TOPOLOGY_LINELIST_ADJ` in this scope [INFO] [stderr] --> src/d3d.rs:88:19 [INFO] [stderr] | [INFO] [stderr] 88 | LineListAdj = D3D_PRIMITIVE_TOPOLOGY_LINELIST_ADJ, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_TOPOLOGY_LINESTRIP_ADJ` in this scope [INFO] [stderr] --> src/d3d.rs:89:20 [INFO] [stderr] | [INFO] [stderr] 89 | LineStripAdj = D3D_PRIMITIVE_TOPOLOGY_LINESTRIP_ADJ, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_TOPOLOGY_TRIANGLELIST_ADJ` in this scope [INFO] [stderr] --> src/d3d.rs:90:23 [INFO] [stderr] | [INFO] [stderr] 90 | TriangleListAdj = D3D_PRIMITIVE_TOPOLOGY_TRIANGLELIST_ADJ, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_TOPOLOGY_TRIANGLESTRIP_ADJ` in this scope [INFO] [stderr] --> src/d3d.rs:91:24 [INFO] [stderr] | [INFO] [stderr] 91 | TriangleStripAdj = D3D_PRIMITIVE_TOPOLOGY_TRIANGLESTRIP_ADJ, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_TOPOLOGY_1_CONTROL_POINT_PATCHLIST` in this scope [INFO] [stderr] --> src/d3d.rs:92:30 [INFO] [stderr] | [INFO] [stderr] 92 | ControlPointPatchlist1 = D3D_PRIMITIVE_TOPOLOGY_1_CONTROL_POINT_PATCHLIST, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_TOPOLOGY_2_CONTROL_POINT_PATCHLIST` in this scope [INFO] [stderr] --> src/d3d.rs:93:30 [INFO] [stderr] | [INFO] [stderr] 93 | ControlPointPatchlist2 = D3D_PRIMITIVE_TOPOLOGY_2_CONTROL_POINT_PATCHLIST, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_TOPOLOGY_3_CONTROL_POINT_PATCHLIST` in this scope [INFO] [stderr] --> src/d3d.rs:94:30 [INFO] [stderr] | [INFO] [stderr] 94 | ControlPointPatchlist3 = D3D_PRIMITIVE_TOPOLOGY_3_CONTROL_POINT_PATCHLIST, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_TOPOLOGY_4_CONTROL_POINT_PATCHLIST` in this scope [INFO] [stderr] --> src/d3d.rs:95:30 [INFO] [stderr] | [INFO] [stderr] 95 | ControlPointPatchlist4 = D3D_PRIMITIVE_TOPOLOGY_4_CONTROL_POINT_PATCHLIST, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_TOPOLOGY_5_CONTROL_POINT_PATCHLIST` in this scope [INFO] [stderr] --> src/d3d.rs:96:30 [INFO] [stderr] | [INFO] [stderr] 96 | ControlPointPatchlist5 = D3D_PRIMITIVE_TOPOLOGY_5_CONTROL_POINT_PATCHLIST, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_TOPOLOGY_6_CONTROL_POINT_PATCHLIST` in this scope [INFO] [stderr] --> src/d3d.rs:97:30 [INFO] [stderr] | [INFO] [stderr] 97 | ControlPointPatchlist6 = D3D_PRIMITIVE_TOPOLOGY_6_CONTROL_POINT_PATCHLIST, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_TOPOLOGY_7_CONTROL_POINT_PATCHLIST` in this scope [INFO] [stderr] --> src/d3d.rs:98:30 [INFO] [stderr] | [INFO] [stderr] 98 | ControlPointPatchlist7 = D3D_PRIMITIVE_TOPOLOGY_7_CONTROL_POINT_PATCHLIST, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_TOPOLOGY_8_CONTROL_POINT_PATCHLIST` in this scope [INFO] [stderr] --> src/d3d.rs:99:30 [INFO] [stderr] | [INFO] [stderr] 99 | ControlPointPatchlist8 = D3D_PRIMITIVE_TOPOLOGY_8_CONTROL_POINT_PATCHLIST, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_TOPOLOGY_9_CONTROL_POINT_PATCHLIST` in this scope [INFO] [stderr] --> src/d3d.rs:100:30 [INFO] [stderr] | [INFO] [stderr] 100 | ControlPointPatchlist9 = D3D_PRIMITIVE_TOPOLOGY_9_CONTROL_POINT_PATCHLIST, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_TOPOLOGY_10_CONTROL_POINT_PATCHLIST` in this scope [INFO] [stderr] --> src/d3d.rs:101:31 [INFO] [stderr] | [INFO] [stderr] 101 | ControlPointPatchlist10 = D3D_PRIMITIVE_TOPOLOGY_10_CONTROL_POINT_PATCHLIST, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_TOPOLOGY_11_CONTROL_POINT_PATCHLIST` in this scope [INFO] [stderr] --> src/d3d.rs:102:31 [INFO] [stderr] | [INFO] [stderr] 102 | ControlPointPatchlist11 = D3D_PRIMITIVE_TOPOLOGY_11_CONTROL_POINT_PATCHLIST, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_TOPOLOGY_12_CONTROL_POINT_PATCHLIST` in this scope [INFO] [stderr] --> src/d3d.rs:103:31 [INFO] [stderr] | [INFO] [stderr] 103 | ControlPointPatchlist12 = D3D_PRIMITIVE_TOPOLOGY_12_CONTROL_POINT_PATCHLIST, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_TOPOLOGY_13_CONTROL_POINT_PATCHLIST` in this scope [INFO] [stderr] --> src/d3d.rs:104:31 [INFO] [stderr] | [INFO] [stderr] 104 | ControlPointPatchlist13 = D3D_PRIMITIVE_TOPOLOGY_13_CONTROL_POINT_PATCHLIST, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_TOPOLOGY_14_CONTROL_POINT_PATCHLIST` in this scope [INFO] [stderr] --> src/d3d.rs:105:31 [INFO] [stderr] | [INFO] [stderr] 105 | ControlPointPatchlist14 = D3D_PRIMITIVE_TOPOLOGY_14_CONTROL_POINT_PATCHLIST, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_TOPOLOGY_15_CONTROL_POINT_PATCHLIST` in this scope [INFO] [stderr] --> src/d3d.rs:106:31 [INFO] [stderr] | [INFO] [stderr] 106 | ControlPointPatchlist15 = D3D_PRIMITIVE_TOPOLOGY_15_CONTROL_POINT_PATCHLIST, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_TOPOLOGY_16_CONTROL_POINT_PATCHLIST` in this scope [INFO] [stderr] --> src/d3d.rs:107:31 [INFO] [stderr] | [INFO] [stderr] 107 | ControlPointPatchlist16 = D3D_PRIMITIVE_TOPOLOGY_16_CONTROL_POINT_PATCHLIST, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_TOPOLOGY_17_CONTROL_POINT_PATCHLIST` in this scope [INFO] [stderr] --> src/d3d.rs:108:31 [INFO] [stderr] | [INFO] [stderr] 108 | ControlPointPatchlist17 = D3D_PRIMITIVE_TOPOLOGY_17_CONTROL_POINT_PATCHLIST, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_TOPOLOGY_18_CONTROL_POINT_PATCHLIST` in this scope [INFO] [stderr] --> src/d3d.rs:109:31 [INFO] [stderr] | [INFO] [stderr] 109 | ControlPointPatchlist18 = D3D_PRIMITIVE_TOPOLOGY_18_CONTROL_POINT_PATCHLIST, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_TOPOLOGY_19_CONTROL_POINT_PATCHLIST` in this scope [INFO] [stderr] --> src/d3d.rs:110:31 [INFO] [stderr] | [INFO] [stderr] 110 | ControlPointPatchlist19 = D3D_PRIMITIVE_TOPOLOGY_19_CONTROL_POINT_PATCHLIST, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_TOPOLOGY_20_CONTROL_POINT_PATCHLIST` in this scope [INFO] [stderr] --> src/d3d.rs:111:31 [INFO] [stderr] | [INFO] [stderr] 111 | ControlPointPatchlist20 = D3D_PRIMITIVE_TOPOLOGY_20_CONTROL_POINT_PATCHLIST, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_TOPOLOGY_21_CONTROL_POINT_PATCHLIST` in this scope [INFO] [stderr] --> src/d3d.rs:112:31 [INFO] [stderr] | [INFO] [stderr] 112 | ControlPointPatchlist21 = D3D_PRIMITIVE_TOPOLOGY_21_CONTROL_POINT_PATCHLIST, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_TOPOLOGY_22_CONTROL_POINT_PATCHLIST` in this scope [INFO] [stderr] --> src/d3d.rs:113:31 [INFO] [stderr] | [INFO] [stderr] 113 | ControlPointPatchlist22 = D3D_PRIMITIVE_TOPOLOGY_22_CONTROL_POINT_PATCHLIST, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_TOPOLOGY_23_CONTROL_POINT_PATCHLIST` in this scope [INFO] [stderr] --> src/d3d.rs:114:31 [INFO] [stderr] | [INFO] [stderr] 114 | ControlPointPatchlist23 = D3D_PRIMITIVE_TOPOLOGY_23_CONTROL_POINT_PATCHLIST, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_TOPOLOGY_24_CONTROL_POINT_PATCHLIST` in this scope [INFO] [stderr] --> src/d3d.rs:115:31 [INFO] [stderr] | [INFO] [stderr] 115 | ControlPointPatchlist24 = D3D_PRIMITIVE_TOPOLOGY_24_CONTROL_POINT_PATCHLIST, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_TOPOLOGY_25_CONTROL_POINT_PATCHLIST` in this scope [INFO] [stderr] --> src/d3d.rs:116:31 [INFO] [stderr] | [INFO] [stderr] 116 | ControlPointPatchlist25 = D3D_PRIMITIVE_TOPOLOGY_25_CONTROL_POINT_PATCHLIST, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_TOPOLOGY_26_CONTROL_POINT_PATCHLIST` in this scope [INFO] [stderr] --> src/d3d.rs:117:31 [INFO] [stderr] | [INFO] [stderr] 117 | ControlPointPatchlist26 = D3D_PRIMITIVE_TOPOLOGY_26_CONTROL_POINT_PATCHLIST, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_TOPOLOGY_27_CONTROL_POINT_PATCHLIST` in this scope [INFO] [stderr] --> src/d3d.rs:118:31 [INFO] [stderr] | [INFO] [stderr] 118 | ControlPointPatchlist27 = D3D_PRIMITIVE_TOPOLOGY_27_CONTROL_POINT_PATCHLIST, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_TOPOLOGY_28_CONTROL_POINT_PATCHLIST` in this scope [INFO] [stderr] --> src/d3d.rs:119:31 [INFO] [stderr] | [INFO] [stderr] 119 | ControlPointPatchlist28 = D3D_PRIMITIVE_TOPOLOGY_28_CONTROL_POINT_PATCHLIST, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_TOPOLOGY_29_CONTROL_POINT_PATCHLIST` in this scope [INFO] [stderr] --> src/d3d.rs:120:31 [INFO] [stderr] | [INFO] [stderr] 120 | ControlPointPatchlist29 = D3D_PRIMITIVE_TOPOLOGY_29_CONTROL_POINT_PATCHLIST, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_TOPOLOGY_30_CONTROL_POINT_PATCHLIST` in this scope [INFO] [stderr] --> src/d3d.rs:121:31 [INFO] [stderr] | [INFO] [stderr] 121 | ControlPointPatchlist30 = D3D_PRIMITIVE_TOPOLOGY_30_CONTROL_POINT_PATCHLIST, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_TOPOLOGY_31_CONTROL_POINT_PATCHLIST` in this scope [INFO] [stderr] --> src/d3d.rs:122:31 [INFO] [stderr] | [INFO] [stderr] 122 | ControlPointPatchlist31 = D3D_PRIMITIVE_TOPOLOGY_31_CONTROL_POINT_PATCHLIST, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_TOPOLOGY_32_CONTROL_POINT_PATCHLIST` in this scope [INFO] [stderr] --> src/d3d.rs:123:31 [INFO] [stderr] | [INFO] [stderr] 123 | ControlPointPatchlist32 = D3D_PRIMITIVE_TOPOLOGY_32_CONTROL_POINT_PATCHLIST, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D_FEATURE_LEVEL` in this scope [INFO] [stderr] --> src/d3d.rs:129:29 [INFO] [stderr] | [INFO] [stderr] 129 | impl From for D3D_FEATURE_LEVEL { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D_FEATURE_LEVEL` in this scope [INFO] [stderr] --> src/d3d.rs:130:35 [INFO] [stderr] | [INFO] [stderr] 130 | fn from(src: FeatureLevel) -> D3D_FEATURE_LEVEL { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D_FEATURE_LEVEL` in this scope [INFO] [stderr] --> src/d3d.rs:134:11 [INFO] [stderr] | [INFO] [stderr] 134 | impl From for FeatureLevel { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D_FEATURE_LEVEL` in this scope [INFO] [stderr] --> src/d3d.rs:135:18 [INFO] [stderr] | [INFO] [stderr] 135 | fn from(src: D3D_FEATURE_LEVEL) -> FeatureLevel { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D_ROOT_SIGNATURE_VERSION` in this scope [INFO] [stderr] --> src/d3d.rs:143:37 [INFO] [stderr] | [INFO] [stderr] 143 | impl From for D3D_ROOT_SIGNATURE_VERSION { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D_ROOT_SIGNATURE_VERSION` in this scope [INFO] [stderr] --> src/d3d.rs:144:43 [INFO] [stderr] | [INFO] [stderr] 144 | fn from(src: RootSignatureVersion) -> D3D_ROOT_SIGNATURE_VERSION { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D_ROOT_SIGNATURE_VERSION_1_0` in this scope [INFO] [stderr] --> src/d3d.rs:146:43 [INFO] [stderr] | [INFO] [stderr] 146 | RootSignatureVersion(1, 0) => D3D_ROOT_SIGNATURE_VERSION_1_0, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D_ROOT_SIGNATURE_VERSION_1_1` in this scope [INFO] [stderr] --> src/d3d.rs:147:43 [INFO] [stderr] | [INFO] [stderr] 147 | RootSignatureVersion(1, 1) => D3D_ROOT_SIGNATURE_VERSION_1_1, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D_ROOT_SIGNATURE_VERSION` in this scope [INFO] [stderr] --> src/d3d.rs:152:11 [INFO] [stderr] | [INFO] [stderr] 152 | impl From for RootSignatureVersion { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D_ROOT_SIGNATURE_VERSION` in this scope [INFO] [stderr] --> src/d3d.rs:153:18 [INFO] [stderr] | [INFO] [stderr] 153 | fn from(src: D3D_ROOT_SIGNATURE_VERSION) -> RootSignatureVersion { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D_SHADER_MODEL` in this scope [INFO] [stderr] --> src/d3d.rs:165:28 [INFO] [stderr] | [INFO] [stderr] 165 | impl From for D3D_SHADER_MODEL { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D_SHADER_MODEL` in this scope [INFO] [stderr] --> src/d3d.rs:166:34 [INFO] [stderr] | [INFO] [stderr] 166 | fn from(src: ShaderModel) -> D3D_SHADER_MODEL { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D_SHADER_MODEL` in this scope [INFO] [stderr] --> src/d3d.rs:170:11 [INFO] [stderr] | [INFO] [stderr] 170 | impl From for ShaderModel { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D_SHADER_MODEL` in this scope [INFO] [stderr] --> src/d3d.rs:171:18 [INFO] [stderr] | [INFO] [stderr] 171 | fn from(src: D3D_SHADER_MODEL) -> ShaderModel { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D_SHADER_MACRO` in this scope [INFO] [stderr] --> src/d3d.rs:185:42 [INFO] [stderr] | [INFO] [stderr] 185 | pub(crate) fn to_c_struct(&self) -> (D3D_SHADER_MACRO, (std::ffi::CString, std::ffi::CString)) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `D3D_SHADER_MACRO` in this scope [INFO] [stderr] --> src/d3d.rs:189:13 [INFO] [stderr] | [INFO] [stderr] 189 | D3D_SHADER_MACRO { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3DBlob` in this scope [INFO] [stderr] --> src/d3d.rs:211:35 [INFO] [stderr] | [INFO] [stderr] 211 | pub struct Blob(pub(crate) ComPtr); [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3DBlob` in this scope [INFO] [stderr] --> src/d3d.rs:212:23 [INFO] [stderr] | [INFO] [stderr] 212 | impl_interface!(Blob, ID3DBlob); [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ComPtr` in crate `com_ptr` [INFO] [stderr] --> src/utility.rs:57:41 [INFO] [stderr] | [INFO] [stderr] 57 | fn from_com_ptr(p: com_ptr::ComPtr) -> Self { [INFO] [stderr] | ^^^^^^ not found in `com_ptr` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d.rs:212:1 [INFO] [stderr] | [INFO] [stderr] 212 | impl_interface!(Blob, ID3DBlob); [INFO] [stderr] | -------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_ASYNC_GETDATA_DONOTFLUSH` in this scope [INFO] [stderr] --> src/d3d11.rs:23:39 [INFO] [stderr] | [INFO] [stderr] 23 | pub const DoNotFlush: Self = Self(D3D11_ASYNC_GETDATA_DONOTFLUSH); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_AUTHENTICATED_CHANNEL_D3D11` in this scope [INFO] [stderr] --> src/d3d11.rs:30:13 [INFO] [stderr] | [INFO] [stderr] 30 | D3D11 = D3D11_AUTHENTICATED_CHANNEL_D3D11, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_AUTHENTICATED_CHANNEL_DRIVER_SOFTWARE` in this scope [INFO] [stderr] --> src/d3d11.rs:31:22 [INFO] [stderr] | [INFO] [stderr] 31 | DriverSoftware = D3D11_AUTHENTICATED_CHANNEL_DRIVER_SOFTWARE, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_AUTHENTICATED_CHANNEL_DRIVER_HARDWARE` in this scope [INFO] [stderr] --> src/d3d11.rs:32:22 [INFO] [stderr] | [INFO] [stderr] 32 | DriverHardware = D3D11_AUTHENTICATED_CHANNEL_DRIVER_HARDWARE, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DD3D11_PROCESSIDTYPE_UNKNOWN` in this scope [INFO] [stderr] --> src/d3d11.rs:39:15 [INFO] [stderr] | [INFO] [stderr] 39 | Unknown = DD3D11_PROCESSIDTYPE_UNKNOWN, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DD3D11_PROCESSIDTYPE_DWM` in this scope [INFO] [stderr] --> src/d3d11.rs:40:11 [INFO] [stderr] | [INFO] [stderr] 40 | DWM = DD3D11_PROCESSIDTYPE_DWM, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DD3D11_PROCESSIDTYPE_HANDLE` in this scope [INFO] [stderr] --> src/d3d11.rs:41:14 [INFO] [stderr] | [INFO] [stderr] 41 | Handle = DD3D11_PROCESSIDTYPE_HANDLE, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_BIND_VERTEX_BUFFER` in this scope [INFO] [stderr] --> src/d3d11.rs:48:41 [INFO] [stderr] | [INFO] [stderr] 48 | pub const VertexBuffer: Self = Self(D3D11_BIND_VERTEX_BUFFER); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_BIND_INDEX_BUFFER` in this scope [INFO] [stderr] --> src/d3d11.rs:49:40 [INFO] [stderr] | [INFO] [stderr] 49 | pub const IndexBuffer: Self = Self(D3D11_BIND_INDEX_BUFFER); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_BIND_CONSTANT_BUFFER` in this scope [INFO] [stderr] --> src/d3d11.rs:50:43 [INFO] [stderr] | [INFO] [stderr] 50 | pub const ConstantBuffer: Self = Self(D3D11_BIND_CONSTANT_BUFFER); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_BIND_SHADER_RESOURCE` in this scope [INFO] [stderr] --> src/d3d11.rs:51:43 [INFO] [stderr] | [INFO] [stderr] 51 | pub const ShaderResource: Self = Self(D3D11_BIND_SHADER_RESOURCE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_BIND_STREAM_OUTPUT` in this scope [INFO] [stderr] --> src/d3d11.rs:52:41 [INFO] [stderr] | [INFO] [stderr] 52 | pub const StreamOutput: Self = Self(D3D11_BIND_STREAM_OUTPUT); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_BIND_RENDER_TARGET` in this scope [INFO] [stderr] --> src/d3d11.rs:53:41 [INFO] [stderr] | [INFO] [stderr] 53 | pub const RenderTarget: Self = Self(D3D11_BIND_RENDER_TARGET); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_BIND_DEPTH_STENCIL` in this scope [INFO] [stderr] --> src/d3d11.rs:54:41 [INFO] [stderr] | [INFO] [stderr] 54 | pub const DepthStencil: Self = Self(D3D11_BIND_DEPTH_STENCIL); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_BIND_UNORDERED_ACCESS` in this scope [INFO] [stderr] --> src/d3d11.rs:55:44 [INFO] [stderr] | [INFO] [stderr] 55 | pub const UnorderedAccess: Self = Self(D3D11_BIND_UNORDERED_ACCESS); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_BIND_DECODER` in this scope [INFO] [stderr] --> src/d3d11.rs:56:36 [INFO] [stderr] | [INFO] [stderr] 56 | pub const Decoder: Self = Self(D3D11_BIND_DECODER); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_BIND_VIDEO_ENCODER` in this scope [INFO] [stderr] --> src/d3d11.rs:57:41 [INFO] [stderr] | [INFO] [stderr] 57 | pub const VideoEncoder: Self = Self(D3D11_BIND_VIDEO_ENCODER); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_BLEND_ZERO` in this scope [INFO] [stderr] --> src/d3d11.rs:64:12 [INFO] [stderr] | [INFO] [stderr] 64 | Zero = D3D11_BLEND_ZERO, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_BLEND_ONE` in this scope [INFO] [stderr] --> src/d3d11.rs:65:11 [INFO] [stderr] | [INFO] [stderr] 65 | One = D3D11_BLEND_ONE, [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_BLEND_SRC_COLOR` in this scope [INFO] [stderr] --> src/d3d11.rs:66:16 [INFO] [stderr] | [INFO] [stderr] 66 | SrcColor = D3D11_BLEND_SRC_COLOR, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_BLEND_INV_SRC_COLOR` in this scope [INFO] [stderr] --> src/d3d11.rs:67:19 [INFO] [stderr] | [INFO] [stderr] 67 | InvSrcColor = D3D11_BLEND_INV_SRC_COLOR, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_BLEND_SRC_ALPHA` in this scope [INFO] [stderr] --> src/d3d11.rs:68:16 [INFO] [stderr] | [INFO] [stderr] 68 | SrcAlpha = D3D11_BLEND_SRC_ALPHA, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_BLEND_INV_SRC_ALPHA` in this scope [INFO] [stderr] --> src/d3d11.rs:69:19 [INFO] [stderr] | [INFO] [stderr] 69 | InvSrcAlpha = D3D11_BLEND_INV_SRC_ALPHA, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_BLEND_DEST_ALPHA` in this scope [INFO] [stderr] --> src/d3d11.rs:70:17 [INFO] [stderr] | [INFO] [stderr] 70 | DestAlpha = D3D11_BLEND_DEST_ALPHA, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_BLEND_INV_DEST_ALPHA` in this scope [INFO] [stderr] --> src/d3d11.rs:71:20 [INFO] [stderr] | [INFO] [stderr] 71 | InvDestAlpha = D3D11_BLEND_INV_DEST_ALPHA, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_BLEND_DEST_COLOR` in this scope [INFO] [stderr] --> src/d3d11.rs:72:17 [INFO] [stderr] | [INFO] [stderr] 72 | DestColor = D3D11_BLEND_DEST_COLOR, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_BLEND_INV_DEST_COLOR` in this scope [INFO] [stderr] --> src/d3d11.rs:73:20 [INFO] [stderr] | [INFO] [stderr] 73 | InvDestColor = D3D11_BLEND_INV_DEST_COLOR, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_BLEND_SRC_ALPHA_SAT` in this scope [INFO] [stderr] --> src/d3d11.rs:74:19 [INFO] [stderr] | [INFO] [stderr] 74 | SrcAlphaSat = D3D11_BLEND_SRC_ALPHA_SAT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_BLEND_BLEND_FACTOR` in this scope [INFO] [stderr] --> src/d3d11.rs:75:19 [INFO] [stderr] | [INFO] [stderr] 75 | BlendFactor = D3D11_BLEND_BLEND_FACTOR, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_BLEND_INV_BLEND_FACTOR` in this scope [INFO] [stderr] --> src/d3d11.rs:76:22 [INFO] [stderr] | [INFO] [stderr] 76 | InvBlendFactor = D3D11_BLEND_INV_BLEND_FACTOR, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_BLEND_SRC1_COLOR` in this scope [INFO] [stderr] --> src/d3d11.rs:77:17 [INFO] [stderr] | [INFO] [stderr] 77 | Src1Color = D3D11_BLEND_SRC1_COLOR, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_BLEND_INV_SRC1_COLOR` in this scope [INFO] [stderr] --> src/d3d11.rs:78:20 [INFO] [stderr] | [INFO] [stderr] 78 | InvSrc1Color = D3D11_BLEND_INV_SRC1_COLOR, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_BLEND_SRC1_ALPHA` in this scope [INFO] [stderr] --> src/d3d11.rs:79:17 [INFO] [stderr] | [INFO] [stderr] 79 | Src1Alpha = D3D11_BLEND_SRC1_ALPHA, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_BLEND_INV_SRC1_ALPHA` in this scope [INFO] [stderr] --> src/d3d11.rs:80:20 [INFO] [stderr] | [INFO] [stderr] 80 | InvSrc1Alpha = D3D11_BLEND_INV_SRC1_ALPHA, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_BLEND_OP_ADD` in this scope [INFO] [stderr] --> src/d3d11.rs:86:11 [INFO] [stderr] | [INFO] [stderr] 86 | Add = D3D11_BLEND_OP_ADD, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_BLEND_OP_SUBTRACT` in this scope [INFO] [stderr] --> src/d3d11.rs:87:16 [INFO] [stderr] | [INFO] [stderr] 87 | Subtract = D3D11_BLEND_OP_SUBTRACT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_BLEND_OP_REV_SUBTRACT` in this scope [INFO] [stderr] --> src/d3d11.rs:88:19 [INFO] [stderr] | [INFO] [stderr] 88 | RevSubtract = D3D11_BLEND_OP_REV_SUBTRACT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_BLEND_OP_MIN` in this scope [INFO] [stderr] --> src/d3d11.rs:89:11 [INFO] [stderr] | [INFO] [stderr] 89 | Min = D3D11_BLEND_OP_MIN, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_BLEND_OP_MAX` in this scope [INFO] [stderr] --> src/d3d11.rs:90:11 [INFO] [stderr] | [INFO] [stderr] 90 | Max = D3D11_BLEND_OP_MAX, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_BUFFER_UAV_FLAG_RAW` in this scope [INFO] [stderr] --> src/d3d11.rs:97:32 [INFO] [stderr] | [INFO] [stderr] 97 | pub const Raw: Self = Self(D3D11_BUFFER_UAV_FLAG_RAW); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_BUFFER_UAV_FLAG_APPEND` in this scope [INFO] [stderr] --> src/d3d11.rs:98:35 [INFO] [stderr] | [INFO] [stderr] 98 | pub const Append: Self = Self(D3D11_BUFFER_UAV_FLAG_APPEND); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_BUFFER_UAV_FLAG_COUNTER` in this scope [INFO] [stderr] --> src/d3d11.rs:99:36 [INFO] [stderr] | [INFO] [stderr] 99 | pub const Counter: Self = Self(D3D11_BUFFER_UAV_FLAG_COUNTER); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_BUFFEREX_SRV_FLAG_RAW` in this scope [INFO] [stderr] --> src/d3d11.rs:107:32 [INFO] [stderr] | [INFO] [stderr] 107 | pub const Raw: Self = Self(D3D11_BUFFEREX_SRV_FLAG_RAW); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_BUS_TYPE_OTHER` in this scope [INFO] [stderr] --> src/d3d11.rs:114:13 [INFO] [stderr] | [INFO] [stderr] 114 | Other = D3D11_BUS_TYPE_OTHER, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_BUS_TYPE_PCI` in this scope [INFO] [stderr] --> src/d3d11.rs:115:11 [INFO] [stderr] | [INFO] [stderr] 115 | PCI = D3D11_BUS_TYPE_PCI, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_BUS_TYPE_PCIX` in this scope [INFO] [stderr] --> src/d3d11.rs:116:12 [INFO] [stderr] | [INFO] [stderr] 116 | PCIX = D3D11_BUS_TYPE_PCIX, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_BUS_TYPE_PCIEXPRESS` in this scope [INFO] [stderr] --> src/d3d11.rs:117:18 [INFO] [stderr] | [INFO] [stderr] 117 | PCIExpress = D3D11_BUS_TYPE_PCIEXPRESS, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_BUS_TYPE_AGP` in this scope [INFO] [stderr] --> src/d3d11.rs:118:11 [INFO] [stderr] | [INFO] [stderr] 118 | AGP = D3D11_BUS_TYPE_AGP, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_BUS_IMPL_MODIFIER_INSIDE_OF_CHIPSET` in this scope [INFO] [stderr] --> src/d3d11.rs:119:31 [INFO] [stderr] | [INFO] [stderr] 119 | ModifierInsideOfChipset = D3D11_BUS_IMPL_MODIFIER_INSIDE_OF_CHIPSET, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_BUS_IMPL_MODIFIER_TRACKS_ON_MOTHER_BOARD_TO_CHIP` in this scope [INFO] [stderr] --> src/d3d11.rs:120:41 [INFO] [stderr] | [INFO] [stderr] 120 | ModifierTracksOnMotherBoardToChip = D3D11_BUS_IMPL_MODIFIER_TRACKS_ON_MOTHER_BOARD_TO_CHIP, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_BUS_IMPL_MODIFIER_TRACKS_ON_MOTHER_BOARD_TO_SOCKET` in this scope [INFO] [stderr] --> src/d3d11.rs:121:43 [INFO] [stderr] | [INFO] [stderr] 121 | ModifierTracksOnMotherBoardToSocket = D3D11_BUS_IMPL_MODIFIER_TRACKS_ON_MOTHER_BOARD_TO_SOCKET, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_BUS_IMPL_MODIFIER_DAUGHTER_BOARD_CONNECTOR` in this scope [INFO] [stderr] --> src/d3d11.rs:122:38 [INFO] [stderr] | [INFO] [stderr] 122 | ModifierDaughterBoardConnector = D3D11_BUS_IMPL_MODIFIER_DAUGHTER_BOARD_CONNECTOR, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_BUS_IMPL_MODIFIER_DAUGHTER_BOARD_CONNECTOR_INSIDE_OF_NUAE` in this scope [INFO] [stderr] --> src/d3d11.rs:124:9 [INFO] [stderr] | [INFO] [stderr] 124 | D3D11_BUS_IMPL_MODIFIER_DAUGHTER_BOARD_CONNECTOR_INSIDE_OF_NUAE, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_BUS_IMPL_MODIFIER_NON_STANDARD` in this scope [INFO] [stderr] --> src/d3d11.rs:125:27 [INFO] [stderr] | [INFO] [stderr] 125 | ModifierNonStandard = D3D11_BUS_IMPL_MODIFIER_NON_STANDARD, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_CLEAR_DEPTH` in this scope [INFO] [stderr] --> src/d3d11.rs:132:34 [INFO] [stderr] | [INFO] [stderr] 132 | pub const Depth: Self = Self(D3D11_CLEAR_DEPTH); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_CLEAR_STENCIL` in this scope [INFO] [stderr] --> src/d3d11.rs:133:36 [INFO] [stderr] | [INFO] [stderr] 133 | pub const Stencil: Self = Self(D3D11_CLEAR_STENCIL); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_COLOR_WRITE_ENABLE_RED` in this scope [INFO] [stderr] --> src/d3d11.rs:141:32 [INFO] [stderr] | [INFO] [stderr] 141 | pub const Red: Self = Self(D3D11_COLOR_WRITE_ENABLE_RED); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_COLOR_WRITE_ENABLE_GREEN` in this scope [INFO] [stderr] --> src/d3d11.rs:142:34 [INFO] [stderr] | [INFO] [stderr] 142 | pub const Green: Self = Self(D3D11_COLOR_WRITE_ENABLE_GREEN); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_COLOR_WRITE_ENABLE_BLUE` in this scope [INFO] [stderr] --> src/d3d11.rs:143:33 [INFO] [stderr] | [INFO] [stderr] 143 | pub const Blue: Self = Self(D3D11_COLOR_WRITE_ENABLE_BLUE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_COLOR_WRITE_ENABLE_ALPHA` in this scope [INFO] [stderr] --> src/d3d11.rs:144:34 [INFO] [stderr] | [INFO] [stderr] 144 | pub const Alpha: Self = Self(D3D11_COLOR_WRITE_ENABLE_ALPHA); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_COLOR_WRITE_ENABLE_ALL` in this scope [INFO] [stderr] --> src/d3d11.rs:145:32 [INFO] [stderr] | [INFO] [stderr] 145 | pub const All: Self = Self(D3D11_COLOR_WRITE_ENABLE_ALL); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_COMPARISON_NEVER` in this scope [INFO] [stderr] --> src/d3d11.rs:152:13 [INFO] [stderr] | [INFO] [stderr] 152 | Never = D3D11_COMPARISON_NEVER, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_COMPARISON_LESS` in this scope [INFO] [stderr] --> src/d3d11.rs:153:12 [INFO] [stderr] | [INFO] [stderr] 153 | Less = D3D11_COMPARISON_LESS, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_COMPARISON_EQUAL` in this scope [INFO] [stderr] --> src/d3d11.rs:154:13 [INFO] [stderr] | [INFO] [stderr] 154 | Equal = D3D11_COMPARISON_EQUAL, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_COMPARISON_LESS_EQUAL` in this scope [INFO] [stderr] --> src/d3d11.rs:155:17 [INFO] [stderr] | [INFO] [stderr] 155 | LessEqual = D3D11_COMPARISON_LESS_EQUAL, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_COMPARISON_GREATER` in this scope [INFO] [stderr] --> src/d3d11.rs:156:15 [INFO] [stderr] | [INFO] [stderr] 156 | Greater = D3D11_COMPARISON_GREATER, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_COMPARISON_NOT_EQUAL` in this scope [INFO] [stderr] --> src/d3d11.rs:157:16 [INFO] [stderr] | [INFO] [stderr] 157 | NotEqual = D3D11_COMPARISON_NOT_EQUAL, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_COMPARISON_GREATER_EQUAL` in this scope [INFO] [stderr] --> src/d3d11.rs:158:20 [INFO] [stderr] | [INFO] [stderr] 158 | GreaterEqual = D3D11_COMPARISON_GREATER_EQUAL, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_COMPARISON_ALWAYS` in this scope [INFO] [stderr] --> src/d3d11.rs:159:14 [INFO] [stderr] | [INFO] [stderr] 159 | Always = D3D11_COMPARISON_ALWAYS, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_CONSERVATIVE_RASTERIZATION_NOT_SUPPORTED` in this scope [INFO] [stderr] --> src/d3d11.rs:165:20 [INFO] [stderr] | [INFO] [stderr] 165 | NotSupported = D3D11_CONSERVATIVE_RASTERIZATION_NOT_SUPPORTED, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_CONSERVATIVE_RASTERIZATION_TIER_1` in this scope [INFO] [stderr] --> src/d3d11.rs:166:13 [INFO] [stderr] | [INFO] [stderr] 166 | Tier1 = D3D11_CONSERVATIVE_RASTERIZATION_TIER_1, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_CONSERVATIVE_RASTERIZATION_TIER_2` in this scope [INFO] [stderr] --> src/d3d11.rs:167:13 [INFO] [stderr] | [INFO] [stderr] 167 | Tier2 = D3D11_CONSERVATIVE_RASTERIZATION_TIER_2, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_CONSERVATIVE_RASTERIZATION_TIER_3` in this scope [INFO] [stderr] --> src/d3d11.rs:168:13 [INFO] [stderr] | [INFO] [stderr] 168 | Tier3 = D3D11_CONSERVATIVE_RASTERIZATION_TIER_3, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_CONTENT_PROTECTION_CAPS_SOFTWARE` in this scope [INFO] [stderr] --> src/d3d11.rs:175:37 [INFO] [stderr] | [INFO] [stderr] 175 | pub const Software: Self = Self(D3D11_CONTENT_PROTECTION_CAPS_SOFTWARE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_CONTENT_PROTECTION_CAPS_HARDWARE` in this scope [INFO] [stderr] --> src/d3d11.rs:176:37 [INFO] [stderr] | [INFO] [stderr] 176 | pub const Hardware: Self = Self(D3D11_CONTENT_PROTECTION_CAPS_HARDWARE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_CONTENT_PROTECTION_CAPS_PROTECTION_ALWAYS_ON` in this scope [INFO] [stderr] --> src/d3d11.rs:177:37 [INFO] [stderr] | [INFO] [stderr] 177 | pub const AlwaysOn: Self = Self(D3D11_CONTENT_PROTECTION_CAPS_PROTECTION_ALWAYS_ON); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_CONTENT_PROTECTION_CAPS_PARTIAL_DECRYPTION` in this scope [INFO] [stderr] --> src/d3d11.rs:178:46 [INFO] [stderr] | [INFO] [stderr] 178 | pub const PartialDecryption: Self = Self(D3D11_CONTENT_PROTECTION_CAPS_PARTIAL_DECRYPTION); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_CONTENT_PROTECTION_CAPS_CONTENT_KEY` in this scope [INFO] [stderr] --> src/d3d11.rs:179:39 [INFO] [stderr] | [INFO] [stderr] 179 | pub const ContentKey: Self = Self(D3D11_CONTENT_PROTECTION_CAPS_CONTENT_KEY); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_CONTENT_PROTECTION_CAPS_FRESHEN_SESSION_KEY` in this scope [INFO] [stderr] --> src/d3d11.rs:180:46 [INFO] [stderr] | [INFO] [stderr] 180 | pub const FreshenSessionKey: Self = Self(D3D11_CONTENT_PROTECTION_CAPS_FRESHEN_SESSION_KEY); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_CONTENT_PROTECTION_CAPS_ENCRYPTED_READ_BACK` in this scope [INFO] [stderr] --> src/d3d11.rs:181:46 [INFO] [stderr] | [INFO] [stderr] 181 | pub const EncryptedReadBack: Self = Self(D3D11_CONTENT_PROTECTION_CAPS_ENCRYPTED_READ_BACK); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_CONTENT_PROTECTION_CAPS_ENCRYPTED_READ_BACK_KEY` in this scope [INFO] [stderr] --> src/d3d11.rs:183:14 [INFO] [stderr] | [INFO] [stderr] 183 | Self(D3D11_CONTENT_PROTECTION_CAPS_ENCRYPTED_READ_BACK_KEY); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_CONTENT_PROTECTION_CAPS_SEQUENTIAL_CTR_IV` in this scope [INFO] [stderr] --> src/d3d11.rs:184:44 [INFO] [stderr] | [INFO] [stderr] 184 | pub const SequentialCTRIV: Self = Self(D3D11_CONTENT_PROTECTION_CAPS_SEQUENTIAL_CTR_IV); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_CONTENT_PROTECTION_CAPS_ENCRYPT_SLICEDATA_ONLY` in this scope [INFO] [stderr] --> src/d3d11.rs:186:14 [INFO] [stderr] | [INFO] [stderr] 186 | Self(D3D11_CONTENT_PROTECTION_CAPS_ENCRYPT_SLICEDATA_ONLY); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_CONTENT_PROTECTION_CAPS_DECRYPTION_BLT` in this scope [INFO] [stderr] --> src/d3d11.rs:187:42 [INFO] [stderr] | [INFO] [stderr] 187 | pub const DecryptionBlt: Self = Self(D3D11_CONTENT_PROTECTION_CAPS_DECRYPTION_BLT); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_CONTENT_PROTECTION_CAPS_HARDWARE_PROTECT_UNCOMPRESSED` in this scope [INFO] [stderr] --> src/d3d11.rs:189:14 [INFO] [stderr] | [INFO] [stderr] 189 | Self(D3D11_CONTENT_PROTECTION_CAPS_HARDWARE_PROTECT_UNCOMPRESSED); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_CONTENT_PROTECTION_CAPS_HARDWARE_PROTECTED_MEMORY_PAGEABLE` in this scope [INFO] [stderr] --> src/d3d11.rs:191:14 [INFO] [stderr] | [INFO] [stderr] 191 | Self(D3D11_CONTENT_PROTECTION_CAPS_HARDWARE_PROTECTED_MEMORY_PAGEABLE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_CONTENT_PROTECTION_CAPS_HARDWARE_TEARDOWN` in this scope [INFO] [stderr] --> src/d3d11.rs:192:45 [INFO] [stderr] | [INFO] [stderr] 192 | pub const HardwareTeardown: Self = Self(D3D11_CONTENT_PROTECTION_CAPS_HARDWARE_TEARDOWN); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_CONTENT_PROTECTION_CAPS_HARDWARE_DRM_COMMUNICATION` in this scope [INFO] [stderr] --> src/d3d11.rs:194:14 [INFO] [stderr] | [INFO] [stderr] 194 | Self(D3D11_CONTENT_PROTECTION_CAPS_HARDWARE_DRM_COMMUNICATION); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_COUNTER_DEVICE_DEPENDENT_0` in this scope [INFO] [stderr] --> src/d3d11.rs:199:45 [INFO] [stderr] | [INFO] [stderr] 199 | pub const COUNTER_DEVICE_DEPENDENT_0: u32 = D3D11_COUNTER_DEVICE_DEPENDENT_0; [INFO] [stderr] | --------------------------------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^- [INFO] [stderr] | | | [INFO] [stderr] | | help: a constant with a similar name exists: `COUNTER_DEVICE_DEPENDENT_0` [INFO] [stderr] | similarly named constant `COUNTER_DEVICE_DEPENDENT_0` defined here [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_COUNTER_TYPE_FLOAT32` in this scope [INFO] [stderr] --> src/d3d11.rs:204:15 [INFO] [stderr] | [INFO] [stderr] 204 | Float32 = D3D11_COUNTER_TYPE_FLOAT32, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_COUNTER_TYPE_UINT16` in this scope [INFO] [stderr] --> src/d3d11.rs:205:14 [INFO] [stderr] | [INFO] [stderr] 205 | Uint16 = D3D11_COUNTER_TYPE_UINT16, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_COUNTER_TYPE_UINT32` in this scope [INFO] [stderr] --> src/d3d11.rs:206:14 [INFO] [stderr] | [INFO] [stderr] 206 | Uint32 = D3D11_COUNTER_TYPE_UINT32, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_COUNTER_TYPE_UINT64` in this scope [INFO] [stderr] --> src/d3d11.rs:207:14 [INFO] [stderr] | [INFO] [stderr] 207 | Uint64 = D3D11_COUNTER_TYPE_UINT64, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_CPU_ACCESS_WRITE` in this scope [INFO] [stderr] --> src/d3d11.rs:214:34 [INFO] [stderr] | [INFO] [stderr] 214 | pub const Write: Self = Self(D3D11_CPU_ACCESS_WRITE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_CPU_ACCESS_READ` in this scope [INFO] [stderr] --> src/d3d11.rs:215:33 [INFO] [stderr] | [INFO] [stderr] 215 | pub const Read: Self = Self(D3D11_CPU_ACCESS_READ); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_CREATE_DEVICE_SINGLETHREADED` in this scope [INFO] [stderr] --> src/d3d11.rs:223:43 [INFO] [stderr] | [INFO] [stderr] 223 | pub const SingleThreaded: Self = Self(D3D11_CREATE_DEVICE_SINGLETHREADED); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_CREATE_DEVICE_DEBUG` in this scope [INFO] [stderr] --> src/d3d11.rs:224:34 [INFO] [stderr] | [INFO] [stderr] 224 | pub const Debug: Self = Self(D3D11_CREATE_DEVICE_DEBUG); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_CREATE_DEVICE_SWITCH_TO_REF` in this scope [INFO] [stderr] --> src/d3d11.rs:225:40 [INFO] [stderr] | [INFO] [stderr] 225 | pub const SwitchToRef: Self = Self(D3D11_CREATE_DEVICE_SWITCH_TO_REF); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_CREATE_DEVICE_PREVENT_INTERNAL_THREADING_OPTIMIZATIONS` in this scope [INFO] [stderr] --> src/d3d11.rs:227:14 [INFO] [stderr] | [INFO] [stderr] 227 | Self(D3D11_CREATE_DEVICE_PREVENT_INTERNAL_THREADING_OPTIMIZATIONS); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_CREATE_DEVICE_BGRA_SUPPORT` in this scope [INFO] [stderr] --> src/d3d11.rs:228:40 [INFO] [stderr] | [INFO] [stderr] 228 | pub const BGRASupport: Self = Self(D3D11_CREATE_DEVICE_BGRA_SUPPORT); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_CREATE_DEVICE_DEBUGGABLE` in this scope [INFO] [stderr] --> src/d3d11.rs:229:39 [INFO] [stderr] | [INFO] [stderr] 229 | pub const Debuggable: Self = Self(D3D11_CREATE_DEVICE_DEBUGGABLE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_CREATE_DEVICE_PREVENT_ALTERING_LAYER_SETTINGS_FROM_REGISTRY` in this scope [INFO] [stderr] --> src/d3d11.rs:231:14 [INFO] [stderr] | [INFO] [stderr] 231 | Self(D3D11_CREATE_DEVICE_PREVENT_ALTERING_LAYER_SETTINGS_FROM_REGISTRY); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_CREATE_DEVICE_DISABLE_GPU_TIMEOUT` in this scope [INFO] [stderr] --> src/d3d11.rs:232:46 [INFO] [stderr] | [INFO] [stderr] 232 | pub const DisableGPUTimeout: Self = Self(D3D11_CREATE_DEVICE_DISABLE_GPU_TIMEOUT); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_CREATE_DEVICE_VIDEO_SUPPORT` in this scope [INFO] [stderr] --> src/d3d11.rs:233:41 [INFO] [stderr] | [INFO] [stderr] 233 | pub const VideoSupport: Self = Self(D3D11_CREATE_DEVICE_VIDEO_SUPPORT); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_CULL_NONE` in this scope [INFO] [stderr] --> src/d3d11.rs:240:12 [INFO] [stderr] | [INFO] [stderr] 240 | None = D3D11_CULL_NONE, [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_CULL_FRONT` in this scope [INFO] [stderr] --> src/d3d11.rs:241:13 [INFO] [stderr] | [INFO] [stderr] 241 | Front = D3D11_CULL_FRONT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_CULL_BACK` in this scope [INFO] [stderr] --> src/d3d11.rs:242:12 [INFO] [stderr] | [INFO] [stderr] 242 | Back = D3D11_CULL_BACK, [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_DEPTH_WRITE_MASK_ZERO` in this scope [INFO] [stderr] --> src/d3d11.rs:248:12 [INFO] [stderr] | [INFO] [stderr] 248 | Zero = D3D11_DEPTH_WRITE_MASK_ZERO, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_DEPTH_WRITE_MASK_ALL` in this scope [INFO] [stderr] --> src/d3d11.rs:249:11 [INFO] [stderr] | [INFO] [stderr] 249 | All = D3D11_DEPTH_WRITE_MASK_ALL, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_DEVICE_CONTEXT_IMMEDIATE` in this scope [INFO] [stderr] --> src/d3d11.rs:255:17 [INFO] [stderr] | [INFO] [stderr] 255 | Immediate = D3D11_DEVICE_CONTEXT_IMMEDIATE, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_DEVICE_CONTEXT_DEFERRED` in this scope [INFO] [stderr] --> src/d3d11.rs:256:16 [INFO] [stderr] | [INFO] [stderr] 256 | Deferred = D3D11_DEVICE_CONTEXT_DEFERRED, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_DSV_DIMENSION_UNKNOWN` in this scope [INFO] [stderr] --> src/d3d11.rs:262:15 [INFO] [stderr] | [INFO] [stderr] 262 | Unknown = D3D11_DSV_DIMENSION_UNKNOWN, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_DSV_DIMENSION_TEXTURE1D` in this scope [INFO] [stderr] --> src/d3d11.rs:263:17 [INFO] [stderr] | [INFO] [stderr] 263 | Texture1D = D3D11_DSV_DIMENSION_TEXTURE1D, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_DSV_DIMENSION_TEXTURE1DARRAY` in this scope [INFO] [stderr] --> src/d3d11.rs:264:22 [INFO] [stderr] | [INFO] [stderr] 264 | Texture1DArray = D3D11_DSV_DIMENSION_TEXTURE1DARRAY, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_DSV_DIMENSION_TEXTURE2D` in this scope [INFO] [stderr] --> src/d3d11.rs:265:17 [INFO] [stderr] | [INFO] [stderr] 265 | Texture2D = D3D11_DSV_DIMENSION_TEXTURE2D, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_DSV_DIMENSION_TEXTURE2DARRAY` in this scope [INFO] [stderr] --> src/d3d11.rs:266:22 [INFO] [stderr] | [INFO] [stderr] 266 | Texture2DArray = D3D11_DSV_DIMENSION_TEXTURE2DARRAY, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_DSV_DIMENSION_TEXTURE2DMS` in this scope [INFO] [stderr] --> src/d3d11.rs:267:19 [INFO] [stderr] | [INFO] [stderr] 267 | Texture2DMS = D3D11_DSV_DIMENSION_TEXTURE2DMS, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_DSV_DIMENSION_TEXTURE2DMSARRAY` in this scope [INFO] [stderr] --> src/d3d11.rs:268:24 [INFO] [stderr] | [INFO] [stderr] 268 | Texture2DMSArray = D3D11_DSV_DIMENSION_TEXTURE2DMSARRAY, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_DSV_READ_ONLY_DEPTH` in this scope [INFO] [stderr] --> src/d3d11.rs:275:42 [INFO] [stderr] | [INFO] [stderr] 275 | pub const ReadOnlyDepth: Self = Self(D3D11_DSV_READ_ONLY_DEPTH); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_DSV_READ_ONLY_STENCIL` in this scope [INFO] [stderr] --> src/d3d11.rs:276:44 [INFO] [stderr] | [INFO] [stderr] 276 | pub const ReadOnlyStencil: Self = Self(D3D11_DSV_READ_ONLY_STENCIL); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FILL_WIREFRAME` in this scope [INFO] [stderr] --> src/d3d11.rs:283:17 [INFO] [stderr] | [INFO] [stderr] 283 | Wireframe = D3D11_FILL_WIREFRAME, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FILL_SOLID` in this scope [INFO] [stderr] --> src/d3d11.rs:284:13 [INFO] [stderr] | [INFO] [stderr] 284 | Solid = D3D11_FILL_SOLID, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FILTER_MIN_MAG_MIP_POINT` in this scope [INFO] [stderr] --> src/d3d11.rs:290:22 [INFO] [stderr] | [INFO] [stderr] 290 | MinMagMipPoint = D3D11_FILTER_MIN_MAG_MIP_POINT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FILTER_MIN_MAG_POINT_MIP_LINEAR` in this scope [INFO] [stderr] --> src/d3d11.rs:291:28 [INFO] [stderr] | [INFO] [stderr] 291 | MinMagPointMipLinear = D3D11_FILTER_MIN_MAG_POINT_MIP_LINEAR, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D12_CLEAR_VALUE` [INFO] [stderr] --> src/d3d12.rs:1532:23 [INFO] [stderr] | [INFO] [stderr] 1532 | let mut obj = D3D12_CLEAR_VALUE::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D12_CLEAR_VALUE` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FILTER_MIN_POINT_MAG_LINEAR_MIP_POINT` in this scope [INFO] [stderr] --> src/d3d11.rs:292:33 [INFO] [stderr] | [INFO] [stderr] 292 | MinPointMagLinearMipPoint = D3D11_FILTER_MIN_POINT_MAG_LINEAR_MIP_POINT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FILTER_MIN_POINT_MAG_MIP_LINEAR` in this scope [INFO] [stderr] --> src/d3d11.rs:293:28 [INFO] [stderr] | [INFO] [stderr] 293 | MinPointMagMipLinear = D3D11_FILTER_MIN_POINT_MAG_MIP_LINEAR, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FILTER_MIN_LINEAR_MAG_MIP_POINT` in this scope [INFO] [stderr] --> src/d3d11.rs:294:28 [INFO] [stderr] | [INFO] [stderr] 294 | MinLinearMagMipPoint = D3D11_FILTER_MIN_LINEAR_MAG_MIP_POINT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FILTER_MIN_LINEAR_MAG_POINT_MIP_LINEAR` in this scope [INFO] [stderr] --> src/d3d11.rs:295:34 [INFO] [stderr] | [INFO] [stderr] 295 | MinLinearMagPointMipLinear = D3D11_FILTER_MIN_LINEAR_MAG_POINT_MIP_LINEAR, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FILTER_MIN_MAG_LINEAR_MIP_POINT` in this scope [INFO] [stderr] --> src/d3d11.rs:296:28 [INFO] [stderr] | [INFO] [stderr] 296 | MinMagLinearMipPoint = D3D11_FILTER_MIN_MAG_LINEAR_MIP_POINT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FILTER_MIN_MAG_MIP_LINEAR` in this scope [INFO] [stderr] --> src/d3d11.rs:297:23 [INFO] [stderr] | [INFO] [stderr] 297 | MinMagMipLinear = D3D11_FILTER_MIN_MAG_MIP_LINEAR, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FILTER_ANISOTROPIC` in this scope [INFO] [stderr] --> src/d3d11.rs:298:19 [INFO] [stderr] | [INFO] [stderr] 298 | Anisotropic = D3D11_FILTER_ANISOTROPIC, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FILTER_COMPARISON_MIN_MAG_MIP_POINT` in this scope [INFO] [stderr] --> src/d3d11.rs:299:32 [INFO] [stderr] | [INFO] [stderr] 299 | ComparisonMinMagMipPoint = D3D11_FILTER_COMPARISON_MIN_MAG_MIP_POINT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FILTER_COMPARISON_MIN_MAG_POINT_MIP_LINEAR` in this scope [INFO] [stderr] --> src/d3d11.rs:300:38 [INFO] [stderr] | [INFO] [stderr] 300 | ComparisonMinMagPointMipLinear = D3D11_FILTER_COMPARISON_MIN_MAG_POINT_MIP_LINEAR, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FILTER_COMPARISON_MIN_POINT_MAG_LINEAR_MIP_POINT` in this scope [INFO] [stderr] --> src/d3d11.rs:301:43 [INFO] [stderr] | [INFO] [stderr] 301 | ComparisonMinPointMagLinearMipPoint = D3D11_FILTER_COMPARISON_MIN_POINT_MAG_LINEAR_MIP_POINT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FILTER_COMPARISON_MIN_POINT_MAG_MIP_LINEAR` in this scope [INFO] [stderr] --> src/d3d11.rs:302:38 [INFO] [stderr] | [INFO] [stderr] 302 | ComparisonMinPointMagMipLinear = D3D11_FILTER_COMPARISON_MIN_POINT_MAG_MIP_LINEAR, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FILTER_COMPARISON_MIN_LINEAR_MAG_MIP_POINT` in this scope [INFO] [stderr] --> src/d3d11.rs:303:38 [INFO] [stderr] | [INFO] [stderr] 303 | ComparisonMinLinearMagMipPoint = D3D11_FILTER_COMPARISON_MIN_LINEAR_MAG_MIP_POINT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FILTER_COMPARISON_MIN_LINEAR_MAG_POINT_MIP_LINEAR` in this scope [INFO] [stderr] --> src/d3d11.rs:304:44 [INFO] [stderr] | [INFO] [stderr] 304 | ComparisonMinLinearMagPointMipLinear = D3D11_FILTER_COMPARISON_MIN_LINEAR_MAG_POINT_MIP_LINEAR, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FILTER_COMPARISON_MIN_MAG_LINEAR_MIP_POINT` in this scope [INFO] [stderr] --> src/d3d11.rs:305:38 [INFO] [stderr] | [INFO] [stderr] 305 | ComparisonMinMagLinearMipPoint = D3D11_FILTER_COMPARISON_MIN_MAG_LINEAR_MIP_POINT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FILTER_COMPARISON_MIN_MAG_MIP_LINEAR` in this scope [INFO] [stderr] --> src/d3d11.rs:306:33 [INFO] [stderr] | [INFO] [stderr] 306 | ComparisonMinMagMipLinear = D3D11_FILTER_COMPARISON_MIN_MAG_MIP_LINEAR, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FILTER_COMPARISON_ANISOTROPIC` in this scope [INFO] [stderr] --> src/d3d11.rs:307:29 [INFO] [stderr] | [INFO] [stderr] 307 | ComparisonAnisotropic = D3D11_FILTER_COMPARISON_ANISOTROPIC, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FILTER_MINIMUM_MIN_MAG_MIP_POINT` in this scope [INFO] [stderr] --> src/d3d11.rs:308:29 [INFO] [stderr] | [INFO] [stderr] 308 | MinimumMinMagMipPoint = D3D11_FILTER_MINIMUM_MIN_MAG_MIP_POINT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FILTER_MINIMUM_MIN_MAG_POINT_MIP_LINEAR` in this scope [INFO] [stderr] --> src/d3d11.rs:309:35 [INFO] [stderr] | [INFO] [stderr] 309 | MinimumMinMagPointMipLinear = D3D11_FILTER_MINIMUM_MIN_MAG_POINT_MIP_LINEAR, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FILTER_MINIMUM_MIN_POINT_MAG_LINEAR_MIP_POINT` in this scope [INFO] [stderr] --> src/d3d11.rs:310:40 [INFO] [stderr] | [INFO] [stderr] 310 | MinimumMinPointMagLinearMipPoint = D3D11_FILTER_MINIMUM_MIN_POINT_MAG_LINEAR_MIP_POINT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FILTER_MINIMUM_MIN_POINT_MAG_MIP_LINEAR` in this scope [INFO] [stderr] --> src/d3d11.rs:311:35 [INFO] [stderr] | [INFO] [stderr] 311 | MinimumMinPointMagMipLinear = D3D11_FILTER_MINIMUM_MIN_POINT_MAG_MIP_LINEAR, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FILTER_MINIMUM_MIN_LINEAR_MAG_MIP_POINT` in this scope [INFO] [stderr] --> src/d3d11.rs:312:35 [INFO] [stderr] | [INFO] [stderr] 312 | MinimumMinLinearMagMipPoint = D3D11_FILTER_MINIMUM_MIN_LINEAR_MAG_MIP_POINT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FILTER_MINIMUM_MIN_LINEAR_MAG_POINT_MIP_LINEAR` in this scope [INFO] [stderr] --> src/d3d11.rs:313:41 [INFO] [stderr] | [INFO] [stderr] 313 | MinimumMinLinearMagPointMipLinear = D3D11_FILTER_MINIMUM_MIN_LINEAR_MAG_POINT_MIP_LINEAR, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FILTER_MINIMUM_MIN_MAG_LINEAR_MIP_POINT` in this scope [INFO] [stderr] --> src/d3d11.rs:314:35 [INFO] [stderr] | [INFO] [stderr] 314 | MinimumMinMagLinearMipPoint = D3D11_FILTER_MINIMUM_MIN_MAG_LINEAR_MIP_POINT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FILTER_MINIMUM_MIN_MAG_MIP_LINEAR` in this scope [INFO] [stderr] --> src/d3d11.rs:315:30 [INFO] [stderr] | [INFO] [stderr] 315 | MinimumMinMagMipLinear = D3D11_FILTER_MINIMUM_MIN_MAG_MIP_LINEAR, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FILTER_MINIMUM_ANISOTROPIC` in this scope [INFO] [stderr] --> src/d3d11.rs:316:26 [INFO] [stderr] | [INFO] [stderr] 316 | MinimumAnisotropic = D3D11_FILTER_MINIMUM_ANISOTROPIC, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FILTER_MAXIMUM_MIN_MAG_MIP_POINT` in this scope [INFO] [stderr] --> src/d3d11.rs:317:29 [INFO] [stderr] | [INFO] [stderr] 317 | MaximumMinMagMipPoint = D3D11_FILTER_MAXIMUM_MIN_MAG_MIP_POINT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FILTER_MAXIMUM_MIN_MAG_POINT_MIP_LINEAR` in this scope [INFO] [stderr] --> src/d3d11.rs:318:35 [INFO] [stderr] | [INFO] [stderr] 318 | MaximumMinMagPointMipLinear = D3D11_FILTER_MAXIMUM_MIN_MAG_POINT_MIP_LINEAR, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FILTER_MAXIMUM_MIN_POINT_MAG_LINEAR_MIP_POINT` in this scope [INFO] [stderr] --> src/d3d11.rs:319:37 [INFO] [stderr] | [INFO] [stderr] 319 | MaximumPointMagLinearMipPoint = D3D11_FILTER_MAXIMUM_MIN_POINT_MAG_LINEAR_MIP_POINT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FILTER_MAXIMUM_MIN_POINT_MAG_MIP_LINEAR` in this scope [INFO] [stderr] --> src/d3d11.rs:320:35 [INFO] [stderr] | [INFO] [stderr] 320 | MaximumMinPointMagMipLinear = D3D11_FILTER_MAXIMUM_MIN_POINT_MAG_MIP_LINEAR, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FILTER_MAXIMUM_MIN_LINEAR_MAG_MIP_POINT` in this scope [INFO] [stderr] --> src/d3d11.rs:321:35 [INFO] [stderr] | [INFO] [stderr] 321 | MaximumMinLinearMagMipPoint = D3D11_FILTER_MAXIMUM_MIN_LINEAR_MAG_MIP_POINT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FILTER_MAXIMUM_MIN_LINEAR_MAG_POINT_MIP_LINEAR` in this scope [INFO] [stderr] --> src/d3d11.rs:322:41 [INFO] [stderr] | [INFO] [stderr] 322 | MaximumMinLinearMagPointMipLinear = D3D11_FILTER_MAXIMUM_MIN_LINEAR_MAG_POINT_MIP_LINEAR, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FILTER_MAXIMUM_MIN_MAG_LINEAR_MIP_POINT` in this scope [INFO] [stderr] --> src/d3d11.rs:323:35 [INFO] [stderr] | [INFO] [stderr] 323 | MaximumMinMagLinearMipPoint = D3D11_FILTER_MAXIMUM_MIN_MAG_LINEAR_MIP_POINT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FILTER_MAXIMUM_MIN_MAG_MIP_LINEAR` in this scope [INFO] [stderr] --> src/d3d11.rs:324:30 [INFO] [stderr] | [INFO] [stderr] 324 | MaximumMinMagMipLinear = D3D11_FILTER_MAXIMUM_MIN_MAG_MIP_LINEAR, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FILTER_MAXIMUM_ANISOTROPIC` in this scope [INFO] [stderr] --> src/d3d11.rs:325:26 [INFO] [stderr] | [INFO] [stderr] 325 | MaximumAnisotropic = D3D11_FILTER_MAXIMUM_ANISOTROPIC, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FILTER_REDUCTION_TYPE_STANDARD` in this scope [INFO] [stderr] --> src/d3d11.rs:331:16 [INFO] [stderr] | [INFO] [stderr] 331 | Standard = D3D11_FILTER_REDUCTION_TYPE_STANDARD, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FILTER_REDUCTION_TYPE_COMPARISON` in this scope [INFO] [stderr] --> src/d3d11.rs:332:18 [INFO] [stderr] | [INFO] [stderr] 332 | Comparison = D3D11_FILTER_REDUCTION_TYPE_COMPARISON, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FILTER_REDUCTION_TYPE_MINIMUM` in this scope [INFO] [stderr] --> src/d3d11.rs:333:15 [INFO] [stderr] | [INFO] [stderr] 333 | Minimum = D3D11_FILTER_REDUCTION_TYPE_MINIMUM, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FILTER_REDUCTION_TYPE_MAXIMUM` in this scope [INFO] [stderr] --> src/d3d11.rs:334:15 [INFO] [stderr] | [INFO] [stderr] 334 | Maximum = D3D11_FILTER_REDUCTION_TYPE_MAXIMUM, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FILTER_TYPE_POINT` in this scope [INFO] [stderr] --> src/d3d11.rs:340:13 [INFO] [stderr] | [INFO] [stderr] 340 | Point = D3D11_FILTER_TYPE_POINT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FILTER_TYPE_LINEAR` in this scope [INFO] [stderr] --> src/d3d11.rs:341:14 [INFO] [stderr] | [INFO] [stderr] 341 | Linear = D3D11_FILTER_TYPE_LINEAR, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FORMAT_SUPPORT_BUFFER` in this scope [INFO] [stderr] --> src/d3d11.rs:348:35 [INFO] [stderr] | [INFO] [stderr] 348 | pub const Buffer: Self = Self(D3D11_FORMAT_SUPPORT_BUFFER); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FORMAT_SUPPORT_IA_VERTEX_BUFFER` in this scope [INFO] [stderr] --> src/d3d11.rs:349:43 [INFO] [stderr] | [INFO] [stderr] 349 | pub const IAVertexBuffer: Self = Self(D3D11_FORMAT_SUPPORT_IA_VERTEX_BUFFER); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FORMAT_SUPPORT_IA_INDEX_BUFFER` in this scope [INFO] [stderr] --> src/d3d11.rs:350:41 [INFO] [stderr] | [INFO] [stderr] 350 | pub const IAIndxBuffer: Self = Self(D3D11_FORMAT_SUPPORT_IA_INDEX_BUFFER); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FORMAT_SUPPORT_SO_BUFFER` in this scope [INFO] [stderr] --> src/d3d11.rs:351:37 [INFO] [stderr] | [INFO] [stderr] 351 | pub const SOBuffer: Self = Self(D3D11_FORMAT_SUPPORT_SO_BUFFER); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FORMAT_SUPPORT_TEXTURE1D` in this scope [INFO] [stderr] --> src/d3d11.rs:352:38 [INFO] [stderr] | [INFO] [stderr] 352 | pub const Texture1D: Self = Self(D3D11_FORMAT_SUPPORT_TEXTURE1D); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FORMAT_SUPPORT_TEXTURE2D` in this scope [INFO] [stderr] --> src/d3d11.rs:353:38 [INFO] [stderr] | [INFO] [stderr] 353 | pub const Texture2D: Self = Self(D3D11_FORMAT_SUPPORT_TEXTURE2D); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FORMAT_SUPPORT_TEXTURE3D` in this scope [INFO] [stderr] --> src/d3d11.rs:354:38 [INFO] [stderr] | [INFO] [stderr] 354 | pub const Texture3D: Self = Self(D3D11_FORMAT_SUPPORT_TEXTURE3D); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FORMAT_SUPPORT_TEXTURECUBE` in this scope [INFO] [stderr] --> src/d3d11.rs:355:40 [INFO] [stderr] | [INFO] [stderr] 355 | pub const TextureCube: Self = Self(D3D11_FORMAT_SUPPORT_TEXTURECUBE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FORMAT_SUPPORT_SHADER_LOAD` in this scope [INFO] [stderr] --> src/d3d11.rs:356:39 [INFO] [stderr] | [INFO] [stderr] 356 | pub const ShaderLoad: Self = Self(D3D11_FORMAT_SUPPORT_SHADER_LOAD); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FORMAT_SUPPORT_SHADER_SAMPLE` in this scope [INFO] [stderr] --> src/d3d11.rs:357:35 [INFO] [stderr] | [INFO] [stderr] 357 | pub const Sample: Self = Self(D3D11_FORMAT_SUPPORT_SHADER_SAMPLE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FORMAT_SUPPORT_SHADER_SAMPLE_COMPARISON` in this scope [INFO] [stderr] --> src/d3d11.rs:358:45 [INFO] [stderr] | [INFO] [stderr] 358 | pub const SampleComparison: Self = Self(D3D11_FORMAT_SUPPORT_SHADER_SAMPLE_COMPARISON); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FORMAT_SUPPORT_SHADER_SAMPLE_MONO_TEXT` in this scope [INFO] [stderr] --> src/d3d11.rs:359:49 [INFO] [stderr] | [INFO] [stderr] 359 | pub const ShaderSampleMonoText: Self = Self(D3D11_FORMAT_SUPPORT_SHADER_SAMPLE_MONO_TEXT); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FORMAT_SUPPORT_MIP` in this scope [INFO] [stderr] --> src/d3d11.rs:360:32 [INFO] [stderr] | [INFO] [stderr] 360 | pub const Mip: Self = Self(D3D11_FORMAT_SUPPORT_MIP); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D12_DEPTH_STENCIL_VIEW_DESC` [INFO] [stderr] --> src/d3d12.rs:1908:23 [INFO] [stderr] | [INFO] [stderr] 1908 | let mut obj = D3D12_DEPTH_STENCIL_VIEW_DESC::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D12_DEPTH_STENCIL_VIEW_DESC` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FORMAT_SUPPORT_MIP_AUTOGEN` in this scope [INFO] [stderr] --> src/d3d11.rs:361:39 [INFO] [stderr] | [INFO] [stderr] 361 | pub const MipAutogen: Self = Self(D3D11_FORMAT_SUPPORT_MIP_AUTOGEN); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FORMAT_SUPPORT_RENDER_TARGET` in this scope [INFO] [stderr] --> src/d3d11.rs:362:41 [INFO] [stderr] | [INFO] [stderr] 362 | pub const RenderTarget: Self = Self(D3D11_FORMAT_SUPPORT_RENDER_TARGET); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FORMAT_SUPPORT_BLENDABLE` in this scope [INFO] [stderr] --> src/d3d11.rs:363:38 [INFO] [stderr] | [INFO] [stderr] 363 | pub const Blendable: Self = Self(D3D11_FORMAT_SUPPORT_BLENDABLE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FORMAT_SUPPORT_DEPTH_STENCIL` in this scope [INFO] [stderr] --> src/d3d11.rs:364:41 [INFO] [stderr] | [INFO] [stderr] 364 | pub const DepthStencil: Self = Self(D3D11_FORMAT_SUPPORT_DEPTH_STENCIL); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FORMAT_SUPPORT_CPU_LOCKABLE` in this scope [INFO] [stderr] --> src/d3d11.rs:365:40 [INFO] [stderr] | [INFO] [stderr] 365 | pub const CPULockable: Self = Self(D3D11_FORMAT_SUPPORT_CPU_LOCKABLE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FORMAT_SUPPORT_MULTISAMPLE_RESOLVE` in this scope [INFO] [stderr] --> src/d3d11.rs:366:47 [INFO] [stderr] | [INFO] [stderr] 366 | pub const MultisampleResolve: Self = Self(D3D11_FORMAT_SUPPORT_MULTISAMPLE_RESOLVE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FORMAT_SUPPORT_DISPLAY` in this scope [INFO] [stderr] --> src/d3d11.rs:367:36 [INFO] [stderr] | [INFO] [stderr] 367 | pub const Display: Self = Self(D3D11_FORMAT_SUPPORT_DISPLAY); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FORMAT_SUPPORT_CAST_WITHIN_BIT_LAYOUT` in this scope [INFO] [stderr] --> src/d3d11.rs:368:48 [INFO] [stderr] | [INFO] [stderr] 368 | pub const CastWithinBitLayout: Self = Self(D3D11_FORMAT_SUPPORT_CAST_WITHIN_BIT_LAYOUT); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FORMAT_SUPPORT_MULTISAMPLE_RENDERTARGET` in this scope [INFO] [stderr] --> src/d3d11.rs:369:52 [INFO] [stderr] | [INFO] [stderr] 369 | pub const MultisampleRenderTarget: Self = Self(D3D11_FORMAT_SUPPORT_MULTISAMPLE_RENDERTARGET); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FORMAT_SUPPORT_MULTISAMPLE_LOAD` in this scope [INFO] [stderr] --> src/d3d11.rs:370:44 [INFO] [stderr] | [INFO] [stderr] 370 | pub const MultisampleLoad: Self = Self(D3D11_FORMAT_SUPPORT_MULTISAMPLE_LOAD); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FORMAT_SUPPORT_SHADER_GATHER` in this scope [INFO] [stderr] --> src/d3d11.rs:371:41 [INFO] [stderr] | [INFO] [stderr] 371 | pub const ShaderGather: Self = Self(D3D11_FORMAT_SUPPORT_SHADER_GATHER); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FORMAT_SUPPORT_BACK_BUFFER_CAST` in this scope [INFO] [stderr] --> src/d3d11.rs:372:43 [INFO] [stderr] | [INFO] [stderr] 372 | pub const BackBufferCast: Self = Self(D3D11_FORMAT_SUPPORT_BACK_BUFFER_CAST); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FORMAT_SUPPORT_TYPED_UNORDERED_ACCESS_VIEW` in this scope [INFO] [stderr] --> src/d3d11.rs:374:14 [INFO] [stderr] | [INFO] [stderr] 374 | Self(D3D11_FORMAT_SUPPORT_TYPED_UNORDERED_ACCESS_VIEW); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FORMAT_SUPPORT_SHADER_GATHER_COMPARISON` in this scope [INFO] [stderr] --> src/d3d11.rs:375:51 [INFO] [stderr] | [INFO] [stderr] 375 | pub const ShaderGatherComparison: Self = Self(D3D11_FORMAT_SUPPORT_SHADER_GATHER_COMPARISON); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FORMAT_SUPPORT_DECODER_OUTPUT` in this scope [INFO] [stderr] --> src/d3d11.rs:376:41 [INFO] [stderr] | [INFO] [stderr] 376 | pub const DecodeOutput: Self = Self(D3D11_FORMAT_SUPPORT_DECODER_OUTPUT); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FORMAT_SUPPORT_VIDEO_PROCESSOR_OUTPUT` in this scope [INFO] [stderr] --> src/d3d11.rs:377:49 [INFO] [stderr] | [INFO] [stderr] 377 | pub const VideoProcessorOutput: Self = Self(D3D11_FORMAT_SUPPORT_VIDEO_PROCESSOR_OUTPUT); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FORMAT_SUPPORT_VIDEO_PROCESSOR_INPUT` in this scope [INFO] [stderr] --> src/d3d11.rs:378:48 [INFO] [stderr] | [INFO] [stderr] 378 | pub const VideoProcessorInput: Self = Self(D3D11_FORMAT_SUPPORT_VIDEO_PROCESSOR_INPUT); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FORMAT_SUPPORT_VIDEO_ENCODER` in this scope [INFO] [stderr] --> src/d3d11.rs:379:41 [INFO] [stderr] | [INFO] [stderr] 379 | pub const VideoEncoder: Self = Self(D3D11_FORMAT_SUPPORT_VIDEO_ENCODER); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FORMAT_SUPPORT2_UAV_ATOMIC_ADD` in this scope [INFO] [stderr] --> src/d3d11.rs:387:41 [INFO] [stderr] | [INFO] [stderr] 387 | pub const UAVAtomicAdd: Self = Self(D3D11_FORMAT_SUPPORT2_UAV_ATOMIC_ADD); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FORMAT_SUPPORT2_UAV_ATOMIC_BITWISE_OPS` in this scope [INFO] [stderr] --> src/d3d11.rs:388:48 [INFO] [stderr] | [INFO] [stderr] 388 | pub const UAVAtomicBitwiseOps: Self = Self(D3D11_FORMAT_SUPPORT2_UAV_ATOMIC_BITWISE_OPS); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FORMAT_SUPPORT2_UAV_ATOMIC_COMPARE_STORE_OR_COMPARE_EXCHANGE` in this scope [INFO] [stderr] --> src/d3d11.rs:390:14 [INFO] [stderr] | [INFO] [stderr] 390 | Self(D3D11_FORMAT_SUPPORT2_UAV_ATOMIC_COMPARE_STORE_OR_COMPARE_EXCHANGE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FORMAT_SUPPORT2_UAV_ATOMIC_EXCHANGE` in this scope [INFO] [stderr] --> src/d3d11.rs:391:46 [INFO] [stderr] | [INFO] [stderr] 391 | pub const UAVAtomicExchange: Self = Self(D3D11_FORMAT_SUPPORT2_UAV_ATOMIC_EXCHANGE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FORMAT_SUPPORT2_UAV_ATOMIC_SIGNED_MIN_OR_MAX` in this scope [INFO] [stderr] --> src/d3d11.rs:393:14 [INFO] [stderr] | [INFO] [stderr] 393 | Self(D3D11_FORMAT_SUPPORT2_UAV_ATOMIC_SIGNED_MIN_OR_MAX); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FORMAT_SUPPORT2_UAV_ATOMIC_UNSIGNED_MIN_OR_MAX` in this scope [INFO] [stderr] --> src/d3d11.rs:395:14 [INFO] [stderr] | [INFO] [stderr] 395 | Self(D3D11_FORMAT_SUPPORT2_UAV_ATOMIC_UNSIGNED_MIN_OR_MAX); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FORMAT_SUPPORT2_UAV_TYPED_LOAD` in this scope [INFO] [stderr] --> src/d3d11.rs:396:41 [INFO] [stderr] | [INFO] [stderr] 396 | pub const UAVTypedLoad: Self = Self(D3D11_FORMAT_SUPPORT2_UAV_TYPED_LOAD); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FORMAT_SUPPORT2_UAV_TYPED_STORE` in this scope [INFO] [stderr] --> src/d3d11.rs:397:42 [INFO] [stderr] | [INFO] [stderr] 397 | pub const UAVTypedStore: Self = Self(D3D11_FORMAT_SUPPORT2_UAV_TYPED_STORE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FORMAT_SUPPORT2_OUTPUT_MERGER_LOGIC_OP` in this scope [INFO] [stderr] --> src/d3d11.rs:398:48 [INFO] [stderr] | [INFO] [stderr] 398 | pub const OutputMergerLogicOp: Self = Self(D3D11_FORMAT_SUPPORT2_OUTPUT_MERGER_LOGIC_OP); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FORMAT_SUPPORT2_TILED` in this scope [INFO] [stderr] --> src/d3d11.rs:399:34 [INFO] [stderr] | [INFO] [stderr] 399 | pub const Tiled: Self = Self(D3D11_FORMAT_SUPPORT2_TILED); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FORMAT_SUPPORT2_SHAREABLE` in this scope [INFO] [stderr] --> src/d3d11.rs:400:38 [INFO] [stderr] | [INFO] [stderr] 400 | pub const Shareable: Self = Self(D3D11_FORMAT_SUPPORT2_SHAREABLE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FORMAT_SUPPORT2_MULTIPLANE_OVERLAY` in this scope [INFO] [stderr] --> src/d3d11.rs:401:46 [INFO] [stderr] | [INFO] [stderr] 401 | pub const MultiplaneOverlay: Self = Self(D3D11_FORMAT_SUPPORT2_MULTIPLANE_OVERLAY); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_INPUT_PER_VERTEX_DATA` in this scope [INFO] [stderr] --> src/d3d11.rs:408:21 [INFO] [stderr] | [INFO] [stderr] 408 | PerVertexData = D3D11_INPUT_PER_VERTEX_DATA, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_INPUT_PER_INSTANCE_DATA` in this scope [INFO] [stderr] --> src/d3d11.rs:409:23 [INFO] [stderr] | [INFO] [stderr] 409 | PerInstanceData = D3D11_INPUT_PER_INSTANCE_DATA, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_MAP_READ` in this scope [INFO] [stderr] --> src/d3d11.rs:415:12 [INFO] [stderr] | [INFO] [stderr] 415 | Read = D3D11_MAP_READ, [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_MAP_WRITE` in this scope [INFO] [stderr] --> src/d3d11.rs:416:13 [INFO] [stderr] | [INFO] [stderr] 416 | Write = D3D11_MAP_WRITE, [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_MAP_READ_WRITE` in this scope [INFO] [stderr] --> src/d3d11.rs:417:17 [INFO] [stderr] | [INFO] [stderr] 417 | ReadWrite = D3D11_MAP_READ_WRITE, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_MAP_WRITE_DISCARD` in this scope [INFO] [stderr] --> src/d3d11.rs:418:20 [INFO] [stderr] | [INFO] [stderr] 418 | WriteDiscard = D3D11_MAP_WRITE_DISCARD, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_MAP_WRITE_NO_OVERWRITE` in this scope [INFO] [stderr] --> src/d3d11.rs:419:24 [INFO] [stderr] | [INFO] [stderr] 419 | WriteNoOverwrite = D3D11_MAP_WRITE_NO_OVERWRITE, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_MAP_FLAG_DO_NOT_WAIT` in this scope [INFO] [stderr] --> src/d3d11.rs:426:44 [INFO] [stderr] | [INFO] [stderr] 426 | pub const DoNotWait: MapFlag = MapFlag(D3D11_MAP_FLAG_DO_NOT_WAIT); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_QUERY_EVENT` in this scope [INFO] [stderr] --> src/d3d11.rs:436:13 [INFO] [stderr] | [INFO] [stderr] 436 | Event = D3D11_QUERY_EVENT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_QUERY_OCCLUSION` in this scope [INFO] [stderr] --> src/d3d11.rs:437:17 [INFO] [stderr] | [INFO] [stderr] 437 | Occlusion = D3D11_QUERY_OCCLUSION, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_QUERY_TIMESTAMP` in this scope [INFO] [stderr] --> src/d3d11.rs:438:17 [INFO] [stderr] | [INFO] [stderr] 438 | Timestamp = D3D11_QUERY_TIMESTAMP, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_QUERY_TIMESTAMP_DISJOINT` in this scope [INFO] [stderr] --> src/d3d11.rs:439:25 [INFO] [stderr] | [INFO] [stderr] 439 | TimestampDisjoint = D3D11_QUERY_TIMESTAMP_DISJOINT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_QUERY_PIPELINE_STATISTICS` in this scope [INFO] [stderr] --> src/d3d11.rs:440:26 [INFO] [stderr] | [INFO] [stderr] 440 | PipelineStatistics = D3D11_QUERY_PIPELINE_STATISTICS, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_QUERY_OCCLUSION_PREDICATE` in this scope [INFO] [stderr] --> src/d3d11.rs:441:27 [INFO] [stderr] | [INFO] [stderr] 441 | OcclustionPredicate = D3D11_QUERY_OCCLUSION_PREDICATE, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_QUERY_SO_STATISTICS` in this scope [INFO] [stderr] --> src/d3d11.rs:442:20 [INFO] [stderr] | [INFO] [stderr] 442 | SOStatistics = D3D11_QUERY_SO_STATISTICS, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_QUERY_SO_OVERFLOW_PREDICATE` in this scope [INFO] [stderr] --> src/d3d11.rs:443:27 [INFO] [stderr] | [INFO] [stderr] 443 | SOOverflowPredicate = D3D11_QUERY_SO_OVERFLOW_PREDICATE, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_QUERY_SO_STATISTICS_STREAM0` in this scope [INFO] [stderr] --> src/d3d11.rs:444:27 [INFO] [stderr] | [INFO] [stderr] 444 | SOStatisticsStream0 = D3D11_QUERY_SO_STATISTICS_STREAM0, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_QUERY_SO_OVERFLOW_PREDICATE_STREAM0` in this scope [INFO] [stderr] --> src/d3d11.rs:445:34 [INFO] [stderr] | [INFO] [stderr] 445 | SOOverflowPredicateStream0 = D3D11_QUERY_SO_OVERFLOW_PREDICATE_STREAM0, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_QUERY_SO_STATISTICS_STREAM1` in this scope [INFO] [stderr] --> src/d3d11.rs:446:27 [INFO] [stderr] | [INFO] [stderr] 446 | SOStatisticsStream1 = D3D11_QUERY_SO_STATISTICS_STREAM1, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_QUERY_SO_OVERFLOW_PREDICATE_STREAM1` in this scope [INFO] [stderr] --> src/d3d11.rs:447:34 [INFO] [stderr] | [INFO] [stderr] 447 | SOOverflowPredicateStream1 = D3D11_QUERY_SO_OVERFLOW_PREDICATE_STREAM1, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_QUERY_SO_STATISTICS_STREAM2` in this scope [INFO] [stderr] --> src/d3d11.rs:448:27 [INFO] [stderr] | [INFO] [stderr] 448 | SOStatisticsStream2 = D3D11_QUERY_SO_STATISTICS_STREAM2, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_QUERY_SO_OVERFLOW_PREDICATE_STREAM2` in this scope [INFO] [stderr] --> src/d3d11.rs:449:34 [INFO] [stderr] | [INFO] [stderr] 449 | SOOverflowPredicateStream2 = D3D11_QUERY_SO_OVERFLOW_PREDICATE_STREAM2, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_QUERY_SO_STATISTICS_STREAM3` in this scope [INFO] [stderr] --> src/d3d11.rs:450:27 [INFO] [stderr] | [INFO] [stderr] 450 | SOStatisticsStream3 = D3D11_QUERY_SO_STATISTICS_STREAM3, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_QUERY_SO_OVERFLOW_PREDICATE_STREAM3` in this scope [INFO] [stderr] --> src/d3d11.rs:451:34 [INFO] [stderr] | [INFO] [stderr] 451 | SOOverflowPredicateStream3 = D3D11_QUERY_SO_OVERFLOW_PREDICATE_STREAM3, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_QUERY_MISC_PREDICATEHINT` in this scope [INFO] [stderr] --> src/d3d11.rs:458:42 [INFO] [stderr] | [INFO] [stderr] 458 | pub const PredicateHint: Self = Self(D3D11_QUERY_MISC_PREDICATEHINT); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_RAISE_FLAG_DRIVER_INTERNAL_ERROR` in this scope [INFO] [stderr] --> src/d3d11.rs:466:48 [INFO] [stderr] | [INFO] [stderr] 466 | pub const DriverInternalError: Self = Self(D3D11_RAISE_FLAG_DRIVER_INTERNAL_ERROR); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_RESOURCE_DIMENSION_UNKNOWN` in this scope [INFO] [stderr] --> src/d3d11.rs:473:15 [INFO] [stderr] | [INFO] [stderr] 473 | Unknown = D3D11_RESOURCE_DIMENSION_UNKNOWN, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_RESOURCE_DIMENSION_BUFFER` in this scope [INFO] [stderr] --> src/d3d11.rs:474:14 [INFO] [stderr] | [INFO] [stderr] 474 | Buffer = D3D11_RESOURCE_DIMENSION_BUFFER, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_RESOURCE_DIMENSION_TEXTURE1D` in this scope [INFO] [stderr] --> src/d3d11.rs:475:17 [INFO] [stderr] | [INFO] [stderr] 475 | Texture1D = D3D11_RESOURCE_DIMENSION_TEXTURE1D, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_RESOURCE_DIMENSION_TEXTURE2D` in this scope [INFO] [stderr] --> src/d3d11.rs:476:17 [INFO] [stderr] | [INFO] [stderr] 476 | Texture2D = D3D11_RESOURCE_DIMENSION_TEXTURE2D, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_RESOURCE_DIMENSION_TEXTURE3D` in this scope [INFO] [stderr] --> src/d3d11.rs:477:17 [INFO] [stderr] | [INFO] [stderr] 477 | Texture3D = D3D11_RESOURCE_DIMENSION_TEXTURE3D, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_RESOURCE_MISC_GENERATE_MIPS` in this scope [INFO] [stderr] --> src/d3d11.rs:484:41 [INFO] [stderr] | [INFO] [stderr] 484 | pub const GenerateMips: Self = Self(D3D11_RESOURCE_MISC_GENERATE_MIPS); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_RESOURCE_MISC_SHARED` in this scope [INFO] [stderr] --> src/d3d11.rs:485:35 [INFO] [stderr] | [INFO] [stderr] 485 | pub const Shared: Self = Self(D3D11_RESOURCE_MISC_SHARED); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_RESOURCE_MISC_TEXTURECUBE` in this scope [INFO] [stderr] --> src/d3d11.rs:486:40 [INFO] [stderr] | [INFO] [stderr] 486 | pub const TextureCube: Self = Self(D3D11_RESOURCE_MISC_TEXTURECUBE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_RESOURCE_MISC_DRAWINDIRECT_ARGS` in this scope [INFO] [stderr] --> src/d3d11.rs:487:45 [INFO] [stderr] | [INFO] [stderr] 487 | pub const DrawIndirectArgs: Self = Self(D3D11_RESOURCE_MISC_DRAWINDIRECT_ARGS); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_RESOURCE_MISC_BUFFER_ALLOW_RAW_VIEWS` in this scope [INFO] [stderr] --> src/d3d11.rs:488:48 [INFO] [stderr] | [INFO] [stderr] 488 | pub const BufferAllowRawViews: Self = Self(D3D11_RESOURCE_MISC_BUFFER_ALLOW_RAW_VIEWS); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_RESOURCE_MISC_BUFFER_STRUCTURED` in this scope [INFO] [stderr] --> src/d3d11.rs:489:45 [INFO] [stderr] | [INFO] [stderr] 489 | pub const BufferStructured: Self = Self(D3D11_RESOURCE_MISC_BUFFER_STRUCTURED); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_RESOURCE_MISC_RESOURCE_CLAMP` in this scope [INFO] [stderr] --> src/d3d11.rs:490:42 [INFO] [stderr] | [INFO] [stderr] 490 | pub const ResourceClamp: Self = Self(D3D11_RESOURCE_MISC_RESOURCE_CLAMP); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_RESOURCE_MISC_SHARED_KEYEDMUTEX` in this scope [INFO] [stderr] --> src/d3d11.rs:491:45 [INFO] [stderr] | [INFO] [stderr] 491 | pub const SharedKeyedMutex: Self = Self(D3D11_RESOURCE_MISC_SHARED_KEYEDMUTEX); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_RESOURCE_MISC_GDI_COMPATIBLE` in this scope [INFO] [stderr] --> src/d3d11.rs:492:42 [INFO] [stderr] | [INFO] [stderr] 492 | pub const GDICompatible: Self = Self(D3D11_RESOURCE_MISC_GDI_COMPATIBLE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_RESOURCE_MISC_SHARED_NTHANDLE` in this scope [INFO] [stderr] --> src/d3d11.rs:493:43 [INFO] [stderr] | [INFO] [stderr] 493 | pub const SharedNTHandle: Self = Self(D3D11_RESOURCE_MISC_SHARED_NTHANDLE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_RESOURCE_MISC_RESTRICTED_CONTENT` in this scope [INFO] [stderr] --> src/d3d11.rs:494:46 [INFO] [stderr] | [INFO] [stderr] 494 | pub const RestrictedContent: Self = Self(D3D11_RESOURCE_MISC_RESTRICTED_CONTENT); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_RESOURCE_MISC_RESTRICT_SHARED_RESOURCE` in this scope [INFO] [stderr] --> src/d3d11.rs:495:51 [INFO] [stderr] | [INFO] [stderr] 495 | pub const RestrictSharedResource: Self = Self(D3D11_RESOURCE_MISC_RESTRICT_SHARED_RESOURCE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_RESOURCE_MISC_RESTRICT_SHARED_RESOURCE_DRIVER` in this scope [INFO] [stderr] --> src/d3d11.rs:497:14 [INFO] [stderr] | [INFO] [stderr] 497 | Self(D3D11_RESOURCE_MISC_RESTRICT_SHARED_RESOURCE_DRIVER); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_RESOURCE_MISC_GUARDED` in this scope [INFO] [stderr] --> src/d3d11.rs:498:36 [INFO] [stderr] | [INFO] [stderr] 498 | pub const Guarded: Self = Self(D3D11_RESOURCE_MISC_GUARDED); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_RESOURCE_MISC_TILE_POOL` in this scope [INFO] [stderr] --> src/d3d11.rs:499:37 [INFO] [stderr] | [INFO] [stderr] 499 | pub const TilePool: Self = Self(D3D11_RESOURCE_MISC_TILE_POOL); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_RESOURCE_MISC_TILED` in this scope [INFO] [stderr] --> src/d3d11.rs:500:34 [INFO] [stderr] | [INFO] [stderr] 500 | pub const Tiled: Self = Self(D3D11_RESOURCE_MISC_TILED); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D12_FEATURE_DATA_ARCHITECTURE` [INFO] [stderr] --> src/d3d12.rs:2263:27 [INFO] [stderr] | [INFO] [stderr] 2263 | let mut obj = D3D12_FEATURE_DATA_ARCHITECTURE::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D12_FEATURE_DATA_ARCHITECTURE` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_RESOURCE_MISC_HW_PROTECTED` in this scope [INFO] [stderr] --> src/d3d11.rs:501:40 [INFO] [stderr] | [INFO] [stderr] 501 | pub const HWProtected: Self = Self(D3D11_RESOURCE_MISC_HW_PROTECTED); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_RTV_DIMENSION_UNKNOWN` in this scope [INFO] [stderr] --> src/d3d11.rs:508:15 [INFO] [stderr] | [INFO] [stderr] 508 | Unknown = D3D11_RTV_DIMENSION_UNKNOWN, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_RTV_DIMENSION_BUFFER` in this scope [INFO] [stderr] --> src/d3d11.rs:509:14 [INFO] [stderr] | [INFO] [stderr] 509 | Buffer = D3D11_RTV_DIMENSION_BUFFER, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_RTV_DIMENSION_TEXTURE1D` in this scope [INFO] [stderr] --> src/d3d11.rs:510:17 [INFO] [stderr] | [INFO] [stderr] 510 | Texture1D = D3D11_RTV_DIMENSION_TEXTURE1D, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_RTV_DIMENSION_TEXTURE1DARRAY` in this scope [INFO] [stderr] --> src/d3d11.rs:511:22 [INFO] [stderr] | [INFO] [stderr] 511 | Texture1DArray = D3D11_RTV_DIMENSION_TEXTURE1DARRAY, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_RTV_DIMENSION_TEXTURE2D` in this scope [INFO] [stderr] --> src/d3d11.rs:512:17 [INFO] [stderr] | [INFO] [stderr] 512 | Texture2D = D3D11_RTV_DIMENSION_TEXTURE2D, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_RTV_DIMENSION_TEXTURE2DARRAY` in this scope [INFO] [stderr] --> src/d3d11.rs:513:22 [INFO] [stderr] | [INFO] [stderr] 513 | Texture2DArray = D3D11_RTV_DIMENSION_TEXTURE2DARRAY, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_RTV_DIMENSION_TEXTURE2DMS` in this scope [INFO] [stderr] --> src/d3d11.rs:514:19 [INFO] [stderr] | [INFO] [stderr] 514 | Texture2DMS = D3D11_RTV_DIMENSION_TEXTURE2DMS, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_RTV_DIMENSION_TEXTURE2DMSARRAY` in this scope [INFO] [stderr] --> src/d3d11.rs:515:24 [INFO] [stderr] | [INFO] [stderr] 515 | Texture2DMSArray = D3D11_RTV_DIMENSION_TEXTURE2DMSARRAY, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_RTV_DIMENSION_TEXTURE3D` in this scope [INFO] [stderr] --> src/d3d11.rs:516:17 [INFO] [stderr] | [INFO] [stderr] 516 | Texture3D = D3D11_RTV_DIMENSION_TEXTURE3D, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_SHADER_MIN_PRECISION_10_BIT` in this scope [INFO] [stderr] --> src/d3d11.rs:534:14 [INFO] [stderr] | [INFO] [stderr] 534 | _10Bit = D3D11_SHADER_MIN_PRECISION_10_BIT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_SHADER_MIN_PRECISION_16_BIT` in this scope [INFO] [stderr] --> src/d3d11.rs:535:14 [INFO] [stderr] | [INFO] [stderr] 535 | _16Bit = D3D11_SHADER_MIN_PRECISION_16_BIT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_STANDARD_MULTISAMPLE_PATTERN` in this scope [INFO] [stderr] --> src/d3d11.rs:541:34 [INFO] [stderr] | [INFO] [stderr] 541 | StandardMultisamplePattern = D3D11_STANDARD_MULTISAMPLE_PATTERN, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_CENTER_MULTISAMPLE_PATTERN` in this scope [INFO] [stderr] --> src/d3d11.rs:542:32 [INFO] [stderr] | [INFO] [stderr] 542 | CenterMultisamplePattern = D3D11_CENTER_MULTISAMPLE_PATTERN, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_STENCIL_OP_KEEP` in this scope [INFO] [stderr] --> src/d3d11.rs:548:12 [INFO] [stderr] | [INFO] [stderr] 548 | Keep = D3D11_STENCIL_OP_KEEP, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_STENCIL_OP_ZERO` in this scope [INFO] [stderr] --> src/d3d11.rs:549:12 [INFO] [stderr] | [INFO] [stderr] 549 | Zero = D3D11_STENCIL_OP_ZERO, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D12_FEATURE_DATA_ARCHITECTURE1` [INFO] [stderr] --> src/d3d12.rs:2301:27 [INFO] [stderr] | [INFO] [stderr] 2301 | let mut obj = D3D12_FEATURE_DATA_ARCHITECTURE1::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D12_FEATURE_DATA_ARCHITECTURE1` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_STENCIL_OP_REPLACE` in this scope [INFO] [stderr] --> src/d3d11.rs:550:15 [INFO] [stderr] | [INFO] [stderr] 550 | Replace = D3D11_STENCIL_OP_REPLACE, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_STENCIL_OP_INCR_SAT` in this scope [INFO] [stderr] --> src/d3d11.rs:551:15 [INFO] [stderr] | [INFO] [stderr] 551 | IncrSat = D3D11_STENCIL_OP_INCR_SAT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_STENCIL_OP_DECR_SAT` in this scope [INFO] [stderr] --> src/d3d11.rs:552:15 [INFO] [stderr] | [INFO] [stderr] 552 | DecrSat = D3D11_STENCIL_OP_DECR_SAT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_STENCIL_OP_INVERT` in this scope [INFO] [stderr] --> src/d3d11.rs:553:14 [INFO] [stderr] | [INFO] [stderr] 553 | Invert = D3D11_STENCIL_OP_INVERT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_STENCIL_OP_INCR` in this scope [INFO] [stderr] --> src/d3d11.rs:554:12 [INFO] [stderr] | [INFO] [stderr] 554 | Incr = D3D11_STENCIL_OP_INCR, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_STENCIL_OP_DECR` in this scope [INFO] [stderr] --> src/d3d11.rs:555:12 [INFO] [stderr] | [INFO] [stderr] 555 | Decr = D3D11_STENCIL_OP_DECR, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_TEXTURE_ADDRESS_WRAP` in this scope [INFO] [stderr] --> src/d3d11.rs:561:12 [INFO] [stderr] | [INFO] [stderr] 561 | Wrap = D3D11_TEXTURE_ADDRESS_WRAP, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_TEXTURE_ADDRESS_MIRROR` in this scope [INFO] [stderr] --> src/d3d11.rs:562:14 [INFO] [stderr] | [INFO] [stderr] 562 | Mirror = D3D11_TEXTURE_ADDRESS_MIRROR, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_TEXTURE_ADDRESS_CLAMP` in this scope [INFO] [stderr] --> src/d3d11.rs:563:13 [INFO] [stderr] | [INFO] [stderr] 563 | Clamp = D3D11_TEXTURE_ADDRESS_CLAMP, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_TEXTURE_ADDRESS_BORDER` in this scope [INFO] [stderr] --> src/d3d11.rs:564:14 [INFO] [stderr] | [INFO] [stderr] 564 | Border = D3D11_TEXTURE_ADDRESS_BORDER, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_TEXTURE_ADDRESS_MIRROR_ONCE` in this scope [INFO] [stderr] --> src/d3d11.rs:565:12 [INFO] [stderr] | [INFO] [stderr] 565 | Once = D3D11_TEXTURE_ADDRESS_MIRROR_ONCE, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_TEXTURECUBE_FACE_POSITIVE_X` in this scope [INFO] [stderr] --> src/d3d11.rs:571:17 [INFO] [stderr] | [INFO] [stderr] 571 | PositiveX = D3D11_TEXTURECUBE_FACE_POSITIVE_X, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_TEXTURECUBE_FACE_NEGATIVE_X` in this scope [INFO] [stderr] --> src/d3d11.rs:572:17 [INFO] [stderr] | [INFO] [stderr] 572 | NegativeX = D3D11_TEXTURECUBE_FACE_NEGATIVE_X, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_TEXTURECUBE_FACE_POSITIVE_Y` in this scope [INFO] [stderr] --> src/d3d11.rs:573:17 [INFO] [stderr] | [INFO] [stderr] 573 | PositiveY = D3D11_TEXTURECUBE_FACE_POSITIVE_Y, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D12_FEATURE_DATA_COMMAND_QUEUE_PRIORITY` [INFO] [stderr] --> src/d3d12.rs:2335:27 [INFO] [stderr] | [INFO] [stderr] 2335 | let mut obj = D3D12_FEATURE_DATA_COMMAND_QUEUE_PRIORITY::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D12_FEATURE_DATA_COMMAND_QUEUE_PRIORITY` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_TEXTURECUBE_FACE_NEGATIVE_Y` in this scope [INFO] [stderr] --> src/d3d11.rs:574:17 [INFO] [stderr] | [INFO] [stderr] 574 | NegativeY = D3D11_TEXTURECUBE_FACE_NEGATIVE_Y, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_TEXTURECUBE_FACE_POSITIVE_Z` in this scope [INFO] [stderr] --> src/d3d11.rs:575:17 [INFO] [stderr] | [INFO] [stderr] 575 | PositiveZ = D3D11_TEXTURECUBE_FACE_POSITIVE_Z, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_TEXTURECUBE_FACE_NEGATIVE_Z` in this scope [INFO] [stderr] --> src/d3d11.rs:576:17 [INFO] [stderr] | [INFO] [stderr] 576 | NegativeZ = D3D11_TEXTURECUBE_FACE_NEGATIVE_Z, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_TILED_RESOURCES_NOT_SUPPORTED` in this scope [INFO] [stderr] --> src/d3d11.rs:582:20 [INFO] [stderr] | [INFO] [stderr] 582 | NotSupported = D3D11_TILED_RESOURCES_NOT_SUPPORTED, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_TILED_RESOURCES_TIER_1` in this scope [INFO] [stderr] --> src/d3d11.rs:583:13 [INFO] [stderr] | [INFO] [stderr] 583 | Tier1 = D3D11_TILED_RESOURCES_TIER_1, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_TILED_RESOURCES_TIER_2` in this scope [INFO] [stderr] --> src/d3d11.rs:584:13 [INFO] [stderr] | [INFO] [stderr] 584 | Tier2 = D3D11_TILED_RESOURCES_TIER_2, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_TILED_RESOURCES_TIER_3` in this scope [INFO] [stderr] --> src/d3d11.rs:585:13 [INFO] [stderr] | [INFO] [stderr] 585 | Tier3 = D3D11_TILED_RESOURCES_TIER_3, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_UAV_DIMENSION_UNKNOWN` in this scope [INFO] [stderr] --> src/d3d11.rs:591:15 [INFO] [stderr] | [INFO] [stderr] 591 | Unknown = D3D11_UAV_DIMENSION_UNKNOWN, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_UAV_DIMENSION_BUFFER` in this scope [INFO] [stderr] --> src/d3d11.rs:592:14 [INFO] [stderr] | [INFO] [stderr] 592 | Buffer = D3D11_UAV_DIMENSION_BUFFER, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_UAV_DIMENSION_TEXTURE1D` in this scope [INFO] [stderr] --> src/d3d11.rs:593:17 [INFO] [stderr] | [INFO] [stderr] 593 | Texture1D = D3D11_UAV_DIMENSION_TEXTURE1D, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_UAV_DIMENSION_TEXTURE1DARRAY` in this scope [INFO] [stderr] --> src/d3d11.rs:594:22 [INFO] [stderr] | [INFO] [stderr] 594 | Texture1DArray = D3D11_UAV_DIMENSION_TEXTURE1DARRAY, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_UAV_DIMENSION_TEXTURE2D` in this scope [INFO] [stderr] --> src/d3d11.rs:595:17 [INFO] [stderr] | [INFO] [stderr] 595 | Texture2D = D3D11_UAV_DIMENSION_TEXTURE2D, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_UAV_DIMENSION_TEXTURE2DARRAY` in this scope [INFO] [stderr] --> src/d3d11.rs:596:22 [INFO] [stderr] | [INFO] [stderr] 596 | Texture2DArray = D3D11_UAV_DIMENSION_TEXTURE2DARRAY, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_UAV_DIMENSION_TEXTURE3D` in this scope [INFO] [stderr] --> src/d3d11.rs:597:17 [INFO] [stderr] | [INFO] [stderr] 597 | Texture3D = D3D11_UAV_DIMENSION_TEXTURE3D, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_USAGE_DEFAULT` in this scope [INFO] [stderr] --> src/d3d11.rs:603:15 [INFO] [stderr] | [INFO] [stderr] 603 | Default = D3D11_USAGE_DEFAULT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_USAGE_IMMUTABLE` in this scope [INFO] [stderr] --> src/d3d11.rs:604:17 [INFO] [stderr] | [INFO] [stderr] 604 | Immutable = D3D11_USAGE_IMMUTABLE, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_USAGE_DYNAMIC` in this scope [INFO] [stderr] --> src/d3d11.rs:605:15 [INFO] [stderr] | [INFO] [stderr] 605 | Dynamic = D3D11_USAGE_DYNAMIC, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_USAGE_STAGING` in this scope [INFO] [stderr] --> src/d3d11.rs:606:15 [INFO] [stderr] | [INFO] [stderr] 606 | Staging = D3D11_USAGE_STAGING, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VDOV_DIMENSION_UNKNOWN` in this scope [INFO] [stderr] --> src/d3d11.rs:612:15 [INFO] [stderr] | [INFO] [stderr] 612 | Unknown = D3D11_VDOV_DIMENSION_UNKNOWN, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VDOV_DIMENSION_TEXTURE2D` in this scope [INFO] [stderr] --> src/d3d11.rs:613:17 [INFO] [stderr] | [INFO] [stderr] 613 | Texture2D = D3D11_VDOV_DIMENSION_TEXTURE2D, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_DECODER_BUFFER_PICTURE_PARAMETERS` in this scope [INFO] [stderr] --> src/d3d11.rs:619:25 [INFO] [stderr] | [INFO] [stderr] 619 | PictureParameters = D3D11_VIDEO_DECODER_BUFFER_PICTURE_PARAMETERS, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_DECODER_BUFFER_MACROBLOCK_CONTROL` in this scope [INFO] [stderr] --> src/d3d11.rs:620:25 [INFO] [stderr] | [INFO] [stderr] 620 | MacroblockControl = D3D11_VIDEO_DECODER_BUFFER_MACROBLOCK_CONTROL, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_DECODER_BUFFER_RESIDUAL_DIFFERENCE` in this scope [INFO] [stderr] --> src/d3d11.rs:621:26 [INFO] [stderr] | [INFO] [stderr] 621 | ResidualDifference = D3D11_VIDEO_DECODER_BUFFER_RESIDUAL_DIFFERENCE, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_DECODER_BUFFER_DEBLOCKING_CONTROL` in this scope [INFO] [stderr] --> src/d3d11.rs:622:25 [INFO] [stderr] | [INFO] [stderr] 622 | DeblockingControl = D3D11_VIDEO_DECODER_BUFFER_DEBLOCKING_CONTROL, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_DECODER_BUFFER_INVERSE_QUANTIZATION_MATRIX` in this scope [INFO] [stderr] --> src/d3d11.rs:623:33 [INFO] [stderr] | [INFO] [stderr] 623 | InverseQuantizationMatrix = D3D11_VIDEO_DECODER_BUFFER_INVERSE_QUANTIZATION_MATRIX, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_DECODER_BUFFER_SLICE_CONTROL` in this scope [INFO] [stderr] --> src/d3d11.rs:624:20 [INFO] [stderr] | [INFO] [stderr] 624 | SliceControl = D3D11_VIDEO_DECODER_BUFFER_SLICE_CONTROL, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_DECODER_BUFFER_BITSTREAM` in this scope [INFO] [stderr] --> src/d3d11.rs:625:17 [INFO] [stderr] | [INFO] [stderr] 625 | Bitstream = D3D11_VIDEO_DECODER_BUFFER_BITSTREAM, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_DECODER_BUFFER_MOTION_VECTOR` in this scope [INFO] [stderr] --> src/d3d11.rs:626:20 [INFO] [stderr] | [INFO] [stderr] 626 | MotionVector = D3D11_VIDEO_DECODER_BUFFER_MOTION_VECTOR, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_DECODER_BUFFER_FILM_GRAIN` in this scope [INFO] [stderr] --> src/d3d11.rs:627:17 [INFO] [stderr] | [INFO] [stderr] 627 | FilmGrain = D3D11_VIDEO_DECODER_BUFFER_FILM_GRAIN, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_FRAME_FORMAT_PROGRESSIVE` in this scope [INFO] [stderr] --> src/d3d11.rs:633:19 [INFO] [stderr] | [INFO] [stderr] 633 | Progressive = D3D11_VIDEO_FRAME_FORMAT_PROGRESSIVE, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_FRAME_FORMAT_INTERLACED_TOP_FIELD_FIRST` in this scope [INFO] [stderr] --> src/d3d11.rs:634:31 [INFO] [stderr] | [INFO] [stderr] 634 | InterlacedTopFieldFirst = D3D11_VIDEO_FRAME_FORMAT_INTERLACED_TOP_FIELD_FIRST, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_FRAME_FORMAT_INTERLACED_BOTTOM_FIELD_FIRST` in this scope [INFO] [stderr] --> src/d3d11.rs:635:34 [INFO] [stderr] | [INFO] [stderr] 635 | InterlacedBottomFieldFirst = D3D11_VIDEO_FRAME_FORMAT_INTERLACED_BOTTOM_FIELD_FIRST, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_PROCESSOR_ALPHA_FILL_MODE_OPAQUE` in this scope [INFO] [stderr] --> src/d3d11.rs:641:14 [INFO] [stderr] | [INFO] [stderr] 641 | Opaque = D3D11_VIDEO_PROCESSOR_ALPHA_FILL_MODE_OPAQUE, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_PROCESSOR_ALPHA_FILL_MODE_BACKGROUND` in this scope [INFO] [stderr] --> src/d3d11.rs:642:18 [INFO] [stderr] | [INFO] [stderr] 642 | Background = D3D11_VIDEO_PROCESSOR_ALPHA_FILL_MODE_BACKGROUND, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_PROCESSOR_ALPHA_FILL_MODE_DESTINATION` in this scope [INFO] [stderr] --> src/d3d11.rs:643:19 [INFO] [stderr] | [INFO] [stderr] 643 | Destination = D3D11_VIDEO_PROCESSOR_ALPHA_FILL_MODE_DESTINATION, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D12_FEATURE_DATA_D3D12_OPTIONS` [INFO] [stderr] --> src/d3d12.rs:2410:27 [INFO] [stderr] | [INFO] [stderr] 2410 | let mut obj = D3D12_FEATURE_DATA_D3D12_OPTIONS::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D12_FEATURE_DATA_D3D12_OPTIONS` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_PROCESSOR_ALPHA_FILL_MODE_SOURCE_STREAM` in this scope [INFO] [stderr] --> src/d3d11.rs:644:20 [INFO] [stderr] | [INFO] [stderr] 644 | SourceStream = D3D11_VIDEO_PROCESSOR_ALPHA_FILL_MODE_SOURCE_STREAM, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_PROCESSOR_AUTO_STREAM_CAPS_DENOISE` in this scope [INFO] [stderr] --> src/d3d11.rs:651:36 [INFO] [stderr] | [INFO] [stderr] 651 | pub const Denoise: Self = Self(D3D11_VIDEO_PROCESSOR_AUTO_STREAM_CAPS_DENOISE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_PROCESSOR_AUTO_STREAM_CAPS_DERINGING` in this scope [INFO] [stderr] --> src/d3d11.rs:652:38 [INFO] [stderr] | [INFO] [stderr] 652 | pub const Deringing: Self = Self(D3D11_VIDEO_PROCESSOR_AUTO_STREAM_CAPS_DERINGING); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_PROCESSOR_AUTO_STREAM_CAPS_EDGE_ENHANCEMENT` in this scope [INFO] [stderr] --> src/d3d11.rs:653:44 [INFO] [stderr] | [INFO] [stderr] 653 | pub const EdgeEnhancement: Self = Self(D3D11_VIDEO_PROCESSOR_AUTO_STREAM_CAPS_EDGE_ENHANCEMENT); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_PROCESSOR_AUTO_STREAM_CAPS_COLOR_CORRECTION` in this scope [INFO] [stderr] --> src/d3d11.rs:654:44 [INFO] [stderr] | [INFO] [stderr] 654 | pub const ColorCorrection: Self = Self(D3D11_VIDEO_PROCESSOR_AUTO_STREAM_CAPS_COLOR_CORRECTION); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_PROCESSOR_AUTO_STREAM_CAPS_FLESH_TONE_MAPPING` in this scope [INFO] [stderr] --> src/d3d11.rs:656:14 [INFO] [stderr] | [INFO] [stderr] 656 | Self(D3D11_VIDEO_PROCESSOR_AUTO_STREAM_CAPS_FLESH_TONE_MAPPING); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_PROCESSOR_AUTO_STREAM_CAPS_IMAGE_STABILIZATION` in this scope [INFO] [stderr] --> src/d3d11.rs:658:14 [INFO] [stderr] | [INFO] [stderr] 658 | Self(D3D11_VIDEO_PROCESSOR_AUTO_STREAM_CAPS_IMAGE_STABILIZATION); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_PROCESSOR_AUTO_STREAM_CAPS_SUPER_RESOLUTION` in this scope [INFO] [stderr] --> src/d3d11.rs:659:44 [INFO] [stderr] | [INFO] [stderr] 659 | pub const SuperResolution: Self = Self(D3D11_VIDEO_PROCESSOR_AUTO_STREAM_CAPS_SUPER_RESOLUTION); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_PROCESSOR_AUTO_STREAM_CAPS_ANAMORPHIC_SCALING` in this scope [INFO] [stderr] --> src/d3d11.rs:661:14 [INFO] [stderr] | [INFO] [stderr] 661 | Self(D3D11_VIDEO_PROCESSOR_AUTO_STREAM_CAPS_ANAMORPHIC_SCALING); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_PROCESSOR_DEVICE_CAPS_LINEAR_SPACE` in this scope [INFO] [stderr] --> src/d3d11.rs:669:40 [INFO] [stderr] | [INFO] [stderr] 669 | pub const LinearSpace: Self = Self(D3D11_VIDEO_PROCESSOR_DEVICE_CAPS_LINEAR_SPACE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_PROCESSOR_DEVICE_CAPS_xvYCC` in this scope [INFO] [stderr] --> src/d3d11.rs:670:34 [INFO] [stderr] | [INFO] [stderr] 670 | pub const xvYCC: Self = Self(D3D11_VIDEO_PROCESSOR_DEVICE_CAPS_xvYCC); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_PROCESSOR_DEVICE_CAPS_RGB_RANGE_CONVERSION` in this scope [INFO] [stderr] --> src/d3d11.rs:672:14 [INFO] [stderr] | [INFO] [stderr] 672 | Self(D3D11_VIDEO_PROCESSOR_DEVICE_CAPS_RGB_RANGE_CONVERSION); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_PROCESSOR_DEVICE_CAPS_YCbCr_MATRIX_CONVERSION` in this scope [INFO] [stderr] --> src/d3d11.rs:674:14 [INFO] [stderr] | [INFO] [stderr] 674 | Self(D3D11_VIDEO_PROCESSOR_DEVICE_CAPS_YCbCr_MATRIX_CONVERSION); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_PROCESSOR_DEVICE_CAPS_NOMINAL_RANGE` in this scope [INFO] [stderr] --> src/d3d11.rs:675:41 [INFO] [stderr] | [INFO] [stderr] 675 | pub const NominalRange: Self = Self(D3D11_VIDEO_PROCESSOR_DEVICE_CAPS_NOMINAL_RANGE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_PROCESSOR_FEATURE_CAPS_ALPHA_FILL` in this scope [INFO] [stderr] --> src/d3d11.rs:683:38 [INFO] [stderr] | [INFO] [stderr] 683 | pub const AlphaFill: Self = Self(D3D11_VIDEO_PROCESSOR_FEATURE_CAPS_ALPHA_FILL); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_PROCESSOR_FEATURE_CAPS_CONSTRICTION` in this scope [INFO] [stderr] --> src/d3d11.rs:684:41 [INFO] [stderr] | [INFO] [stderr] 684 | pub const Constriction: Self = Self(D3D11_VIDEO_PROCESSOR_FEATURE_CAPS_CONSTRICTION); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_PROCESSOR_FEATURE_CAPS_LUMA_KEY` in this scope [INFO] [stderr] --> src/d3d11.rs:685:36 [INFO] [stderr] | [INFO] [stderr] 685 | pub const LumaKey: Self = Self(D3D11_VIDEO_PROCESSOR_FEATURE_CAPS_LUMA_KEY); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_PROCESSOR_FEATURE_CAPS_ALPHA_PALETTE` in this scope [INFO] [stderr] --> src/d3d11.rs:686:41 [INFO] [stderr] | [INFO] [stderr] 686 | pub const AlphaPalette: Self = Self(D3D11_VIDEO_PROCESSOR_FEATURE_CAPS_ALPHA_PALETTE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_PROCESSOR_FEATURE_CAPS_LEGACY` in this scope [INFO] [stderr] --> src/d3d11.rs:687:35 [INFO] [stderr] | [INFO] [stderr] 687 | pub const Legacy: Self = Self(D3D11_VIDEO_PROCESSOR_FEATURE_CAPS_LEGACY); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_PROCESSOR_FEATURE_CAPS_STEREO` in this scope [INFO] [stderr] --> src/d3d11.rs:688:35 [INFO] [stderr] | [INFO] [stderr] 688 | pub const Stereo: Self = Self(D3D11_VIDEO_PROCESSOR_FEATURE_CAPS_STEREO); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_PROCESSOR_FEATURE_CAPS_ROTATION` in this scope [INFO] [stderr] --> src/d3d11.rs:689:37 [INFO] [stderr] | [INFO] [stderr] 689 | pub const Rotation: Self = Self(D3D11_VIDEO_PROCESSOR_FEATURE_CAPS_ROTATION); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_PROCESSOR_FEATURE_CAPS_ALPHA_STREAM` in this scope [INFO] [stderr] --> src/d3d11.rs:690:40 [INFO] [stderr] | [INFO] [stderr] 690 | pub const AlphaStream: Self = Self(D3D11_VIDEO_PROCESSOR_FEATURE_CAPS_ALPHA_STREAM); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D12_FEATURE_DATA_D3D12_OPTIONS1` [INFO] [stderr] --> src/d3d12.rs:2446:27 [INFO] [stderr] | [INFO] [stderr] 2446 | let mut obj = D3D12_FEATURE_DATA_D3D12_OPTIONS1::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D12_FEATURE_DATA_D3D12_OPTIONS1` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_PROCESSOR_FEATURE_CAPS_PIXEL_ASPECT_RATIO` in this scope [INFO] [stderr] --> src/d3d11.rs:691:45 [INFO] [stderr] | [INFO] [stderr] 691 | pub const PixelAspectRatio: Self = Self(D3D11_VIDEO_PROCESSOR_FEATURE_CAPS_PIXEL_ASPECT_RATIO); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_PROCESSOR_FEATURE_CAPS_MIRROR` in this scope [INFO] [stderr] --> src/d3d11.rs:692:35 [INFO] [stderr] | [INFO] [stderr] 692 | pub const Mirror: Self = Self(D3D11_VIDEO_PROCESSOR_FEATURE_CAPS_MIRROR); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_PROCESSOR_FEATURE_CAPS_SHADER_USAGE` in this scope [INFO] [stderr] --> src/d3d11.rs:693:40 [INFO] [stderr] | [INFO] [stderr] 693 | pub const ShaderUsage: Self = Self(D3D11_VIDEO_PROCESSOR_FEATURE_CAPS_SHADER_USAGE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_PROCESSOR_FILTER_BRIGHTNESS` in this scope [INFO] [stderr] --> src/d3d11.rs:701:18 [INFO] [stderr] | [INFO] [stderr] 701 | Brightness = D3D11_VIDEO_PROCESSOR_FILTER_BRIGHTNESS, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_PROCESSOR_FILTER_CONTRAST` in this scope [INFO] [stderr] --> src/d3d11.rs:702:16 [INFO] [stderr] | [INFO] [stderr] 702 | Contrast = D3D11_VIDEO_PROCESSOR_FILTER_CONTRAST, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_PROCESSOR_FILTER_HUE` in this scope [INFO] [stderr] --> src/d3d11.rs:703:11 [INFO] [stderr] | [INFO] [stderr] 703 | Hue = D3D11_VIDEO_PROCESSOR_FILTER_HUE, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_PROCESSOR_FILTER_SATURATION` in this scope [INFO] [stderr] --> src/d3d11.rs:704:18 [INFO] [stderr] | [INFO] [stderr] 704 | Saturation = D3D11_VIDEO_PROCESSOR_FILTER_SATURATION, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_PROCESSOR_FILTER_NOISE_REDUCTION` in this scope [INFO] [stderr] --> src/d3d11.rs:705:22 [INFO] [stderr] | [INFO] [stderr] 705 | NoiseReduction = D3D11_VIDEO_PROCESSOR_FILTER_NOISE_REDUCTION, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_PROCESSOR_FILTER_EDGE_ENHANCEMENT` in this scope [INFO] [stderr] --> src/d3d11.rs:706:23 [INFO] [stderr] | [INFO] [stderr] 706 | EdgeEnhancement = D3D11_VIDEO_PROCESSOR_FILTER_EDGE_ENHANCEMENT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_PROCESSOR_FILTER_ANAMORPHIC_SCALING` in this scope [INFO] [stderr] --> src/d3d11.rs:707:25 [INFO] [stderr] | [INFO] [stderr] 707 | AnamorphicScaling = D3D11_VIDEO_PROCESSOR_FILTER_ANAMORPHIC_SCALING, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_PROCESSOR_FILTER_STEREO_ADJUSTMENT` in this scope [INFO] [stderr] --> src/d3d11.rs:708:24 [INFO] [stderr] | [INFO] [stderr] 708 | StereoAdjustment = D3D11_VIDEO_PROCESSOR_FILTER_STEREO_ADJUSTMENT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_PROCESSOR_FILTER_CAPS_BRIGHTNESS` in this scope [INFO] [stderr] --> src/d3d11.rs:715:39 [INFO] [stderr] | [INFO] [stderr] 715 | pub const Brightness: Self = Self(D3D11_VIDEO_PROCESSOR_FILTER_CAPS_BRIGHTNESS); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_PROCESSOR_FILTER_CAPS_CONTRAST` in this scope [INFO] [stderr] --> src/d3d11.rs:716:37 [INFO] [stderr] | [INFO] [stderr] 716 | pub const Contrast: Self = Self(D3D11_VIDEO_PROCESSOR_FILTER_CAPS_CONTRAST); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_PROCESSOR_FILTER_CAPS_HUE` in this scope [INFO] [stderr] --> src/d3d11.rs:717:32 [INFO] [stderr] | [INFO] [stderr] 717 | pub const Hue: Self = Self(D3D11_VIDEO_PROCESSOR_FILTER_CAPS_HUE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_PROCESSOR_FILTER_CAPS_SATURATION` in this scope [INFO] [stderr] --> src/d3d11.rs:718:39 [INFO] [stderr] | [INFO] [stderr] 718 | pub const Saturation: Self = Self(D3D11_VIDEO_PROCESSOR_FILTER_CAPS_SATURATION); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_PROCESSOR_FILTER_CAPS_NOISE_REDUCTION` in this scope [INFO] [stderr] --> src/d3d11.rs:719:43 [INFO] [stderr] | [INFO] [stderr] 719 | pub const NoiseReduction: Self = Self(D3D11_VIDEO_PROCESSOR_FILTER_CAPS_NOISE_REDUCTION); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_PROCESSOR_FILTER_CAPS_EDGE_ENHANCEMENT` in this scope [INFO] [stderr] --> src/d3d11.rs:720:44 [INFO] [stderr] | [INFO] [stderr] 720 | pub const EdgeEnhancement: Self = Self(D3D11_VIDEO_PROCESSOR_FILTER_CAPS_EDGE_ENHANCEMENT); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_PROCESSOR_FILTER_CAPS_ANAMORPHIC_SCALING` in this scope [INFO] [stderr] --> src/d3d11.rs:721:46 [INFO] [stderr] | [INFO] [stderr] 721 | pub const AnamorphicScaling: Self = Self(D3D11_VIDEO_PROCESSOR_FILTER_CAPS_ANAMORPHIC_SCALING); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_PROCESSOR_FILTER_CAPS_STEREO_ADJUSTMENT` in this scope [INFO] [stderr] --> src/d3d11.rs:722:45 [INFO] [stderr] | [INFO] [stderr] 722 | pub const StereoAdjustment: Self = Self(D3D11_VIDEO_PROCESSOR_FILTER_CAPS_STEREO_ADJUSTMENT); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D12_FEATURE_DATA_D3D12_OPTIONS2` [INFO] [stderr] --> src/d3d12.rs:2478:27 [INFO] [stderr] | [INFO] [stderr] 2478 | let mut obj = D3D12_FEATURE_DATA_D3D12_OPTIONS2::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D12_FEATURE_DATA_D3D12_OPTIONS2` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_PROCESSOR_FORMAT_CAPS_RGB_INTERLACED` in this scope [INFO] [stderr] --> src/d3d11.rs:730:42 [INFO] [stderr] | [INFO] [stderr] 730 | pub const RGBInterlaced: Self = Self(D3D11_VIDEO_PROCESSOR_FORMAT_CAPS_RGB_INTERLACED); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_PROCESSOR_FORMAT_CAPS_RGB_PROCAMP` in this scope [INFO] [stderr] --> src/d3d11.rs:731:39 [INFO] [stderr] | [INFO] [stderr] 731 | pub const RGBProcmap: Self = Self(D3D11_VIDEO_PROCESSOR_FORMAT_CAPS_RGB_PROCAMP); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_PROCESSOR_FORMAT_CAPS_RGB_LUMA_KEY` in this scope [INFO] [stderr] --> src/d3d11.rs:732:39 [INFO] [stderr] | [INFO] [stderr] 732 | pub const RGBLumaKey: Self = Self(D3D11_VIDEO_PROCESSOR_FORMAT_CAPS_RGB_LUMA_KEY); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_PROCESSOR_FORMAT_CAPS_PALETTE_INTERLACED` in this scope [INFO] [stderr] --> src/d3d11.rs:733:46 [INFO] [stderr] | [INFO] [stderr] 733 | pub const PaletteInterlaced: Self = Self(D3D11_VIDEO_PROCESSOR_FORMAT_CAPS_PALETTE_INTERLACED); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_PROCESSOR_FORMAT_SUPPORT_INPUT` in this scope [INFO] [stderr] --> src/d3d11.rs:740:13 [INFO] [stderr] | [INFO] [stderr] 740 | Input = D3D11_VIDEO_PROCESSOR_FORMAT_SUPPORT_INPUT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_PROCESSOR_FORMAT_SUPPORT_OUTPUT` in this scope [INFO] [stderr] --> src/d3d11.rs:741:14 [INFO] [stderr] | [INFO] [stderr] 741 | Output = D3D11_VIDEO_PROCESSOR_FORMAT_SUPPORT_OUTPUT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_32` in this scope [INFO] [stderr] --> src/d3d11.rs:748:32 [INFO] [stderr] | [INFO] [stderr] 748 | pub const _32: Self = Self(D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_22` in this scope [INFO] [stderr] --> src/d3d11.rs:749:32 [INFO] [stderr] | [INFO] [stderr] 749 | pub const _22: Self = Self(D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_22); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_2224` in this scope [INFO] [stderr] --> src/d3d11.rs:750:34 [INFO] [stderr] | [INFO] [stderr] 750 | pub const _2224: Self = Self(D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_2224); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_2332` in this scope [INFO] [stderr] --> src/d3d11.rs:751:34 [INFO] [stderr] | [INFO] [stderr] 751 | pub const _2332: Self = Self(D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_2332); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_32322` in this scope [INFO] [stderr] --> src/d3d11.rs:752:35 [INFO] [stderr] | [INFO] [stderr] 752 | pub const _32322: Self = Self(D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_32322); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_55` in this scope [INFO] [stderr] --> src/d3d11.rs:753:32 [INFO] [stderr] | [INFO] [stderr] 753 | pub const _55: Self = Self(D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_55); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D_FEATURE_LEVEL` [INFO] [stderr] --> src/d3d12.rs:2529:28 [INFO] [stderr] | [INFO] [stderr] 2529 | .map(|&fl| D3D_FEATURE_LEVEL::from(fl)) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D_FEATURE_LEVEL` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_64` in this scope [INFO] [stderr] --> src/d3d11.rs:754:32 [INFO] [stderr] | [INFO] [stderr] 754 | pub const _64: Self = Self(D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_87` in this scope [INFO] [stderr] --> src/d3d11.rs:755:32 [INFO] [stderr] | [INFO] [stderr] 755 | pub const _87: Self = Self(D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_87); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D12_FEATURE_DATA_FEATURE_LEVELS` [INFO] [stderr] --> src/d3d12.rs:2531:27 [INFO] [stderr] | [INFO] [stderr] 2531 | let mut obj = D3D12_FEATURE_DATA_FEATURE_LEVELS::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D12_FEATURE_DATA_FEATURE_LEVELS` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_222222222223` in this scope [INFO] [stderr] --> src/d3d11.rs:756:42 [INFO] [stderr] | [INFO] [stderr] 756 | pub const _222222222223: Self = Self(D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_222222222223); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_OTHER` in this scope [INFO] [stderr] --> src/d3d11.rs:757:34 [INFO] [stderr] | [INFO] [stderr] 757 | pub const Other: Self = Self(D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_OTHER); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_PROCESSOR_NOMINAL_RANGE_UNDEFINED` in this scope [INFO] [stderr] --> src/d3d11.rs:764:17 [INFO] [stderr] | [INFO] [stderr] 764 | Undefined = D3D11_VIDEO_PROCESSOR_NOMINAL_RANGE_UNDEFINED, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_PROCESSOR_NOMINAL_RANGE_16_235` in this scope [INFO] [stderr] --> src/d3d11.rs:765:15 [INFO] [stderr] | [INFO] [stderr] 765 | _16_235 = D3D11_VIDEO_PROCESSOR_NOMINAL_RANGE_16_235, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_PROCESSOR_NOMINAL_RANGE_0_255` in this scope [INFO] [stderr] --> src/d3d11.rs:766:14 [INFO] [stderr] | [INFO] [stderr] 766 | _0_255 = D3D11_VIDEO_PROCESSOR_NOMINAL_RANGE_0_255, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_PROCESSOR_OUTPUT_RATE_NORMAL` in this scope [INFO] [stderr] --> src/d3d11.rs:772:14 [INFO] [stderr] | [INFO] [stderr] 772 | Normal = D3D11_VIDEO_PROCESSOR_OUTPUT_RATE_NORMAL, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_PROCESSOR_OUTPUT_RATE_HALF` in this scope [INFO] [stderr] --> src/d3d11.rs:773:12 [INFO] [stderr] | [INFO] [stderr] 773 | Half = D3D11_VIDEO_PROCESSOR_OUTPUT_RATE_HALF, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_PROCESSOR_OUTPUT_RATE_CUSTOM` in this scope [INFO] [stderr] --> src/d3d11.rs:774:14 [INFO] [stderr] | [INFO] [stderr] 774 | Custom = D3D11_VIDEO_PROCESSOR_OUTPUT_RATE_CUSTOM, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_PROCESSOR_PROCESSOR_CAPS_DEINTERLACE_BLEND` in this scope [INFO] [stderr] --> src/d3d11.rs:781:45 [INFO] [stderr] | [INFO] [stderr] 781 | pub const DeinterlaceBlend: Self = Self(D3D11_VIDEO_PROCESSOR_PROCESSOR_CAPS_DEINTERLACE_BLEND); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_PROCESSOR_PROCESSOR_CAPS_DEINTERLACE_BOB` in this scope [INFO] [stderr] --> src/d3d11.rs:782:43 [INFO] [stderr] | [INFO] [stderr] 782 | pub const DeinterlaceBob: Self = Self(D3D11_VIDEO_PROCESSOR_PROCESSOR_CAPS_DEINTERLACE_BOB); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_PROCESSOR_PROCESSOR_CAPS_DEINTERLACE_ADAPTIVE` in this scope [INFO] [stderr] --> src/d3d11.rs:784:14 [INFO] [stderr] | [INFO] [stderr] 784 | Self(D3D11_VIDEO_PROCESSOR_PROCESSOR_CAPS_DEINTERLACE_ADAPTIVE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_PROCESSOR_PROCESSOR_CAPS_DEINTERLACE_MOTION_COMPENSATION` in this scope [INFO] [stderr] --> src/d3d11.rs:786:14 [INFO] [stderr] | [INFO] [stderr] 786 | Self(D3D11_VIDEO_PROCESSOR_PROCESSOR_CAPS_DEINTERLACE_MOTION_COMPENSATION); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_PROCESSOR_PROCESSOR_CAPS_INVERSE_TELECINE` in this scope [INFO] [stderr] --> src/d3d11.rs:787:44 [INFO] [stderr] | [INFO] [stderr] 787 | pub const InverseTelecine: Self = Self(D3D11_VIDEO_PROCESSOR_PROCESSOR_CAPS_INVERSE_TELECINE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_PROCESSOR_PROCESSOR_CAPS_FRAME_RATE_CONVERSION` in this scope [INFO] [stderr] --> src/d3d11.rs:789:14 [INFO] [stderr] | [INFO] [stderr] 789 | Self(D3D11_VIDEO_PROCESSOR_PROCESSOR_CAPS_FRAME_RATE_CONVERSION); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_PROCESSOR_ROTATION_IDENTITY` in this scope [INFO] [stderr] --> src/d3d11.rs:796:16 [INFO] [stderr] | [INFO] [stderr] 796 | Identity = D3D11_VIDEO_PROCESSOR_ROTATION_IDENTITY, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_PROCESSOR_ROTATION_90` in this scope [INFO] [stderr] --> src/d3d11.rs:797:11 [INFO] [stderr] | [INFO] [stderr] 797 | _90 = D3D11_VIDEO_PROCESSOR_ROTATION_90, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_PROCESSOR_ROTATION_180` in this scope [INFO] [stderr] --> src/d3d11.rs:798:12 [INFO] [stderr] | [INFO] [stderr] 798 | _180 = D3D11_VIDEO_PROCESSOR_ROTATION_180, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_PROCESSOR_ROTATION_270` in this scope [INFO] [stderr] --> src/d3d11.rs:799:12 [INFO] [stderr] | [INFO] [stderr] 799 | _270 = D3D11_VIDEO_PROCESSOR_ROTATION_270, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D12_FEATURE_DATA_FORMAT_INFO` [INFO] [stderr] --> src/d3d12.rs:2572:27 [INFO] [stderr] | [INFO] [stderr] 2572 | let mut obj = D3D12_FEATURE_DATA_FORMAT_INFO::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D12_FEATURE_DATA_FORMAT_INFO` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_PROCESSOR_STEREO_CAPS_MONO_OFFSET` in this scope [INFO] [stderr] --> src/d3d11.rs:806:39 [INFO] [stderr] | [INFO] [stderr] 806 | pub const MonoOffset: Self = Self(D3D11_VIDEO_PROCESSOR_STEREO_CAPS_MONO_OFFSET); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_PROCESSOR_STEREO_CAPS_ROW_INTERLEAVED` in this scope [INFO] [stderr] --> src/d3d11.rs:807:43 [INFO] [stderr] | [INFO] [stderr] 807 | pub const RowInterleaved: Self = Self(D3D11_VIDEO_PROCESSOR_STEREO_CAPS_ROW_INTERLEAVED); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_PROCESSOR_STEREO_CAPS_COLUMN_INTERLEAVED` in this scope [INFO] [stderr] --> src/d3d11.rs:808:46 [INFO] [stderr] | [INFO] [stderr] 808 | pub const ColumnInterleaved: Self = Self(D3D11_VIDEO_PROCESSOR_STEREO_CAPS_COLUMN_INTERLEAVED); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_PROCESSOR_STEREO_CAPS_CHECKERBOARD` in this scope [INFO] [stderr] --> src/d3d11.rs:809:45 [INFO] [stderr] | [INFO] [stderr] 809 | pub const CapsCheckerBoard: Self = Self(D3D11_VIDEO_PROCESSOR_STEREO_CAPS_CHECKERBOARD); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_PROCESSOR_STEREO_CAPS_FLIP_MODE` in this scope [INFO] [stderr] --> src/d3d11.rs:810:37 [INFO] [stderr] | [INFO] [stderr] 810 | pub const FlipMode: Self = Self(D3D11_VIDEO_PROCESSOR_STEREO_CAPS_FLIP_MODE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_PROCESSOR_STEREO_FLIP_NONE` in this scope [INFO] [stderr] --> src/d3d11.rs:817:12 [INFO] [stderr] | [INFO] [stderr] 817 | None = D3D11_VIDEO_PROCESSOR_STEREO_FLIP_NONE, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_PROCESSOR_STEREO_FLIP_FRAME0` in this scope [INFO] [stderr] --> src/d3d11.rs:818:14 [INFO] [stderr] | [INFO] [stderr] 818 | Frame0 = D3D11_VIDEO_PROCESSOR_STEREO_FLIP_FRAME0, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_PROCESSOR_STEREO_FLIP_FRAME1` in this scope [INFO] [stderr] --> src/d3d11.rs:819:14 [INFO] [stderr] | [INFO] [stderr] 819 | Frame1 = D3D11_VIDEO_PROCESSOR_STEREO_FLIP_FRAME1, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_PROCESSOR_STEREO_FORMAT_MONO` in this scope [INFO] [stderr] --> src/d3d11.rs:825:12 [INFO] [stderr] | [INFO] [stderr] 825 | Mono = D3D11_VIDEO_PROCESSOR_STEREO_FORMAT_MONO, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_PROCESSOR_STEREO_FORMAT_HORIZONTAL` in this scope [INFO] [stderr] --> src/d3d11.rs:826:18 [INFO] [stderr] | [INFO] [stderr] 826 | Horizontal = D3D11_VIDEO_PROCESSOR_STEREO_FORMAT_HORIZONTAL, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_PROCESSOR_STEREO_FORMAT_VERTICAL` in this scope [INFO] [stderr] --> src/d3d11.rs:827:16 [INFO] [stderr] | [INFO] [stderr] 827 | Vertical = D3D11_VIDEO_PROCESSOR_STEREO_FORMAT_VERTICAL, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_PROCESSOR_STEREO_FORMAT_SEPARATE` in this scope [INFO] [stderr] --> src/d3d11.rs:828:16 [INFO] [stderr] | [INFO] [stderr] 828 | Separate = D3D11_VIDEO_PROCESSOR_STEREO_FORMAT_SEPARATE, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_PROCESSOR_STEREO_FORMAT_MONO_OFFSET` in this scope [INFO] [stderr] --> src/d3d11.rs:829:18 [INFO] [stderr] | [INFO] [stderr] 829 | MonoOffset = D3D11_VIDEO_PROCESSOR_STEREO_FORMAT_MONO_OFFSET, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_PROCESSOR_STEREO_FORMAT_ROW_INTERLEAVED` in this scope [INFO] [stderr] --> src/d3d11.rs:830:22 [INFO] [stderr] | [INFO] [stderr] 830 | RowInterleaved = D3D11_VIDEO_PROCESSOR_STEREO_FORMAT_ROW_INTERLEAVED, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_PROCESSOR_STEREO_FORMAT_COLUMN_INTERLEAVED` in this scope [INFO] [stderr] --> src/d3d11.rs:831:25 [INFO] [stderr] | [INFO] [stderr] 831 | ColumnInterleaved = D3D11_VIDEO_PROCESSOR_STEREO_FORMAT_COLUMN_INTERLEAVED, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_PROCESSOR_STEREO_FORMAT_CHECKERBOARD` in this scope [INFO] [stderr] --> src/d3d11.rs:832:20 [INFO] [stderr] | [INFO] [stderr] 832 | CheckerBoard = D3D11_VIDEO_PROCESSOR_STEREO_FORMAT_CHECKERBOARD, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_USAGE_PLAYBACK_NORMAL` in this scope [INFO] [stderr] --> src/d3d11.rs:838:22 [INFO] [stderr] | [INFO] [stderr] 838 | PlaybackNormal = D3D11_VIDEO_USAGE_PLAYBACK_NORMAL, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_USAGE_OPTIMAL_SPEED` in this scope [INFO] [stderr] --> src/d3d11.rs:839:20 [INFO] [stderr] | [INFO] [stderr] 839 | OptimalSpeed = D3D11_VIDEO_USAGE_OPTIMAL_SPEED, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VIDEO_USAGE_OPTIMAL_QUALITY` in this scope [INFO] [stderr] --> src/d3d11.rs:840:22 [INFO] [stderr] | [INFO] [stderr] 840 | OptimalQuality = D3D11_VIDEO_USAGE_OPTIMAL_QUALITY, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VPIV_DIMENSION_UNKNOWN` in this scope [INFO] [stderr] --> src/d3d11.rs:846:15 [INFO] [stderr] | [INFO] [stderr] 846 | Unknown = D3D11_VPIV_DIMENSION_UNKNOWN, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D12_FEATURE_DATA_FORMAT_SUPPORT` [INFO] [stderr] --> src/d3d12.rs:2608:27 [INFO] [stderr] | [INFO] [stderr] 2608 | let mut obj = D3D12_FEATURE_DATA_FORMAT_SUPPORT::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D12_FEATURE_DATA_FORMAT_SUPPORT` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VPIV_DIMENSION_TEXTURE2D` in this scope [INFO] [stderr] --> src/d3d11.rs:847:17 [INFO] [stderr] | [INFO] [stderr] 847 | Texture2D = D3D11_VPIV_DIMENSION_TEXTURE2D, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VPOV_DIMENSION_UNKNOWN` in this scope [INFO] [stderr] --> src/d3d11.rs:853:15 [INFO] [stderr] | [INFO] [stderr] 853 | Unknown = D3D11_VPOV_DIMENSION_UNKNOWN, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VPOV_DIMENSION_TEXTURE2D` in this scope [INFO] [stderr] --> src/d3d11.rs:854:17 [INFO] [stderr] | [INFO] [stderr] 854 | Texture2D = D3D11_VPOV_DIMENSION_TEXTURE2D, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_VPOV_DIMENSION_TEXTURE2DARRAY` in this scope [INFO] [stderr] --> src/d3d11.rs:855:22 [INFO] [stderr] | [INFO] [stderr] 855 | Texture2DArray = D3D11_VPOV_DIMENSION_TEXTURE2DARRAY, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_BLEND_DESC` in this scope [INFO] [stderr] --> src/d3d11.rs:873:30 [INFO] [stderr] | [INFO] [stderr] 873 | fn to_c_struct(&self) -> D3D11_BLEND_DESC { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_RENDER_TARGET_BLEND_DESC` in this scope [INFO] [stderr] --> src/d3d11.rs:875:33 [INFO] [stderr] | [INFO] [stderr] 875 | let mut render_target: [D3D11_RENDER_TARGET_BLEND_DESC; 8] = Default::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `D3D11_BLEND_DESC` in this scope [INFO] [stderr] --> src/d3d11.rs:882:9 [INFO] [stderr] | [INFO] [stderr] 882 | D3D11_BLEND_DESC { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_BLEND_DESC` in this scope [INFO] [stderr] --> src/d3d11.rs:898:11 [INFO] [stderr] | [INFO] [stderr] 898 | impl From for BlendDesc { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_BLEND_DESC` in this scope [INFO] [stderr] --> src/d3d11.rs:899:18 [INFO] [stderr] | [INFO] [stderr] 899 | fn from(src: D3D11_BLEND_DESC) -> BlendDesc { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_BOX` in this scope [INFO] [stderr] --> src/d3d11.rs:923:38 [INFO] [stderr] | [INFO] [stderr] 923 | pub fn as_c_ptr(&self) -> *const D3D11_BOX { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_BOX` in this scope [INFO] [stderr] --> src/d3d11.rs:924:40 [INFO] [stderr] | [INFO] [stderr] 924 | self as *const Box3D as *const D3D11_BOX [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_BUFFER_DESC` in this scope [INFO] [stderr] --> src/d3d11.rs:994:30 [INFO] [stderr] | [INFO] [stderr] 994 | fn to_c_struct(&self) -> D3D11_BUFFER_DESC { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `D3D11_BUFFER_DESC` in this scope [INFO] [stderr] --> src/d3d11.rs:995:9 [INFO] [stderr] | [INFO] [stderr] 995 | D3D11_BUFFER_DESC { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_BUFFER_DESC` in this scope [INFO] [stderr] --> src/d3d11.rs:1005:11 [INFO] [stderr] | [INFO] [stderr] 1005 | impl From for BufferDesc { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D12_FEATURE_DATA_GPU_VIRTUAL_ADDRESS_SUPPORT` [INFO] [stderr] --> src/d3d12.rs:2637:27 [INFO] [stderr] | [INFO] [stderr] 2637 | let mut obj = D3D12_FEATURE_DATA_GPU_VIRTUAL_ADDRESS_SUPPORT::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D12_FEATURE_DATA_GPU_VIRTUAL_ADDRESS_SUPPORT` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_BUFFER_DESC` in this scope [INFO] [stderr] --> src/d3d11.rs:1006:18 [INFO] [stderr] | [INFO] [stderr] 1006 | fn from(src: D3D11_BUFFER_DESC) -> BufferDesc { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_CLASS_INSTANCE_DESC` in this scope [INFO] [stderr] --> src/d3d11.rs:1039:11 [INFO] [stderr] | [INFO] [stderr] 1039 | impl From for ClassInstanceDesc { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_CLASS_INSTANCE_DESC` in this scope [INFO] [stderr] --> src/d3d11.rs:1040:18 [INFO] [stderr] | [INFO] [stderr] 1040 | fn from(src: D3D11_CLASS_INSTANCE_DESC) -> ClassInstanceDesc { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_COUNTER_DESC` in this scope [INFO] [stderr] --> src/d3d11.rs:1060:30 [INFO] [stderr] | [INFO] [stderr] 1060 | fn to_c_struct(&self) -> D3D11_COUNTER_DESC { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `D3D11_COUNTER_DESC` in this scope [INFO] [stderr] --> src/d3d11.rs:1061:9 [INFO] [stderr] | [INFO] [stderr] 1061 | D3D11_COUNTER_DESC { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_COUNTER_DESC` in this scope [INFO] [stderr] --> src/d3d11.rs:1067:11 [INFO] [stderr] | [INFO] [stderr] 1067 | impl From for CounterDesc { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_COUNTER_DESC` in this scope [INFO] [stderr] --> src/d3d11.rs:1068:18 [INFO] [stderr] | [INFO] [stderr] 1068 | fn from(src: D3D11_COUNTER_DESC) -> CounterDesc { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_COUNTER_INFO` in this scope [INFO] [stderr] --> src/d3d11.rs:1083:11 [INFO] [stderr] | [INFO] [stderr] 1083 | impl From for CounterInfo { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_COUNTER_INFO` in this scope [INFO] [stderr] --> src/d3d11.rs:1084:18 [INFO] [stderr] | [INFO] [stderr] 1084 | fn from(src: D3D11_COUNTER_INFO) -> CounterInfo { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_DEPTH_STENCIL_DESC` in this scope [INFO] [stderr] --> src/d3d11.rs:1143:30 [INFO] [stderr] | [INFO] [stderr] 1143 | fn to_c_struct(&self) -> D3D11_DEPTH_STENCIL_DESC { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `D3D11_DEPTH_STENCIL_DESC` in this scope [INFO] [stderr] --> src/d3d11.rs:1144:9 [INFO] [stderr] | [INFO] [stderr] 1144 | D3D11_DEPTH_STENCIL_DESC { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_DEPTH_STENCIL_DESC` in this scope [INFO] [stderr] --> src/d3d11.rs:1170:11 [INFO] [stderr] | [INFO] [stderr] 1170 | impl From for DepthStencilDesc { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_DEPTH_STENCIL_DESC` in this scope [INFO] [stderr] --> src/d3d11.rs:1171:18 [INFO] [stderr] | [INFO] [stderr] 1171 | fn from(src: D3D11_DEPTH_STENCIL_DESC) -> DepthStencilDesc { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_DEPTH_STENCIL_VIEW_DESC` in this scope [INFO] [stderr] --> src/d3d11.rs:1225:30 [INFO] [stderr] | [INFO] [stderr] 1225 | fn to_c_struct(&self) -> D3D11_DEPTH_STENCIL_VIEW_DESC { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_DEPTH_STENCIL_VIEW_DESC` in this scope [INFO] [stderr] --> src/d3d11.rs:1298:11 [INFO] [stderr] | [INFO] [stderr] 1298 | impl From for DepthStencilViewDesc { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_DEPTH_STENCIL_VIEW_DESC` in this scope [INFO] [stderr] --> src/d3d11.rs:1299:18 [INFO] [stderr] | [INFO] [stderr] 1299 | fn from(src: D3D11_DEPTH_STENCIL_VIEW_DESC) -> DepthStencilViewDesc { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_DEPTH_STENCILOP_DESC` in this scope [INFO] [stderr] --> src/d3d11.rs:1393:30 [INFO] [stderr] | [INFO] [stderr] 1393 | fn to_c_struct(&self) -> D3D11_DEPTH_STENCILOP_DESC { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D12_FEATURE_DATA_MULTISAMPLE_QUALITY_LEVELS` [INFO] [stderr] --> src/d3d12.rs:2678:27 [INFO] [stderr] | [INFO] [stderr] 2678 | let mut obj = D3D12_FEATURE_DATA_MULTISAMPLE_QUALITY_LEVELS::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D12_FEATURE_DATA_MULTISAMPLE_QUALITY_LEVELS` [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `D3D11_DEPTH_STENCILOP_DESC` in this scope [INFO] [stderr] --> src/d3d11.rs:1394:9 [INFO] [stderr] | [INFO] [stderr] 1394 | D3D11_DEPTH_STENCILOP_DESC { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_DEPTH_STENCILOP_DESC` in this scope [INFO] [stderr] --> src/d3d11.rs:1412:11 [INFO] [stderr] | [INFO] [stderr] 1412 | impl From for DepthStencilOpDesc { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_DEPTH_STENCILOP_DESC` in this scope [INFO] [stderr] --> src/d3d11.rs:1413:18 [INFO] [stderr] | [INFO] [stderr] 1413 | fn from(src: D3D11_DEPTH_STENCILOP_DESC) -> DepthStencilOpDesc { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D11Device` in this scope [INFO] [stderr] --> src/d3d11.rs:1457:43 [INFO] [stderr] | [INFO] [stderr] 1457 | fn check_feature_support(device: *mut ID3D11Device, args: Self::Args) -> Result; [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_FEATURE_DATA_ARCHITECTURE_INFO` in this scope [INFO] [stderr] --> src/d3d11.rs:1467:15 [INFO] [stderr] | [INFO] [stderr] 1467 | impl From for ArchitectureInfo { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_FEATURE_DATA_ARCHITECTURE_INFO` in this scope [INFO] [stderr] --> src/d3d11.rs:1468:22 [INFO] [stderr] | [INFO] [stderr] 1468 | fn from(src: D3D11_FEATURE_DATA_ARCHITECTURE_INFO) -> ArchitectureInfo { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D11Device` in this scope [INFO] [stderr] --> src/d3d11.rs:1476:47 [INFO] [stderr] | [INFO] [stderr] 1476 | fn check_feature_support(device: *mut ID3D11Device, _args: ()) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FEATURE_ARCHITECTURE_INFO` in this scope [INFO] [stderr] --> src/d3d11.rs:1480:21 [INFO] [stderr] | [INFO] [stderr] 1480 | D3D11_FEATURE_ARCHITECTURE_INFO, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_FEATURE_DATA_D3D10_X_HARDWARE_OPTIONS` in this scope [INFO] [stderr] --> src/d3d11.rs:1493:15 [INFO] [stderr] | [INFO] [stderr] 1493 | impl From for D3D10XHardwareOptions { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D12_FEATURE_DATA_ROOT_SIGNATURE` [INFO] [stderr] --> src/d3d12.rs:2712:27 [INFO] [stderr] | [INFO] [stderr] 2712 | let mut obj = D3D12_FEATURE_DATA_ROOT_SIGNATURE::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D12_FEATURE_DATA_ROOT_SIGNATURE` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_FEATURE_DATA_D3D10_X_HARDWARE_OPTIONS` in this scope [INFO] [stderr] --> src/d3d11.rs:1494:22 [INFO] [stderr] | [INFO] [stderr] 1494 | fn from(src: D3D11_FEATURE_DATA_D3D10_X_HARDWARE_OPTIONS) -> D3D10XHardwareOptions { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D11Device` in this scope [INFO] [stderr] --> src/d3d11.rs:1504:47 [INFO] [stderr] | [INFO] [stderr] 1504 | fn check_feature_support(device: *mut ID3D11Device, _args: ()) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FEATURE_D3D10_X_HARDWARE_OPTIONS` in this scope [INFO] [stderr] --> src/d3d11.rs:1508:21 [INFO] [stderr] | [INFO] [stderr] 1508 | D3D11_FEATURE_D3D10_X_HARDWARE_OPTIONS, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_FEATURE_DATA_D3D11_OPTIONS` in this scope [INFO] [stderr] --> src/d3d11.rs:1534:15 [INFO] [stderr] | [INFO] [stderr] 1534 | impl From for D3D11Options { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_FEATURE_DATA_D3D11_OPTIONS` in this scope [INFO] [stderr] --> src/d3d11.rs:1535:22 [INFO] [stderr] | [INFO] [stderr] 1535 | fn from(src: D3D11_FEATURE_DATA_D3D11_OPTIONS) -> D3D11Options { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D12_FEATURE_DATA_SHADER_CACHE` [INFO] [stderr] --> src/d3d12.rs:2749:27 [INFO] [stderr] | [INFO] [stderr] 2749 | let mut obj = D3D12_FEATURE_DATA_SHADER_CACHE::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D12_FEATURE_DATA_SHADER_CACHE` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D11Device` in this scope [INFO] [stderr] --> src/d3d11.rs:1561:47 [INFO] [stderr] | [INFO] [stderr] 1561 | fn check_feature_support(device: *mut ID3D11Device, _args: ()) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FEATURE_D3D11_OPTIONS` in this scope [INFO] [stderr] --> src/d3d11.rs:1565:21 [INFO] [stderr] | [INFO] [stderr] 1565 | D3D11_FEATURE_D3D11_OPTIONS, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_FEATURE_DATA_D3D11_OPTIONS2` in this scope [INFO] [stderr] --> src/d3d11.rs:1585:15 [INFO] [stderr] | [INFO] [stderr] 1585 | impl From for D3D11Options2 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D12_FEATURE_DATA_SHADER_MODEL` [INFO] [stderr] --> src/d3d12.rs:2778:27 [INFO] [stderr] | [INFO] [stderr] 2778 | let mut obj = D3D12_FEATURE_DATA_SHADER_MODEL::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D12_FEATURE_DATA_SHADER_MODEL` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_FEATURE_DATA_D3D11_OPTIONS2` in this scope [INFO] [stderr] --> src/d3d11.rs:1586:22 [INFO] [stderr] | [INFO] [stderr] 1586 | fn from(src: D3D11_FEATURE_DATA_D3D11_OPTIONS2) -> D3D11Options2 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D11Device` in this scope [INFO] [stderr] --> src/d3d11.rs:1603:47 [INFO] [stderr] | [INFO] [stderr] 1603 | fn check_feature_support(device: *mut ID3D11Device, _args: ()) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FEATURE_D3D11_OPTIONS2` in this scope [INFO] [stderr] --> src/d3d11.rs:1607:21 [INFO] [stderr] | [INFO] [stderr] 1607 | D3D11_FEATURE_D3D11_OPTIONS2, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_FEATURE_DATA_D3D11_OPTIONS3` in this scope [INFO] [stderr] --> src/d3d11.rs:1620:15 [INFO] [stderr] | [INFO] [stderr] 1620 | impl From for D3D11Options3 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_FEATURE_DATA_D3D11_OPTIONS3` in this scope [INFO] [stderr] --> src/d3d11.rs:1621:22 [INFO] [stderr] | [INFO] [stderr] 1621 | fn from(src: D3D11_FEATURE_DATA_D3D11_OPTIONS3) -> D3D11Options3 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D11Device` in this scope [INFO] [stderr] --> src/d3d11.rs:1631:47 [INFO] [stderr] | [INFO] [stderr] 1631 | fn check_feature_support(device: *mut ID3D11Device, _args: ()) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FEATURE_D3D11_OPTIONS3` in this scope [INFO] [stderr] --> src/d3d11.rs:1635:21 [INFO] [stderr] | [INFO] [stderr] 1635 | D3D11_FEATURE_D3D11_OPTIONS3, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_FEATURE_DATA_D3D9_OPTIONS` in this scope [INFO] [stderr] --> src/d3d11.rs:1648:15 [INFO] [stderr] | [INFO] [stderr] 1648 | impl From for D3D9Options { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_FEATURE_DATA_D3D9_OPTIONS` in this scope [INFO] [stderr] --> src/d3d11.rs:1649:22 [INFO] [stderr] | [INFO] [stderr] 1649 | fn from(src: D3D11_FEATURE_DATA_D3D9_OPTIONS) -> D3D9Options { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D11Device` in this scope [INFO] [stderr] --> src/d3d11.rs:1657:47 [INFO] [stderr] | [INFO] [stderr] 1657 | fn check_feature_support(device: *mut ID3D11Device, _args: ()) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FEATURE_D3D9_OPTIONS` in this scope [INFO] [stderr] --> src/d3d11.rs:1661:21 [INFO] [stderr] | [INFO] [stderr] 1661 | D3D11_FEATURE_D3D9_OPTIONS, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_FEATURE_DATA_D3D9_OPTIONS1` in this scope [INFO] [stderr] --> src/d3d11.rs:1677:15 [INFO] [stderr] | [INFO] [stderr] 1677 | impl From for D3D9Options1 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_FEATURE_DATA_D3D9_OPTIONS1` in this scope [INFO] [stderr] --> src/d3d11.rs:1678:22 [INFO] [stderr] | [INFO] [stderr] 1678 | fn from(src: D3D11_FEATURE_DATA_D3D9_OPTIONS1) -> D3D9Options1 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D12_STREAM_OUTPUT_DESC` [INFO] [stderr] --> src/d3d12.rs:3102:17 [INFO] [stderr] | [INFO] [stderr] 3102 | D3D12_STREAM_OUTPUT_DESC::default(), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D12_STREAM_OUTPUT_DESC` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D11Device` in this scope [INFO] [stderr] --> src/d3d11.rs:1693:47 [INFO] [stderr] | [INFO] [stderr] 1693 | fn check_feature_support(device: *mut ID3D11Device, _args: ()) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FEATURE_D3D9_OPTIONS1` in this scope [INFO] [stderr] --> src/d3d11.rs:1697:21 [INFO] [stderr] | [INFO] [stderr] 1697 | D3D11_FEATURE_D3D9_OPTIONS1, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_FEATURE_DATA_D3D9_SHADOW_SUPPORT` in this scope [INFO] [stderr] --> src/d3d11.rs:1710:15 [INFO] [stderr] | [INFO] [stderr] 1710 | impl From for D3D9ShadowSupport { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_FEATURE_DATA_D3D9_SHADOW_SUPPORT` in this scope [INFO] [stderr] --> src/d3d11.rs:1711:22 [INFO] [stderr] | [INFO] [stderr] 1711 | fn from(src: D3D11_FEATURE_DATA_D3D9_SHADOW_SUPPORT) -> D3D9ShadowSupport { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D11Device` in this scope [INFO] [stderr] --> src/d3d11.rs:1721:47 [INFO] [stderr] | [INFO] [stderr] 1721 | fn check_feature_support(device: *mut ID3D11Device, _args: ()) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FEATURE_D3D9_SHADOW_SUPPORT` in this scope [INFO] [stderr] --> src/d3d11.rs:1725:21 [INFO] [stderr] | [INFO] [stderr] 1725 | D3D11_FEATURE_D3D9_SHADOW_SUPPORT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_FEATURE_DATA_D3D9_SIMPLE_INSTANCING_SUPPORT` in this scope [INFO] [stderr] --> src/d3d11.rs:1738:15 [INFO] [stderr] | [INFO] [stderr] 1738 | impl From for D3D9SimpleInstancingSupport { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_FEATURE_DATA_D3D9_SIMPLE_INSTANCING_SUPPORT` in this scope [INFO] [stderr] --> src/d3d11.rs:1740:18 [INFO] [stderr] | [INFO] [stderr] 1740 | src: D3D11_FEATURE_DATA_D3D9_SIMPLE_INSTANCING_SUPPORT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D11Device` in this scope [INFO] [stderr] --> src/d3d11.rs:1749:47 [INFO] [stderr] | [INFO] [stderr] 1749 | fn check_feature_support(device: *mut ID3D11Device, _args: ()) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FEATURE_D3D9_SIMPLE_INSTANCING_SUPPORT` in this scope [INFO] [stderr] --> src/d3d11.rs:1753:21 [INFO] [stderr] | [INFO] [stderr] 1753 | D3D11_FEATURE_D3D9_SIMPLE_INSTANCING_SUPPORT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_FEATURE_DATA_DOUBLES` in this scope [INFO] [stderr] --> src/d3d11.rs:1766:15 [INFO] [stderr] | [INFO] [stderr] 1766 | impl From for Doubles { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_FEATURE_DATA_DOUBLES` in this scope [INFO] [stderr] --> src/d3d11.rs:1767:22 [INFO] [stderr] | [INFO] [stderr] 1767 | fn from(src: D3D11_FEATURE_DATA_DOUBLES) -> Doubles { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D12_INDIRECT_ARGUMENT_DESC` [INFO] [stderr] --> src/d3d12.rs:3298:23 [INFO] [stderr] | [INFO] [stderr] 3298 | let mut obj = D3D12_INDIRECT_ARGUMENT_DESC::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D12_INDIRECT_ARGUMENT_DESC` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D11Device` in this scope [INFO] [stderr] --> src/d3d11.rs:1775:47 [INFO] [stderr] | [INFO] [stderr] 1775 | fn check_feature_support(device: *mut ID3D11Device, _args: ()) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FEATURE_DOUBLES` in this scope [INFO] [stderr] --> src/d3d11.rs:1779:21 [INFO] [stderr] | [INFO] [stderr] 1779 | D3D11_FEATURE_DOUBLES, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_FEATURE_DATA_FORMAT_SUPPORT` in this scope [INFO] [stderr] --> src/d3d11.rs:1793:15 [INFO] [stderr] | [INFO] [stderr] 1793 | impl From for FormatSupport { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_FEATURE_DATA_FORMAT_SUPPORT` in this scope [INFO] [stderr] --> src/d3d11.rs:1794:22 [INFO] [stderr] | [INFO] [stderr] 1794 | fn from(src: D3D11_FEATURE_DATA_FORMAT_SUPPORT) -> FormatSupport { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D11Device` in this scope [INFO] [stderr] --> src/d3d11.rs:1804:26 [INFO] [stderr] | [INFO] [stderr] 1804 | device: *mut ID3D11Device, [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FEATURE_FORMAT_SUPPORT` in this scope [INFO] [stderr] --> src/d3d11.rs:1811:21 [INFO] [stderr] | [INFO] [stderr] 1811 | D3D11_FEATURE_FORMAT_SUPPORT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_FEATURE_DATA_FORMAT_SUPPORT2` in this scope [INFO] [stderr] --> src/d3d11.rs:1825:15 [INFO] [stderr] | [INFO] [stderr] 1825 | impl From for FormatSupport2 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_FEATURE_DATA_FORMAT_SUPPORT2` in this scope [INFO] [stderr] --> src/d3d11.rs:1826:22 [INFO] [stderr] | [INFO] [stderr] 1826 | fn from(src: D3D11_FEATURE_DATA_FORMAT_SUPPORT2) -> FormatSupport2 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D11Device` in this scope [INFO] [stderr] --> src/d3d11.rs:1836:26 [INFO] [stderr] | [INFO] [stderr] 1836 | device: *mut ID3D11Device, [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FEATURE_FORMAT_SUPPORT2` in this scope [INFO] [stderr] --> src/d3d11.rs:1843:21 [INFO] [stderr] | [INFO] [stderr] 1843 | D3D11_FEATURE_FORMAT_SUPPORT2, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_FEATURE_DATA_GPU_VIRTUAL_ADDRESS_SUPPORT` in this scope [INFO] [stderr] --> src/d3d11.rs:1857:15 [INFO] [stderr] | [INFO] [stderr] 1857 | impl From for GPUVirtualAddressSupport { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_FEATURE_DATA_GPU_VIRTUAL_ADDRESS_SUPPORT` in this scope [INFO] [stderr] --> src/d3d11.rs:1858:22 [INFO] [stderr] | [INFO] [stderr] 1858 | fn from(src: D3D11_FEATURE_DATA_GPU_VIRTUAL_ADDRESS_SUPPORT) -> GPUVirtualAddressSupport { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D11Device` in this scope [INFO] [stderr] --> src/d3d11.rs:1867:47 [INFO] [stderr] | [INFO] [stderr] 1867 | fn check_feature_support(device: *mut ID3D11Device, _args: ()) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FEATURE_GPU_VIRTUAL_ADDRESS_SUPPORT` in this scope [INFO] [stderr] --> src/d3d11.rs:1871:21 [INFO] [stderr] | [INFO] [stderr] 1871 | D3D11_FEATURE_GPU_VIRTUAL_ADDRESS_SUPPORT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_FEATURE_DATA_MARKER_SUPPORT` in this scope [INFO] [stderr] --> src/d3d11.rs:1884:15 [INFO] [stderr] | [INFO] [stderr] 1884 | impl From for MarkerSupport { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_FEATURE_DATA_MARKER_SUPPORT` in this scope [INFO] [stderr] --> src/d3d11.rs:1885:22 [INFO] [stderr] | [INFO] [stderr] 1885 | fn from(src: D3D11_FEATURE_DATA_MARKER_SUPPORT) -> MarkerSupport { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D11Device` in this scope [INFO] [stderr] --> src/d3d11.rs:1893:47 [INFO] [stderr] | [INFO] [stderr] 1893 | fn check_feature_support(device: *mut ID3D11Device, _args: ()) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FEATURE_MARKER_SUPPORT` in this scope [INFO] [stderr] --> src/d3d11.rs:1897:21 [INFO] [stderr] | [INFO] [stderr] 1897 | D3D11_FEATURE_MARKER_SUPPORT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D12_RENDER_TARGET_VIEW_DESC` [INFO] [stderr] --> src/d3d12.rs:3747:23 [INFO] [stderr] | [INFO] [stderr] 3747 | let mut obj = D3D12_RENDER_TARGET_VIEW_DESC::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D12_RENDER_TARGET_VIEW_DESC` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_FEATURE_DATA_SHADER_MIN_PRECISION_SUPPORT` in this scope [INFO] [stderr] --> src/d3d11.rs:1911:15 [INFO] [stderr] | [INFO] [stderr] 1911 | impl From for ShaderMinPrecisionSupport { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_FEATURE_DATA_SHADER_MIN_PRECISION_SUPPORT` in this scope [INFO] [stderr] --> src/d3d11.rs:1912:22 [INFO] [stderr] | [INFO] [stderr] 1912 | fn from(src: D3D11_FEATURE_DATA_SHADER_MIN_PRECISION_SUPPORT) -> ShaderMinPrecisionSupport { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D11Device` in this scope [INFO] [stderr] --> src/d3d11.rs:1921:47 [INFO] [stderr] | [INFO] [stderr] 1921 | fn check_feature_support(device: *mut ID3D11Device, _args: ()) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D12_RESOURCE_BARRIER` [INFO] [stderr] --> src/d3d12.rs:3862:23 [INFO] [stderr] | [INFO] [stderr] 3862 | let mut obj = D3D12_RESOURCE_BARRIER::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D12_RESOURCE_BARRIER` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FEATURE_SHADER_MIN_PRECISION_SUPPORT` in this scope [INFO] [stderr] --> src/d3d11.rs:1925:21 [INFO] [stderr] | [INFO] [stderr] 1925 | D3D11_FEATURE_SHADER_MIN_PRECISION_SUPPORT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_FEATURE_DATA_THREADING` in this scope [INFO] [stderr] --> src/d3d11.rs:1939:15 [INFO] [stderr] | [INFO] [stderr] 1939 | impl From for Threading { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_FEATURE_DATA_THREADING` in this scope [INFO] [stderr] --> src/d3d11.rs:1940:22 [INFO] [stderr] | [INFO] [stderr] 1940 | fn from(src: D3D11_FEATURE_DATA_THREADING) -> Threading { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D11Device` in this scope [INFO] [stderr] --> src/d3d11.rs:1949:47 [INFO] [stderr] | [INFO] [stderr] 1949 | fn check_feature_support(device: *mut ID3D11Device, _args: ()) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_FEATURE_THREADING` in this scope [INFO] [stderr] --> src/d3d11.rs:1953:21 [INFO] [stderr] | [INFO] [stderr] 1953 | D3D11_FEATURE_THREADING, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_APPEND_ALIGNED_ELEMENT` in this scope [INFO] [stderr] --> src/d3d11.rs:1963:41 [INFO] [stderr] | [INFO] [stderr] 1963 | pub const APPEND_ALIGNED_ELEMENT: u32 = D3D11_APPEND_ALIGNED_ELEMENT; [INFO] [stderr] | ----------------------------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^- [INFO] [stderr] | | | [INFO] [stderr] | | help: a constant with a similar name exists: `APPEND_ALIGNED_ELEMENT` [INFO] [stderr] | similarly named constant `APPEND_ALIGNED_ELEMENT` defined here [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_INPUT_ELEMENT_DESC` in this scope [INFO] [stderr] --> src/d3d11.rs:1976:31 [INFO] [stderr] | [INFO] [stderr] 1976 | fn to_c_struct(&self) -> (D3D11_INPUT_ELEMENT_DESC, std::ffi::CString) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `D3D11_INPUT_ELEMENT_DESC` in this scope [INFO] [stderr] --> src/d3d11.rs:1979:13 [INFO] [stderr] | [INFO] [stderr] 1979 | D3D11_INPUT_ELEMENT_DESC { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_MAPPED_SUBRESOURCE` in this scope [INFO] [stderr] --> src/d3d11.rs:2018:11 [INFO] [stderr] | [INFO] [stderr] 2018 | impl From for MappedSubresource { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_MAPPED_SUBRESOURCE` in this scope [INFO] [stderr] --> src/d3d11.rs:2019:18 [INFO] [stderr] | [INFO] [stderr] 2019 | fn from(src: D3D11_MAPPED_SUBRESOURCE) -> MappedSubresource { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_QUERY_DATA_PIPELINE_STATISTICS` in this scope [INFO] [stderr] --> src/d3d11.rs:2059:15 [INFO] [stderr] | [INFO] [stderr] 2059 | impl From for PipelineStatistics { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_QUERY_DATA_PIPELINE_STATISTICS` in this scope [INFO] [stderr] --> src/d3d11.rs:2060:22 [INFO] [stderr] | [INFO] [stderr] 2060 | fn from(src: D3D11_QUERY_DATA_PIPELINE_STATISTICS) -> PipelineStatistics { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_QUERY_DATA_SO_STATISTICS` in this scope [INFO] [stderr] --> src/d3d11.rs:2082:15 [INFO] [stderr] | [INFO] [stderr] 2082 | impl From for SOStatistics { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D12_ROOT_PARAMETER` [INFO] [stderr] --> src/d3d12.rs:4088:23 [INFO] [stderr] | [INFO] [stderr] 4088 | let mut obj = D3D12_ROOT_PARAMETER::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D12_ROOT_PARAMETER` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_QUERY_DATA_SO_STATISTICS` in this scope [INFO] [stderr] --> src/d3d11.rs:2083:22 [INFO] [stderr] | [INFO] [stderr] 2083 | fn from(src: D3D11_QUERY_DATA_SO_STATISTICS) -> SOStatistics { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_QUERY_DATA_TIMESTAMP_DISJOINT` in this scope [INFO] [stderr] --> src/d3d11.rs:2096:15 [INFO] [stderr] | [INFO] [stderr] 2096 | impl From for TimestampDisjoint { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_QUERY_DATA_TIMESTAMP_DISJOINT` in this scope [INFO] [stderr] --> src/d3d11.rs:2097:22 [INFO] [stderr] | [INFO] [stderr] 2097 | fn from(src: D3D11_QUERY_DATA_TIMESTAMP_DISJOINT) -> TimestampDisjoint { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_QUERY_DESC` in this scope [INFO] [stderr] --> src/d3d11.rs:2112:30 [INFO] [stderr] | [INFO] [stderr] 2112 | fn to_c_struct(&self) -> D3D11_QUERY_DESC { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `D3D11_QUERY_DESC` in this scope [INFO] [stderr] --> src/d3d11.rs:2113:9 [INFO] [stderr] | [INFO] [stderr] 2113 | D3D11_QUERY_DESC { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_QUERY_DESC` in this scope [INFO] [stderr] --> src/d3d11.rs:2119:11 [INFO] [stderr] | [INFO] [stderr] 2119 | impl From for QueryDesc { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `D3D12_ROOT_PARAMETER_TYPE_CBV` is not bound in all patterns [INFO] [stderr] --> src/d3d12.rs:4149:15 [INFO] [stderr] | [INFO] [stderr] 4148 | D3D12_ROOT_PARAMETER_TYPE_CBV [INFO] [stderr] | ----------------------------- variable not in all patterns [INFO] [stderr] 4149 | | D3D12_ROOT_PARAMETER_TYPE_SRV [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ pattern doesn't bind `D3D12_ROOT_PARAMETER_TYPE_CBV` [INFO] [stderr] 4150 | | D3D12_ROOT_PARAMETER_TYPE_UAV => unsafe { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ pattern doesn't bind `D3D12_ROOT_PARAMETER_TYPE_CBV` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::D3D12_ROOT_PARAMETER_TYPE_CBV` [INFO] [stderr] --> src/d3d12.rs:4148:13 [INFO] [stderr] | [INFO] [stderr] 4148 | D3D12_ROOT_PARAMETER_TYPE_CBV [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_QUERY_DESC` in this scope [INFO] [stderr] --> src/d3d11.rs:2120:18 [INFO] [stderr] | [INFO] [stderr] 2120 | fn from(src: D3D11_QUERY_DESC) -> QueryDesc { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `D3D12_ROOT_PARAMETER_TYPE_SRV` is not bound in all patterns [INFO] [stderr] --> src/d3d12.rs:4148:13 [INFO] [stderr] | [INFO] [stderr] 4148 | D3D12_ROOT_PARAMETER_TYPE_CBV [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ pattern doesn't bind `D3D12_ROOT_PARAMETER_TYPE_SRV` [INFO] [stderr] 4149 | | D3D12_ROOT_PARAMETER_TYPE_SRV [INFO] [stderr] | ----------------------------- variable not in all patterns [INFO] [stderr] 4150 | | D3D12_ROOT_PARAMETER_TYPE_UAV => unsafe { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ pattern doesn't bind `D3D12_ROOT_PARAMETER_TYPE_SRV` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::D3D12_ROOT_PARAMETER_TYPE_SRV` [INFO] [stderr] --> src/d3d12.rs:4149:15 [INFO] [stderr] | [INFO] [stderr] 4149 | | D3D12_ROOT_PARAMETER_TYPE_SRV [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_DEFAULT_DEPTH_BIAS` in this scope [INFO] [stderr] --> src/d3d11.rs:2132:37 [INFO] [stderr] | [INFO] [stderr] 2132 | pub const DEFAULT_DEPTH_BIAS: u32 = D3D11_DEFAULT_DEPTH_BIAS; [INFO] [stderr] | ------------------------------------^^^^^^^^^^^^^^^^^^^^^^^^- [INFO] [stderr] | | | [INFO] [stderr] | | help: a constant with a similar name exists: `DEFAULT_DEPTH_BIAS` [INFO] [stderr] | similarly named constant `DEFAULT_DEPTH_BIAS` defined here [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `D3D12_ROOT_PARAMETER_TYPE_UAV` is not bound in all patterns [INFO] [stderr] --> src/d3d12.rs:4148:13 [INFO] [stderr] | [INFO] [stderr] 4148 | D3D12_ROOT_PARAMETER_TYPE_CBV [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ pattern doesn't bind `D3D12_ROOT_PARAMETER_TYPE_UAV` [INFO] [stderr] 4149 | | D3D12_ROOT_PARAMETER_TYPE_SRV [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ pattern doesn't bind `D3D12_ROOT_PARAMETER_TYPE_UAV` [INFO] [stderr] 4150 | | D3D12_ROOT_PARAMETER_TYPE_UAV => unsafe { [INFO] [stderr] | ----------------------------- variable not in all patterns [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::D3D12_ROOT_PARAMETER_TYPE_UAV` [INFO] [stderr] --> src/d3d12.rs:4150:15 [INFO] [stderr] | [INFO] [stderr] 4150 | | D3D12_ROOT_PARAMETER_TYPE_UAV => unsafe { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D12_ROOT_PARAMETER1` [INFO] [stderr] --> src/d3d12.rs:4185:23 [INFO] [stderr] | [INFO] [stderr] 4185 | let mut obj = D3D12_ROOT_PARAMETER1::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D12_ROOT_PARAMETER1` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_DEFAULT_DEPTH_BIAS_CLAMP` in this scope [INFO] [stderr] --> src/d3d11.rs:2133:43 [INFO] [stderr] | [INFO] [stderr] 2133 | pub const DEFAULT_DEPTH_BIAS_CLAMP: f32 = D3D11_DEFAULT_DEPTH_BIAS_CLAMP; [INFO] [stderr] | ------------------------------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^- [INFO] [stderr] | | | [INFO] [stderr] | | help: a constant with a similar name exists: `DEFAULT_DEPTH_BIAS_CLAMP` [INFO] [stderr] | similarly named constant `DEFAULT_DEPTH_BIAS_CLAMP` defined here [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_DEFAULT_SLOPE_SCALED_DEPTH_BIAS` in this scope [INFO] [stderr] --> src/d3d11.rs:2134:50 [INFO] [stderr] | [INFO] [stderr] 2134 | pub const DEFAULT_SLOPE_SCALED_DEPTH_BIAS: f32 = D3D11_DEFAULT_SLOPE_SCALED_DEPTH_BIAS; [INFO] [stderr] | -------------------------------------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^- [INFO] [stderr] | | | [INFO] [stderr] | | help: a constant with a similar name exists: `DEFAULT_SLOPE_SCALED_DEPTH_BIAS` [INFO] [stderr] | similarly named constant `DEFAULT_SLOPE_SCALED_DEPTH_BIAS` defined here [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_RASTERIZER_DESC` in this scope [INFO] [stderr] --> src/d3d11.rs:2193:30 [INFO] [stderr] | [INFO] [stderr] 2193 | fn to_c_struct(&self) -> D3D11_RASTERIZER_DESC { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `D3D11_RASTERIZER_DESC` in this scope [INFO] [stderr] --> src/d3d11.rs:2194:9 [INFO] [stderr] | [INFO] [stderr] 2194 | D3D11_RASTERIZER_DESC { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_RASTERIZER_DESC` in this scope [INFO] [stderr] --> src/d3d11.rs:2224:11 [INFO] [stderr] | [INFO] [stderr] 2224 | impl From for RasterizerDesc { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_RASTERIZER_DESC` in this scope [INFO] [stderr] --> src/d3d11.rs:2225:18 [INFO] [stderr] | [INFO] [stderr] 2225 | fn from(src: D3D11_RASTERIZER_DESC) -> RasterizerDesc { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_RENDER_TARGET_BLEND_DESC` in this scope [INFO] [stderr] --> src/d3d11.rs:2255:30 [INFO] [stderr] | [INFO] [stderr] 2255 | fn to_c_struct(&self) -> D3D11_RENDER_TARGET_BLEND_DESC { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `D3D11_RENDER_TARGET_BLEND_DESC` in this scope [INFO] [stderr] --> src/d3d11.rs:2256:9 [INFO] [stderr] | [INFO] [stderr] 2256 | D3D11_RENDER_TARGET_BLEND_DESC { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_RENDER_TARGET_BLEND_DESC` in this scope [INFO] [stderr] --> src/d3d11.rs:2282:11 [INFO] [stderr] | [INFO] [stderr] 2282 | impl From for RenderTargetBlendDesc { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_RENDER_TARGET_BLEND_DESC` in this scope [INFO] [stderr] --> src/d3d11.rs:2283:18 [INFO] [stderr] | [INFO] [stderr] 2283 | fn from(src: D3D11_RENDER_TARGET_BLEND_DESC) -> RenderTargetBlendDesc { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_RENDER_TARGET_VIEW_DESC` in this scope [INFO] [stderr] --> src/d3d11.rs:2342:30 [INFO] [stderr] | [INFO] [stderr] 2342 | fn to_c_struct(&self) -> D3D11_RENDER_TARGET_VIEW_DESC { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_RTV_DIMENSION_BUFFER` in this scope [INFO] [stderr] --> src/d3d11.rs:2351:38 [INFO] [stderr] | [INFO] [stderr] 2351 | desc.ViewDimension = D3D11_RTV_DIMENSION_BUFFER; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_RTV_DIMENSION_TEXTURE1D` in this scope [INFO] [stderr] --> src/d3d11.rs:2357:38 [INFO] [stderr] | [INFO] [stderr] 2357 | desc.ViewDimension = D3D11_RTV_DIMENSION_TEXTURE1D; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_RTV_DIMENSION_TEXTURE1DARRAY` in this scope [INFO] [stderr] --> src/d3d11.rs:2367:38 [INFO] [stderr] | [INFO] [stderr] 2367 | desc.ViewDimension = D3D11_RTV_DIMENSION_TEXTURE1DARRAY; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_RTV_DIMENSION_TEXTURE2D` in this scope [INFO] [stderr] --> src/d3d11.rs:2374:38 [INFO] [stderr] | [INFO] [stderr] 2374 | desc.ViewDimension = D3D11_RTV_DIMENSION_TEXTURE2D; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `D3D12_ROOT_PARAMETER_TYPE_CBV` is not bound in all patterns [INFO] [stderr] --> src/d3d12.rs:4253:15 [INFO] [stderr] | [INFO] [stderr] 4252 | D3D12_ROOT_PARAMETER_TYPE_CBV [INFO] [stderr] | ----------------------------- variable not in all patterns [INFO] [stderr] 4253 | | D3D12_ROOT_PARAMETER_TYPE_SRV [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ pattern doesn't bind `D3D12_ROOT_PARAMETER_TYPE_CBV` [INFO] [stderr] 4254 | | D3D12_ROOT_PARAMETER_TYPE_UAV => unsafe { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ pattern doesn't bind `D3D12_ROOT_PARAMETER_TYPE_CBV` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::D3D12_ROOT_PARAMETER_TYPE_CBV` [INFO] [stderr] --> src/d3d12.rs:4252:13 [INFO] [stderr] | [INFO] [stderr] 4252 | D3D12_ROOT_PARAMETER_TYPE_CBV [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_RTV_DIMENSION_TEXTURE2DARRAY` in this scope [INFO] [stderr] --> src/d3d11.rs:2384:38 [INFO] [stderr] | [INFO] [stderr] 2384 | desc.ViewDimension = D3D11_RTV_DIMENSION_TEXTURE2DARRAY; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_RTV_DIMENSION_TEXTURE2DMS` in this scope [INFO] [stderr] --> src/d3d11.rs:2391:38 [INFO] [stderr] | [INFO] [stderr] 2391 | desc.ViewDimension = D3D11_RTV_DIMENSION_TEXTURE2DMS; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_RTV_DIMENSION_TEXTURE2DMSARRAY` in this scope [INFO] [stderr] --> src/d3d11.rs:2399:38 [INFO] [stderr] | [INFO] [stderr] 2399 | desc.ViewDimension = D3D11_RTV_DIMENSION_TEXTURE2DMSARRAY; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_RTV_DIMENSION_TEXTURE3D` in this scope [INFO] [stderr] --> src/d3d11.rs:2410:38 [INFO] [stderr] | [INFO] [stderr] 2410 | desc.ViewDimension = D3D11_RTV_DIMENSION_TEXTURE3D; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_RENDER_TARGET_VIEW_DESC` in this scope [INFO] [stderr] --> src/d3d11.rs:2419:11 [INFO] [stderr] | [INFO] [stderr] 2419 | impl From for RenderTargetViewDesc { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_RENDER_TARGET_VIEW_DESC` in this scope [INFO] [stderr] --> src/d3d11.rs:2420:18 [INFO] [stderr] | [INFO] [stderr] 2420 | fn from(src: D3D11_RENDER_TARGET_VIEW_DESC) -> RenderTargetViewDesc { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_MAX_MAXANISOTROPY` in this scope [INFO] [stderr] --> src/d3d11.rs:2468:36 [INFO] [stderr] | [INFO] [stderr] 2468 | pub const MAX_MAXANISOTROPY: u32 = D3D11_MAX_MAXANISOTROPY; [INFO] [stderr] | -----------------------------------^^^^^^^^^^^^^^^^^^^^^^^- [INFO] [stderr] | | | [INFO] [stderr] | | help: a constant with a similar name exists: `MAX_MAXANISOTROPY` [INFO] [stderr] | similarly named constant `MAX_MAXANISOTROPY` defined here [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_SAMPLER_DESC` in this scope [INFO] [stderr] --> src/d3d11.rs:2557:30 [INFO] [stderr] | [INFO] [stderr] 2557 | fn to_c_struct(&self) -> D3D11_SAMPLER_DESC { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `D3D11_SAMPLER_DESC` in this scope [INFO] [stderr] --> src/d3d11.rs:2558:9 [INFO] [stderr] | [INFO] [stderr] 2558 | D3D11_SAMPLER_DESC { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_SAMPLER_DESC` in this scope [INFO] [stderr] --> src/d3d11.rs:2577:11 [INFO] [stderr] | [INFO] [stderr] 2577 | impl From for SamplerDesc { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_SAMPLER_DESC` in this scope [INFO] [stderr] --> src/d3d11.rs:2578:18 [INFO] [stderr] | [INFO] [stderr] 2578 | fn from(src: D3D11_SAMPLER_DESC) -> SamplerDesc { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_SHADER_RESOURCE_VIEW_DESC` in this scope [INFO] [stderr] --> src/d3d11.rs:2665:30 [INFO] [stderr] | [INFO] [stderr] 2665 | fn to_c_struct(&self) -> D3D11_SHADER_RESOURCE_VIEW_DESC { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_SRV_DIMENSION_BUFFER` in this scope [INFO] [stderr] --> src/d3d11.rs:2674:38 [INFO] [stderr] | [INFO] [stderr] 2674 | desc.ViewDimension = D3D11_SRV_DIMENSION_BUFFER; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_SRV_DIMENSION_TEXTURE1D` in this scope [INFO] [stderr] --> src/d3d11.rs:2684:38 [INFO] [stderr] | [INFO] [stderr] 2684 | desc.ViewDimension = D3D11_SRV_DIMENSION_TEXTURE1D; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `D3D12_ROOT_PARAMETER_TYPE_SRV` is not bound in all patterns [INFO] [stderr] --> src/d3d12.rs:4252:13 [INFO] [stderr] | [INFO] [stderr] 4252 | D3D12_ROOT_PARAMETER_TYPE_CBV [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ pattern doesn't bind `D3D12_ROOT_PARAMETER_TYPE_SRV` [INFO] [stderr] 4253 | | D3D12_ROOT_PARAMETER_TYPE_SRV [INFO] [stderr] | ----------------------------- variable not in all patterns [INFO] [stderr] 4254 | | D3D12_ROOT_PARAMETER_TYPE_UAV => unsafe { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ pattern doesn't bind `D3D12_ROOT_PARAMETER_TYPE_SRV` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::D3D12_ROOT_PARAMETER_TYPE_SRV` [INFO] [stderr] --> src/d3d12.rs:4253:15 [INFO] [stderr] | [INFO] [stderr] 4253 | | D3D12_ROOT_PARAMETER_TYPE_SRV [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_SRV_DIMENSION_TEXTURE1DARRAY` in this scope [INFO] [stderr] --> src/d3d11.rs:2696:38 [INFO] [stderr] | [INFO] [stderr] 2696 | desc.ViewDimension = D3D11_SRV_DIMENSION_TEXTURE1DARRAY; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_SRV_DIMENSION_TEXTURE2D` in this scope [INFO] [stderr] --> src/d3d11.rs:2708:38 [INFO] [stderr] | [INFO] [stderr] 2708 | desc.ViewDimension = D3D11_SRV_DIMENSION_TEXTURE2D; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_SRV_DIMENSION_TEXTURE2DARRAY` in this scope [INFO] [stderr] --> src/d3d11.rs:2720:38 [INFO] [stderr] | [INFO] [stderr] 2720 | desc.ViewDimension = D3D11_SRV_DIMENSION_TEXTURE2DARRAY; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `D3D12_ROOT_PARAMETER_TYPE_UAV` is not bound in all patterns [INFO] [stderr] --> src/d3d12.rs:4252:13 [INFO] [stderr] | [INFO] [stderr] 4252 | D3D12_ROOT_PARAMETER_TYPE_CBV [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ pattern doesn't bind `D3D12_ROOT_PARAMETER_TYPE_UAV` [INFO] [stderr] 4253 | | D3D12_ROOT_PARAMETER_TYPE_SRV [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ pattern doesn't bind `D3D12_ROOT_PARAMETER_TYPE_UAV` [INFO] [stderr] 4254 | | D3D12_ROOT_PARAMETER_TYPE_UAV => unsafe { [INFO] [stderr] | ----------------------------- variable not in all patterns [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::D3D12_ROOT_PARAMETER_TYPE_UAV` [INFO] [stderr] --> src/d3d12.rs:4254:15 [INFO] [stderr] | [INFO] [stderr] 4254 | | D3D12_ROOT_PARAMETER_TYPE_UAV => unsafe { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_SRV_DIMENSION_TEXTURE2DMS` in this scope [INFO] [stderr] --> src/d3d11.rs:2728:38 [INFO] [stderr] | [INFO] [stderr] 2728 | desc.ViewDimension = D3D11_SRV_DIMENSION_TEXTURE2DMS; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_SRV_DIMENSION_TEXTURE2DMSARRAY` in this scope [INFO] [stderr] --> src/d3d11.rs:2736:38 [INFO] [stderr] | [INFO] [stderr] 2736 | desc.ViewDimension = D3D11_SRV_DIMENSION_TEXTURE2DMSARRAY; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_SRV_DIMENSION_TEXTURE3D` in this scope [INFO] [stderr] --> src/d3d11.rs:2746:38 [INFO] [stderr] | [INFO] [stderr] 2746 | desc.ViewDimension = D3D11_SRV_DIMENSION_TEXTURE3D; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_SRV_DIMENSION_TEXTURECUBE` in this scope [INFO] [stderr] --> src/d3d11.rs:2756:38 [INFO] [stderr] | [INFO] [stderr] 2756 | desc.ViewDimension = D3D11_SRV_DIMENSION_TEXTURECUBE; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_SRV_DIMENSION_TEXTURECUBEARRAY` in this scope [INFO] [stderr] --> src/d3d11.rs:2768:38 [INFO] [stderr] | [INFO] [stderr] 2768 | desc.ViewDimension = D3D11_SRV_DIMENSION_TEXTURECUBEARRAY; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_SRV_DIMENSION_BUFFEREX` in this scope [INFO] [stderr] --> src/d3d11.rs:2781:38 [INFO] [stderr] | [INFO] [stderr] 2781 | desc.ViewDimension = D3D11_SRV_DIMENSION_BUFFEREX; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_SHADER_RESOURCE_VIEW_DESC` in this scope [INFO] [stderr] --> src/d3d11.rs:2790:11 [INFO] [stderr] | [INFO] [stderr] 2790 | impl From for ShaderResourceViewDesc { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_SHADER_RESOURCE_VIEW_DESC` in this scope [INFO] [stderr] --> src/d3d11.rs:2791:18 [INFO] [stderr] | [INFO] [stderr] 2791 | fn from(src: D3D11_SHADER_RESOURCE_VIEW_DESC) -> ShaderResourceViewDesc { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_SO_DECLARATION_ENTRY` in this scope [INFO] [stderr] --> src/d3d11.rs:2874:31 [INFO] [stderr] | [INFO] [stderr] 2874 | fn to_c_struct(&self) -> (D3D11_SO_DECLARATION_ENTRY, Option) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `D3D11_SO_DECLARATION_ENTRY` in this scope [INFO] [stderr] --> src/d3d11.rs:2879:13 [INFO] [stderr] | [INFO] [stderr] 2879 | D3D11_SO_DECLARATION_ENTRY { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_SUBRESOURCE_DATA` in this scope [INFO] [stderr] --> src/d3d11.rs:2931:30 [INFO] [stderr] | [INFO] [stderr] 2931 | fn to_c_struct(&self) -> D3D11_SUBRESOURCE_DATA { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `D3D11_SUBRESOURCE_DATA` in this scope [INFO] [stderr] --> src/d3d11.rs:2932:9 [INFO] [stderr] | [INFO] [stderr] 2932 | D3D11_SUBRESOURCE_DATA { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_SUBRESOURCE_DATA` in this scope [INFO] [stderr] --> src/d3d11.rs:2940:30 [INFO] [stderr] | [INFO] [stderr] 2940 | fn to_c_struct(&self) -> D3D11_SUBRESOURCE_DATA { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `D3D11_SUBRESOURCE_DATA` in this scope [INFO] [stderr] --> src/d3d11.rs:2941:9 [INFO] [stderr] | [INFO] [stderr] 2941 | D3D11_SUBRESOURCE_DATA { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_SUBRESOURCE_DATA` in this scope [INFO] [stderr] --> src/d3d11.rs:2949:30 [INFO] [stderr] | [INFO] [stderr] 2949 | fn to_c_struct(&self) -> D3D11_SUBRESOURCE_DATA { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `D3D11_SUBRESOURCE_DATA` in this scope [INFO] [stderr] --> src/d3d11.rs:2950:9 [INFO] [stderr] | [INFO] [stderr] 2950 | D3D11_SUBRESOURCE_DATA { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_TEXTURE1D_DESC` in this scope [INFO] [stderr] --> src/d3d11.rs:3042:30 [INFO] [stderr] | [INFO] [stderr] 3042 | fn to_c_struct(&self) -> D3D11_TEXTURE1D_DESC { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `D3D11_TEXTURE1D_DESC` in this scope [INFO] [stderr] --> src/d3d11.rs:3043:9 [INFO] [stderr] | [INFO] [stderr] 3043 | D3D11_TEXTURE1D_DESC { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_TEXTURE1D_DESC` in this scope [INFO] [stderr] --> src/d3d11.rs:3055:11 [INFO] [stderr] | [INFO] [stderr] 3055 | impl From for Texture1DDesc { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_TEXTURE1D_DESC` in this scope [INFO] [stderr] --> src/d3d11.rs:3056:18 [INFO] [stderr] | [INFO] [stderr] 3056 | fn from(src: D3D11_TEXTURE1D_DESC) -> Texture1DDesc { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_TEXTURE2D_DESC` in this scope [INFO] [stderr] --> src/d3d11.rs:3192:30 [INFO] [stderr] | [INFO] [stderr] 3192 | fn to_c_struct(&self) -> D3D11_TEXTURE2D_DESC { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `D3D11_TEXTURE2D_DESC` in this scope [INFO] [stderr] --> src/d3d11.rs:3193:9 [INFO] [stderr] | [INFO] [stderr] 3193 | D3D11_TEXTURE2D_DESC { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_TEXTURE2D_DESC` in this scope [INFO] [stderr] --> src/d3d11.rs:3207:11 [INFO] [stderr] | [INFO] [stderr] 3207 | impl From for Texture2DDesc { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_TEXTURE2D_DESC` in this scope [INFO] [stderr] --> src/d3d11.rs:3208:18 [INFO] [stderr] | [INFO] [stderr] 3208 | fn from(src: D3D11_TEXTURE2D_DESC) -> Texture2DDesc { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_TEXTURE3D_DESC` in this scope [INFO] [stderr] --> src/d3d11.rs:3345:30 [INFO] [stderr] | [INFO] [stderr] 3345 | fn to_c_struct(&self) -> D3D11_TEXTURE3D_DESC { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `D3D11_TEXTURE3D_DESC` in this scope [INFO] [stderr] --> src/d3d11.rs:3346:9 [INFO] [stderr] | [INFO] [stderr] 3346 | D3D11_TEXTURE3D_DESC { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_TEXTURE3D_DESC` in this scope [INFO] [stderr] --> src/d3d11.rs:3359:11 [INFO] [stderr] | [INFO] [stderr] 3359 | impl From for Texture3DDesc { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_TEXTURE3D_DESC` in this scope [INFO] [stderr] --> src/d3d11.rs:3360:18 [INFO] [stderr] | [INFO] [stderr] 3360 | fn from(src: D3D11_TEXTURE3D_DESC) -> Texture3DDesc { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_UNORDERED_ACCESS_VIEW_DESC` in this scope [INFO] [stderr] --> src/d3d11.rs:3421:30 [INFO] [stderr] | [INFO] [stderr] 3421 | fn to_c_struct(&self) -> D3D11_UNORDERED_ACCESS_VIEW_DESC { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_UAV_DIMENSION_BUFFER` in this scope [INFO] [stderr] --> src/d3d11.rs:3431:38 [INFO] [stderr] | [INFO] [stderr] 3431 | desc.ViewDimension = D3D11_UAV_DIMENSION_BUFFER; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_UAV_DIMENSION_TEXTURE1D` in this scope [INFO] [stderr] --> src/d3d11.rs:3438:38 [INFO] [stderr] | [INFO] [stderr] 3438 | desc.ViewDimension = D3D11_UAV_DIMENSION_TEXTURE1D; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_UAV_DIMENSION_TEXTURE1DARRAY` in this scope [INFO] [stderr] --> src/d3d11.rs:3448:38 [INFO] [stderr] | [INFO] [stderr] 3448 | desc.ViewDimension = D3D11_UAV_DIMENSION_TEXTURE1DARRAY; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_UAV_DIMENSION_TEXTURE2D` in this scope [INFO] [stderr] --> src/d3d11.rs:3455:38 [INFO] [stderr] | [INFO] [stderr] 3455 | desc.ViewDimension = D3D11_UAV_DIMENSION_TEXTURE2D; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_UAV_DIMENSION_TEXTURE2DARRAY` in this scope [INFO] [stderr] --> src/d3d11.rs:3465:38 [INFO] [stderr] | [INFO] [stderr] 3465 | desc.ViewDimension = D3D11_UAV_DIMENSION_TEXTURE2DARRAY; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D11_UAV_DIMENSION_TEXTURE3D` in this scope [INFO] [stderr] --> src/d3d11.rs:3477:38 [INFO] [stderr] | [INFO] [stderr] 3477 | desc.ViewDimension = D3D11_UAV_DIMENSION_TEXTURE3D; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_UNORDERED_ACCESS_VIEW_DESC` in this scope [INFO] [stderr] --> src/d3d11.rs:3486:11 [INFO] [stderr] | [INFO] [stderr] 3486 | impl From for UnorderedAccessViewDesc { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_UNORDERED_ACCESS_VIEW_DESC` in this scope [INFO] [stderr] --> src/d3d11.rs:3487:18 [INFO] [stderr] | [INFO] [stderr] 3487 | fn from(src: D3D11_UNORDERED_ACCESS_VIEW_DESC) -> UnorderedAccessViewDesc { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_VIEWPORT` in this scope [INFO] [stderr] --> src/d3d11.rs:3625:11 [INFO] [stderr] | [INFO] [stderr] 3625 | impl From for Viewport { [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_VIEWPORT` in this scope [INFO] [stderr] --> src/d3d11.rs:3626:18 [INFO] [stderr] | [INFO] [stderr] 3626 | fn from(src: D3D11_VIEWPORT) -> Viewport { [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D11Resource` in this scope [INFO] [stderr] --> src/d3d11.rs:3695:28 [INFO] [stderr] | [INFO] [stderr] 3695 | pub struct Resource(ComPtr); [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D11Resource` in this scope [INFO] [stderr] --> src/d3d11.rs:3716:26 [INFO] [stderr] | [INFO] [stderr] 3716 | impl_resource!(Resource, ID3D11Resource); [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ComPtr` in crate `com_ptr` [INFO] [stderr] --> src/utility.rs:57:41 [INFO] [stderr] | [INFO] [stderr] 57 | fn from_com_ptr(p: com_ptr::ComPtr) -> Self { [INFO] [stderr] | ^^^^^^ not found in `com_ptr` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:3716:1 [INFO] [stderr] | [INFO] [stderr] 3716 | impl_resource!(Resource, ID3D11Resource); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WKPDID_D3DDebugObjectNameW` in this scope [INFO] [stderr] --> src/d3d11.rs:3658:26 [INFO] [stderr] | [INFO] [stderr] 3658 | &WKPDID_D3DDebugObjectNameW, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 3716 | impl_resource!(Resource, ID3D11Resource); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WKPDID_D3DDebugObjectNameW` in this scope [INFO] [stderr] --> src/d3d11.rs:3666:26 [INFO] [stderr] | [INFO] [stderr] 3666 | &WKPDID_D3DDebugObjectNameW, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 3716 | impl_resource!(Resource, ID3D11Resource); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WKPDID_D3DDebugObjectNameW` in this scope [INFO] [stderr] --> src/d3d11.rs:3678:26 [INFO] [stderr] | [INFO] [stderr] 3678 | &WKPDID_D3DDebugObjectNameW, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 3716 | impl_resource!(Resource, ID3D11Resource); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D11View` in this scope [INFO] [stderr] --> src/d3d11.rs:3722:24 [INFO] [stderr] | [INFO] [stderr] 3722 | pub struct View(ComPtr); [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D11View` in this scope [INFO] [stderr] --> src/d3d11.rs:3737:18 [INFO] [stderr] | [INFO] [stderr] 3737 | impl_view!(View, ID3D11View); [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ComPtr` in crate `com_ptr` [INFO] [stderr] --> src/utility.rs:57:41 [INFO] [stderr] | [INFO] [stderr] 57 | fn from_com_ptr(p: com_ptr::ComPtr) -> Self { [INFO] [stderr] | ^^^^^^ not found in `com_ptr` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:3737:1 [INFO] [stderr] | [INFO] [stderr] 3737 | impl_view!(View, ID3D11View); [INFO] [stderr] | ----------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WKPDID_D3DDebugObjectNameW` in this scope [INFO] [stderr] --> src/d3d11.rs:3658:26 [INFO] [stderr] | [INFO] [stderr] 3658 | &WKPDID_D3DDebugObjectNameW, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 3737 | impl_view!(View, ID3D11View); [INFO] [stderr] | ----------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WKPDID_D3DDebugObjectNameW` in this scope [INFO] [stderr] --> src/d3d11.rs:3666:26 [INFO] [stderr] | [INFO] [stderr] 3666 | &WKPDID_D3DDebugObjectNameW, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 3737 | impl_view!(View, ID3D11View); [INFO] [stderr] | ----------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D12_SHADER_RESOURCE_VIEW_DESC` [INFO] [stderr] --> src/d3d12.rs:4685:24 [INFO] [stderr] | [INFO] [stderr] 4685 | let mut desc = D3D12_SHADER_RESOURCE_VIEW_DESC::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D12_SHADER_RESOURCE_VIEW_DESC` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WKPDID_D3DDebugObjectNameW` in this scope [INFO] [stderr] --> src/d3d11.rs:3678:26 [INFO] [stderr] | [INFO] [stderr] 3678 | &WKPDID_D3DDebugObjectNameW, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 3737 | impl_view!(View, ID3D11View); [INFO] [stderr] | ----------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D11Asynchronous` in this scope [INFO] [stderr] --> src/d3d11.rs:3743:32 [INFO] [stderr] | [INFO] [stderr] 3739 | / pub trait IAsynchronous: IDeviceChild { [INFO] [stderr] 3740 | | fn get_data_size(&self) -> u32; [INFO] [stderr] 3741 | | } [INFO] [stderr] | |_- similarly named trait `IAsynchronous` defined here [INFO] [stderr] 3742 | #[derive(Clone, Debug)] [INFO] [stderr] 3743 | pub struct Asynchronous(ComPtr); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IAsynchronous` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D11Asynchronous` in this scope [INFO] [stderr] --> src/d3d11.rs:3754:34 [INFO] [stderr] | [INFO] [stderr] 3739 | / pub trait IAsynchronous: IDeviceChild { [INFO] [stderr] 3740 | | fn get_data_size(&self) -> u32; [INFO] [stderr] 3741 | | } [INFO] [stderr] | |_- similarly named trait `IAsynchronous` defined here [INFO] [stderr] ... [INFO] [stderr] 3754 | impl_asynchronous!(Asynchronous, ID3D11Asynchronous); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IAsynchronous` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ComPtr` in crate `com_ptr` [INFO] [stderr] --> src/utility.rs:57:41 [INFO] [stderr] | [INFO] [stderr] 57 | fn from_com_ptr(p: com_ptr::ComPtr) -> Self { [INFO] [stderr] | ^^^^^^ not found in `com_ptr` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:3754:1 [INFO] [stderr] | [INFO] [stderr] 3754 | impl_asynchronous!(Asynchronous, ID3D11Asynchronous); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WKPDID_D3DDebugObjectNameW` in this scope [INFO] [stderr] --> src/d3d11.rs:3658:26 [INFO] [stderr] | [INFO] [stderr] 3658 | &WKPDID_D3DDebugObjectNameW, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 3754 | impl_asynchronous!(Asynchronous, ID3D11Asynchronous); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WKPDID_D3DDebugObjectNameW` in this scope [INFO] [stderr] --> src/d3d11.rs:3666:26 [INFO] [stderr] | [INFO] [stderr] 3666 | &WKPDID_D3DDebugObjectNameW, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 3754 | impl_asynchronous!(Asynchronous, ID3D11Asynchronous); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WKPDID_D3DDebugObjectNameW` in this scope [INFO] [stderr] --> src/d3d11.rs:3678:26 [INFO] [stderr] | [INFO] [stderr] 3678 | &WKPDID_D3DDebugObjectNameW, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 3754 | impl_asynchronous!(Asynchronous, ID3D11Asynchronous); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D11AuthenticatedChannel` in this scope [INFO] [stderr] --> src/d3d11.rs:3761:40 [INFO] [stderr] | [INFO] [stderr] 3756 | / pub trait IAuthenticatedChannel: IDeviceChild { [INFO] [stderr] 3757 | | fn get_certificate(&self) -> Result, HResult>; [INFO] [stderr] 3758 | | fn get_channel_handle(&self) -> Handle; [INFO] [stderr] 3759 | | } [INFO] [stderr] | |_- similarly named trait `IAuthenticatedChannel` defined here [INFO] [stderr] 3760 | #[derive(Clone, Debug)] [INFO] [stderr] 3761 | pub struct AuthenticatedChannel(ComPtr); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IAuthenticatedChannel` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D11AuthenticatedChannel` in this scope [INFO] [stderr] --> src/d3d11.rs:3762:41 [INFO] [stderr] | [INFO] [stderr] 3756 | / pub trait IAuthenticatedChannel: IDeviceChild { [INFO] [stderr] 3757 | | fn get_certificate(&self) -> Result, HResult>; [INFO] [stderr] 3758 | | fn get_channel_handle(&self) -> Handle; [INFO] [stderr] 3759 | | } [INFO] [stderr] | |_- similarly named trait `IAuthenticatedChannel` defined here [INFO] [stderr] ... [INFO] [stderr] 3762 | impl_devicechild!(AuthenticatedChannel, ID3D11AuthenticatedChannel); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IAuthenticatedChannel` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ComPtr` in crate `com_ptr` [INFO] [stderr] --> src/utility.rs:57:41 [INFO] [stderr] | [INFO] [stderr] 57 | fn from_com_ptr(p: com_ptr::ComPtr) -> Self { [INFO] [stderr] | ^^^^^^ not found in `com_ptr` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:3762:1 [INFO] [stderr] | [INFO] [stderr] 3762 | impl_devicechild!(AuthenticatedChannel, ID3D11AuthenticatedChannel); [INFO] [stderr] | -------------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WKPDID_D3DDebugObjectNameW` in this scope [INFO] [stderr] --> src/d3d11.rs:3658:26 [INFO] [stderr] | [INFO] [stderr] 3658 | &WKPDID_D3DDebugObjectNameW, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 3762 | impl_devicechild!(AuthenticatedChannel, ID3D11AuthenticatedChannel); [INFO] [stderr] | -------------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WKPDID_D3DDebugObjectNameW` in this scope [INFO] [stderr] --> src/d3d11.rs:3666:26 [INFO] [stderr] | [INFO] [stderr] 3666 | &WKPDID_D3DDebugObjectNameW, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 3762 | impl_devicechild!(AuthenticatedChannel, ID3D11AuthenticatedChannel); [INFO] [stderr] | -------------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WKPDID_D3DDebugObjectNameW` in this scope [INFO] [stderr] --> src/d3d11.rs:3678:26 [INFO] [stderr] | [INFO] [stderr] 3678 | &WKPDID_D3DDebugObjectNameW, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 3762 | impl_devicechild!(AuthenticatedChannel, ID3D11AuthenticatedChannel); [INFO] [stderr] | -------------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D11BlendState` in this scope [INFO] [stderr] --> src/d3d11.rs:3788:30 [INFO] [stderr] | [INFO] [stderr] 3784 | / pub trait IBlendState: IDeviceChild { [INFO] [stderr] 3785 | | fn get_desc(&self) -> BlendDesc; [INFO] [stderr] 3786 | | } [INFO] [stderr] | |_- similarly named trait `IBlendState` defined here [INFO] [stderr] 3787 | #[derive(Clone, Debug)] [INFO] [stderr] 3788 | pub struct BlendState(ComPtr); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IBlendState` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D11BlendState` in this scope [INFO] [stderr] --> src/d3d11.rs:3803:30 [INFO] [stderr] | [INFO] [stderr] 3784 | / pub trait IBlendState: IDeviceChild { [INFO] [stderr] 3785 | | fn get_desc(&self) -> BlendDesc; [INFO] [stderr] 3786 | | } [INFO] [stderr] | |_- similarly named trait `IBlendState` defined here [INFO] [stderr] ... [INFO] [stderr] 3803 | impl_blendstate!(BlendState, ID3D11BlendState); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IBlendState` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ComPtr` in crate `com_ptr` [INFO] [stderr] --> src/utility.rs:57:41 [INFO] [stderr] | [INFO] [stderr] 57 | fn from_com_ptr(p: com_ptr::ComPtr) -> Self { [INFO] [stderr] | ^^^^^^ not found in `com_ptr` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:3803:1 [INFO] [stderr] | [INFO] [stderr] 3803 | impl_blendstate!(BlendState, ID3D11BlendState); [INFO] [stderr] | ----------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WKPDID_D3DDebugObjectNameW` in this scope [INFO] [stderr] --> src/d3d11.rs:3658:26 [INFO] [stderr] | [INFO] [stderr] 3658 | &WKPDID_D3DDebugObjectNameW, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 3803 | impl_blendstate!(BlendState, ID3D11BlendState); [INFO] [stderr] | ----------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WKPDID_D3DDebugObjectNameW` in this scope [INFO] [stderr] --> src/d3d11.rs:3666:26 [INFO] [stderr] | [INFO] [stderr] 3666 | &WKPDID_D3DDebugObjectNameW, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 3803 | impl_blendstate!(BlendState, ID3D11BlendState); [INFO] [stderr] | ----------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WKPDID_D3DDebugObjectNameW` in this scope [INFO] [stderr] --> src/d3d11.rs:3678:26 [INFO] [stderr] | [INFO] [stderr] 3678 | &WKPDID_D3DDebugObjectNameW, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 3803 | impl_blendstate!(BlendState, ID3D11BlendState); [INFO] [stderr] | ----------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D11Buffer` in this scope [INFO] [stderr] --> src/d3d11.rs:3809:26 [INFO] [stderr] | [INFO] [stderr] 3809 | pub struct Buffer(ComPtr); [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D11Buffer` in this scope [INFO] [stderr] --> src/d3d11.rs:3824:22 [INFO] [stderr] | [INFO] [stderr] 3824 | impl_buffer!(Buffer, ID3D11Buffer); [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ComPtr` in crate `com_ptr` [INFO] [stderr] --> src/utility.rs:57:41 [INFO] [stderr] | [INFO] [stderr] 57 | fn from_com_ptr(p: com_ptr::ComPtr) -> Self { [INFO] [stderr] | ^^^^^^ not found in `com_ptr` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:3824:1 [INFO] [stderr] | [INFO] [stderr] 3824 | impl_buffer!(Buffer, ID3D11Buffer); [INFO] [stderr] | ----------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WKPDID_D3DDebugObjectNameW` in this scope [INFO] [stderr] --> src/d3d11.rs:3658:26 [INFO] [stderr] | [INFO] [stderr] 3658 | &WKPDID_D3DDebugObjectNameW, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 3824 | impl_buffer!(Buffer, ID3D11Buffer); [INFO] [stderr] | ----------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WKPDID_D3DDebugObjectNameW` in this scope [INFO] [stderr] --> src/d3d11.rs:3666:26 [INFO] [stderr] | [INFO] [stderr] 3666 | &WKPDID_D3DDebugObjectNameW, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 3824 | impl_buffer!(Buffer, ID3D11Buffer); [INFO] [stderr] | ----------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D12_TEXTURE_COPY_LOCATION` [INFO] [stderr] --> src/d3d12.rs:5185:23 [INFO] [stderr] | [INFO] [stderr] 5185 | let mut tcl = D3D12_TEXTURE_COPY_LOCATION::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D12_TEXTURE_COPY_LOCATION` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WKPDID_D3DDebugObjectNameW` in this scope [INFO] [stderr] --> src/d3d11.rs:3678:26 [INFO] [stderr] | [INFO] [stderr] 3678 | &WKPDID_D3DDebugObjectNameW, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 3824 | impl_buffer!(Buffer, ID3D11Buffer); [INFO] [stderr] | ----------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D11ClassInstance` in this scope [INFO] [stderr] --> src/d3d11.rs:3833:33 [INFO] [stderr] | [INFO] [stderr] 3826 | / pub trait IClassInstance: IDeviceChild { [INFO] [stderr] 3827 | | fn get_class_linkage(&self) -> ClassLinkage; [INFO] [stderr] 3828 | | fn get_desc(&self) -> ClassInstanceDesc; [INFO] [stderr] 3829 | | fn get_instance_name(&self) -> String; [INFO] [stderr] 3830 | | fn get_type_name(&self) -> String; [INFO] [stderr] 3831 | | } [INFO] [stderr] | |_- similarly named trait `IClassInstance` defined here [INFO] [stderr] 3832 | #[derive(Clone, Debug)] [INFO] [stderr] 3833 | pub struct ClassInstance(ComPtr); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IClassInstance` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D11ClassInstance` in this scope [INFO] [stderr] --> src/d3d11.rs:3873:36 [INFO] [stderr] | [INFO] [stderr] 3826 | / pub trait IClassInstance: IDeviceChild { [INFO] [stderr] 3827 | | fn get_class_linkage(&self) -> ClassLinkage; [INFO] [stderr] 3828 | | fn get_desc(&self) -> ClassInstanceDesc; [INFO] [stderr] 3829 | | fn get_instance_name(&self) -> String; [INFO] [stderr] 3830 | | fn get_type_name(&self) -> String; [INFO] [stderr] 3831 | | } [INFO] [stderr] | |_- similarly named trait `IClassInstance` defined here [INFO] [stderr] ... [INFO] [stderr] 3873 | impl_classinstance!(ClassInstance, ID3D11ClassInstance); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IClassInstance` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ComPtr` in crate `com_ptr` [INFO] [stderr] --> src/utility.rs:57:41 [INFO] [stderr] | [INFO] [stderr] 57 | fn from_com_ptr(p: com_ptr::ComPtr) -> Self { [INFO] [stderr] | ^^^^^^ not found in `com_ptr` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:3873:1 [INFO] [stderr] | [INFO] [stderr] 3873 | impl_classinstance!(ClassInstance, ID3D11ClassInstance); [INFO] [stderr] | -------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WKPDID_D3DDebugObjectNameW` in this scope [INFO] [stderr] --> src/d3d11.rs:3658:26 [INFO] [stderr] | [INFO] [stderr] 3658 | &WKPDID_D3DDebugObjectNameW, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 3873 | impl_classinstance!(ClassInstance, ID3D11ClassInstance); [INFO] [stderr] | -------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WKPDID_D3DDebugObjectNameW` in this scope [INFO] [stderr] --> src/d3d11.rs:3666:26 [INFO] [stderr] | [INFO] [stderr] 3666 | &WKPDID_D3DDebugObjectNameW, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 3873 | impl_classinstance!(ClassInstance, ID3D11ClassInstance); [INFO] [stderr] | -------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WKPDID_D3DDebugObjectNameW` in this scope [INFO] [stderr] --> src/d3d11.rs:3678:26 [INFO] [stderr] | [INFO] [stderr] 3678 | &WKPDID_D3DDebugObjectNameW, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 3873 | impl_classinstance!(ClassInstance, ID3D11ClassInstance); [INFO] [stderr] | -------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D11ClassLinkage` in this scope [INFO] [stderr] --> src/d3d11.rs:3891:32 [INFO] [stderr] | [INFO] [stderr] 3875 | / pub trait IClassLinkage: IDeviceChild { [INFO] [stderr] 3876 | | fn create_class_instance( [INFO] [stderr] 3877 | | &self, [INFO] [stderr] 3878 | | class_type_name: &str, [INFO] [stderr] ... | [INFO] [stderr] 3888 | | ) -> Result; [INFO] [stderr] 3889 | | } [INFO] [stderr] | |_- similarly named trait `IClassLinkage` defined here [INFO] [stderr] 3890 | #[derive(Clone, Debug)] [INFO] [stderr] 3891 | pub struct ClassLinkage(ComPtr); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IClassLinkage` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D11ClassLinkage` in this scope [INFO] [stderr] --> src/d3d11.rs:3938:34 [INFO] [stderr] | [INFO] [stderr] 3875 | / pub trait IClassLinkage: IDeviceChild { [INFO] [stderr] 3876 | | fn create_class_instance( [INFO] [stderr] 3877 | | &self, [INFO] [stderr] 3878 | | class_type_name: &str, [INFO] [stderr] ... | [INFO] [stderr] 3888 | | ) -> Result; [INFO] [stderr] 3889 | | } [INFO] [stderr] | |_- similarly named trait `IClassLinkage` defined here [INFO] [stderr] ... [INFO] [stderr] 3938 | impl_classlinkage!(ClassLinkage, ID3D11ClassLinkage); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IClassLinkage` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ComPtr` in crate `com_ptr` [INFO] [stderr] --> src/utility.rs:57:41 [INFO] [stderr] | [INFO] [stderr] 57 | fn from_com_ptr(p: com_ptr::ComPtr) -> Self { [INFO] [stderr] | ^^^^^^ not found in `com_ptr` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:3938:1 [INFO] [stderr] | [INFO] [stderr] 3938 | impl_classlinkage!(ClassLinkage, ID3D11ClassLinkage); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WKPDID_D3DDebugObjectNameW` in this scope [INFO] [stderr] --> src/d3d11.rs:3658:26 [INFO] [stderr] | [INFO] [stderr] 3658 | &WKPDID_D3DDebugObjectNameW, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 3938 | impl_classlinkage!(ClassLinkage, ID3D11ClassLinkage); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D12_UNORDERED_ACCESS_VIEW_DESC` [INFO] [stderr] --> src/d3d12.rs:5303:24 [INFO] [stderr] | [INFO] [stderr] 5303 | let mut desc = D3D12_UNORDERED_ACCESS_VIEW_DESC::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D12_UNORDERED_ACCESS_VIEW_DESC` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WKPDID_D3DDebugObjectNameW` in this scope [INFO] [stderr] --> src/d3d11.rs:3666:26 [INFO] [stderr] | [INFO] [stderr] 3666 | &WKPDID_D3DDebugObjectNameW, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 3938 | impl_classlinkage!(ClassLinkage, ID3D11ClassLinkage); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WKPDID_D3DDebugObjectNameW` in this scope [INFO] [stderr] --> src/d3d11.rs:3678:26 [INFO] [stderr] | [INFO] [stderr] 3678 | &WKPDID_D3DDebugObjectNameW, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 3938 | impl_classlinkage!(ClassLinkage, ID3D11ClassLinkage); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D11CommandList` in this scope [INFO] [stderr] --> src/d3d11.rs:3944:31 [INFO] [stderr] | [INFO] [stderr] 3940 | / pub trait ICommandList: IDeviceChild { [INFO] [stderr] 3941 | | fn get_context_flags(&self) -> u32; [INFO] [stderr] 3942 | | } [INFO] [stderr] | |_- similarly named trait `ICommandList` defined here [INFO] [stderr] 3943 | #[derive(Clone, Debug)] [INFO] [stderr] 3944 | pub struct CommandList(ComPtr); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `ICommandList` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D11CommandList` in this scope [INFO] [stderr] --> src/d3d11.rs:3955:32 [INFO] [stderr] | [INFO] [stderr] 3940 | / pub trait ICommandList: IDeviceChild { [INFO] [stderr] 3941 | | fn get_context_flags(&self) -> u32; [INFO] [stderr] 3942 | | } [INFO] [stderr] | |_- similarly named trait `ICommandList` defined here [INFO] [stderr] ... [INFO] [stderr] 3955 | impl_commandlist!(CommandList, ID3D11CommandList); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `ICommandList` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ComPtr` in crate `com_ptr` [INFO] [stderr] --> src/utility.rs:57:41 [INFO] [stderr] | [INFO] [stderr] 57 | fn from_com_ptr(p: com_ptr::ComPtr) -> Self { [INFO] [stderr] | ^^^^^^ not found in `com_ptr` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:3955:1 [INFO] [stderr] | [INFO] [stderr] 3955 | impl_commandlist!(CommandList, ID3D11CommandList); [INFO] [stderr] | -------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WKPDID_D3DDebugObjectNameW` in this scope [INFO] [stderr] --> src/d3d11.rs:3658:26 [INFO] [stderr] | [INFO] [stderr] 3658 | &WKPDID_D3DDebugObjectNameW, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 3955 | impl_commandlist!(CommandList, ID3D11CommandList); [INFO] [stderr] | -------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WKPDID_D3DDebugObjectNameW` in this scope [INFO] [stderr] --> src/d3d11.rs:3666:26 [INFO] [stderr] | [INFO] [stderr] 3666 | &WKPDID_D3DDebugObjectNameW, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 3955 | impl_commandlist!(CommandList, ID3D11CommandList); [INFO] [stderr] | -------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WKPDID_D3DDebugObjectNameW` in this scope [INFO] [stderr] --> src/d3d11.rs:3678:26 [INFO] [stderr] | [INFO] [stderr] 3678 | &WKPDID_D3DDebugObjectNameW, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 3955 | impl_commandlist!(CommandList, ID3D11CommandList); [INFO] [stderr] | -------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D11ComputeShader` in this scope [INFO] [stderr] --> src/d3d11.rs:3959:33 [INFO] [stderr] | [INFO] [stderr] 3957 | pub trait IComputeShader: IDeviceChild {} [INFO] [stderr] | ----------------------------------------- similarly named trait `IComputeShader` defined here [INFO] [stderr] 3958 | #[derive(Clone, Debug)] [INFO] [stderr] 3959 | pub struct ComputeShader(ComPtr); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IComputeShader` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D11ComputeShader` in this scope [INFO] [stderr] --> src/d3d11.rs:3966:36 [INFO] [stderr] | [INFO] [stderr] 3957 | pub trait IComputeShader: IDeviceChild {} [INFO] [stderr] | ----------------------------------------- similarly named trait `IComputeShader` defined here [INFO] [stderr] ... [INFO] [stderr] 3966 | impl_computeshader!(ComputeShader, ID3D11ComputeShader); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IComputeShader` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ComPtr` in crate `com_ptr` [INFO] [stderr] --> src/utility.rs:57:41 [INFO] [stderr] | [INFO] [stderr] 57 | fn from_com_ptr(p: com_ptr::ComPtr) -> Self { [INFO] [stderr] | ^^^^^^ not found in `com_ptr` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:3966:1 [INFO] [stderr] | [INFO] [stderr] 3966 | impl_computeshader!(ComputeShader, ID3D11ComputeShader); [INFO] [stderr] | -------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WKPDID_D3DDebugObjectNameW` in this scope [INFO] [stderr] --> src/d3d11.rs:3658:26 [INFO] [stderr] | [INFO] [stderr] 3658 | &WKPDID_D3DDebugObjectNameW, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 3966 | impl_computeshader!(ComputeShader, ID3D11ComputeShader); [INFO] [stderr] | -------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WKPDID_D3DDebugObjectNameW` in this scope [INFO] [stderr] --> src/d3d11.rs:3666:26 [INFO] [stderr] | [INFO] [stderr] 3666 | &WKPDID_D3DDebugObjectNameW, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 3966 | impl_computeshader!(ComputeShader, ID3D11ComputeShader); [INFO] [stderr] | -------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WKPDID_D3DDebugObjectNameW` in this scope [INFO] [stderr] --> src/d3d11.rs:3678:26 [INFO] [stderr] | [INFO] [stderr] 3678 | &WKPDID_D3DDebugObjectNameW, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 3966 | impl_computeshader!(ComputeShader, ID3D11ComputeShader); [INFO] [stderr] | -------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D12_VERSIONED_ROOT_SIGNATURE_DESC` [INFO] [stderr] --> src/d3d12.rs:5387:23 [INFO] [stderr] | [INFO] [stderr] 5387 | let mut obj = D3D12_VERSIONED_ROOT_SIGNATURE_DESC::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `D3D12_VERSIONED_ROOT_SIGNATURE_DESC` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D11Counter` in this scope [INFO] [stderr] --> src/d3d11.rs:3972:27 [INFO] [stderr] | [INFO] [stderr] 3972 | pub struct Counter(ComPtr); [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D11Counter` in this scope [INFO] [stderr] --> src/d3d11.rs:3987:24 [INFO] [stderr] | [INFO] [stderr] 3987 | impl_counter!(Counter, ID3D11Counter); [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ComPtr` in crate `com_ptr` [INFO] [stderr] --> src/utility.rs:57:41 [INFO] [stderr] | [INFO] [stderr] 57 | fn from_com_ptr(p: com_ptr::ComPtr) -> Self { [INFO] [stderr] | ^^^^^^ not found in `com_ptr` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:3987:1 [INFO] [stderr] | [INFO] [stderr] 3987 | impl_counter!(Counter, ID3D11Counter); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WKPDID_D3DDebugObjectNameW` in this scope [INFO] [stderr] --> src/d3d11.rs:3658:26 [INFO] [stderr] | [INFO] [stderr] 3658 | &WKPDID_D3DDebugObjectNameW, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 3987 | impl_counter!(Counter, ID3D11Counter); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WKPDID_D3DDebugObjectNameW` in this scope [INFO] [stderr] --> src/d3d11.rs:3666:26 [INFO] [stderr] | [INFO] [stderr] 3666 | &WKPDID_D3DDebugObjectNameW, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 3987 | impl_counter!(Counter, ID3D11Counter); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WKPDID_D3DDebugObjectNameW` in this scope [INFO] [stderr] --> src/d3d11.rs:3678:26 [INFO] [stderr] | [INFO] [stderr] 3678 | &WKPDID_D3DDebugObjectNameW, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 3987 | impl_counter!(Counter, ID3D11Counter); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D11CryptoSession` in this scope [INFO] [stderr] --> src/d3d11.rs:3995:33 [INFO] [stderr] | [INFO] [stderr] 3989 | / pub trait ICryptoSession: IDeviceChild { [INFO] [stderr] 3990 | | fn get_certificate(&self) -> Result, HResult>; [INFO] [stderr] 3991 | | fn get_crypto_session_handle(&self) -> Handle; [INFO] [stderr] 3992 | | fn get_crypto_type(&self) -> Guid; [INFO] [stderr] 3993 | | fn get_decoder_profile(&self) -> Guid; [INFO] [stderr] 3994 | | } [INFO] [stderr] | |_- similarly named trait `ICryptoSession` defined here [INFO] [stderr] 3995 | pub struct CryptoSession(ComPtr); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `ICryptoSession` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D11CryptoSession` in this scope [INFO] [stderr] --> src/d3d11.rs:4029:36 [INFO] [stderr] | [INFO] [stderr] 3989 | / pub trait ICryptoSession: IDeviceChild { [INFO] [stderr] 3990 | | fn get_certificate(&self) -> Result, HResult>; [INFO] [stderr] 3991 | | fn get_crypto_session_handle(&self) -> Handle; [INFO] [stderr] 3992 | | fn get_crypto_type(&self) -> Guid; [INFO] [stderr] 3993 | | fn get_decoder_profile(&self) -> Guid; [INFO] [stderr] 3994 | | } [INFO] [stderr] | |_- similarly named trait `ICryptoSession` defined here [INFO] [stderr] ... [INFO] [stderr] 4029 | impl_cryptosession!(CryptoSession, ID3D11CryptoSession); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `ICryptoSession` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ComPtr` in crate `com_ptr` [INFO] [stderr] --> src/utility.rs:57:41 [INFO] [stderr] | [INFO] [stderr] 57 | fn from_com_ptr(p: com_ptr::ComPtr) -> Self { [INFO] [stderr] | ^^^^^^ not found in `com_ptr` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:4029:1 [INFO] [stderr] | [INFO] [stderr] 4029 | impl_cryptosession!(CryptoSession, ID3D11CryptoSession); [INFO] [stderr] | -------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WKPDID_D3DDebugObjectNameW` in this scope [INFO] [stderr] --> src/d3d11.rs:3658:26 [INFO] [stderr] | [INFO] [stderr] 3658 | &WKPDID_D3DDebugObjectNameW, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 4029 | impl_cryptosession!(CryptoSession, ID3D11CryptoSession); [INFO] [stderr] | -------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WKPDID_D3DDebugObjectNameW` in this scope [INFO] [stderr] --> src/d3d11.rs:3666:26 [INFO] [stderr] | [INFO] [stderr] 3666 | &WKPDID_D3DDebugObjectNameW, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 4029 | impl_cryptosession!(CryptoSession, ID3D11CryptoSession); [INFO] [stderr] | -------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d12.rs:5530:1 [INFO] [stderr] | [INFO] [stderr] 5530 | impl_pageable!(CommandAllocator, ID3D12CommandAllocator); [INFO] [stderr] | --------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WKPDID_D3DDebugObjectNameW` in this scope [INFO] [stderr] --> src/d3d11.rs:3678:26 [INFO] [stderr] | [INFO] [stderr] 3678 | &WKPDID_D3DDebugObjectNameW, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 4029 | impl_cryptosession!(CryptoSession, ID3D11CryptoSession); [INFO] [stderr] | -------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d12.rs:5530:1 [INFO] [stderr] | [INFO] [stderr] 5530 | impl_pageable!(CommandAllocator, ID3D12CommandAllocator); [INFO] [stderr] | --------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D11DepthStencilState` in this scope [INFO] [stderr] --> src/d3d11.rs:4035:37 [INFO] [stderr] | [INFO] [stderr] 4031 | / pub trait IDepthStencilState: IDeviceChild { [INFO] [stderr] 4032 | | fn get_desc(&self) -> DepthStencilDesc; [INFO] [stderr] 4033 | | } [INFO] [stderr] | |_- similarly named trait `IDepthStencilState` defined here [INFO] [stderr] 4034 | #[derive(Clone, Debug)] [INFO] [stderr] 4035 | pub struct DepthStencilState(ComPtr); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IDepthStencilState` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D11DepthStencilState` in this scope [INFO] [stderr] --> src/d3d11.rs:4048:44 [INFO] [stderr] | [INFO] [stderr] 4031 | / pub trait IDepthStencilState: IDeviceChild { [INFO] [stderr] 4032 | | fn get_desc(&self) -> DepthStencilDesc; [INFO] [stderr] 4033 | | } [INFO] [stderr] | |_- similarly named trait `IDepthStencilState` defined here [INFO] [stderr] ... [INFO] [stderr] 4048 | impl_depthstencilstate!(DepthStencilState, ID3D11DepthStencilState); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IDepthStencilState` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ComPtr` in crate `com_ptr` [INFO] [stderr] --> src/utility.rs:57:41 [INFO] [stderr] | [INFO] [stderr] 57 | fn from_com_ptr(p: com_ptr::ComPtr) -> Self { [INFO] [stderr] | ^^^^^^ not found in `com_ptr` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:4048:1 [INFO] [stderr] | [INFO] [stderr] 4048 | impl_depthstencilstate!(DepthStencilState, ID3D11DepthStencilState); [INFO] [stderr] | -------------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WKPDID_D3DDebugObjectNameW` in this scope [INFO] [stderr] --> src/d3d11.rs:3658:26 [INFO] [stderr] | [INFO] [stderr] 3658 | &WKPDID_D3DDebugObjectNameW, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 4048 | impl_depthstencilstate!(DepthStencilState, ID3D11DepthStencilState); [INFO] [stderr] | -------------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WKPDID_D3DDebugObjectNameW` in this scope [INFO] [stderr] --> src/d3d11.rs:3666:26 [INFO] [stderr] | [INFO] [stderr] 3666 | &WKPDID_D3DDebugObjectNameW, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 4048 | impl_depthstencilstate!(DepthStencilState, ID3D11DepthStencilState); [INFO] [stderr] | -------------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WKPDID_D3DDebugObjectNameW` in this scope [INFO] [stderr] --> src/d3d11.rs:3678:26 [INFO] [stderr] | [INFO] [stderr] 3678 | &WKPDID_D3DDebugObjectNameW, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 4048 | impl_depthstencilstate!(DepthStencilState, ID3D11DepthStencilState); [INFO] [stderr] | -------------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D11DepthStencilView` in this scope [INFO] [stderr] --> src/d3d11.rs:4054:36 [INFO] [stderr] | [INFO] [stderr] 4050 | / pub trait IDepthStencilView: IView { [INFO] [stderr] 4051 | | fn get_desc(&self) -> DepthStencilViewDesc; [INFO] [stderr] 4052 | | } [INFO] [stderr] | |_- similarly named trait `IDepthStencilView` defined here [INFO] [stderr] 4053 | #[derive(Clone, Debug)] [INFO] [stderr] 4054 | pub struct DepthStencilView(ComPtr); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IDepthStencilView` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D11DepthStencilView` in this scope [INFO] [stderr] --> src/d3d11.rs:4067:42 [INFO] [stderr] | [INFO] [stderr] 4050 | / pub trait IDepthStencilView: IView { [INFO] [stderr] 4051 | | fn get_desc(&self) -> DepthStencilViewDesc; [INFO] [stderr] 4052 | | } [INFO] [stderr] | |_- similarly named trait `IDepthStencilView` defined here [INFO] [stderr] ... [INFO] [stderr] 4067 | impl_depthstencilview!(DepthStencilView, ID3D11DepthStencilView); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IDepthStencilView` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ComPtr` in crate `com_ptr` [INFO] [stderr] --> src/utility.rs:57:41 [INFO] [stderr] | [INFO] [stderr] 57 | fn from_com_ptr(p: com_ptr::ComPtr) -> Self { [INFO] [stderr] | ^^^^^^ not found in `com_ptr` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:4067:1 [INFO] [stderr] | [INFO] [stderr] 4067 | impl_depthstencilview!(DepthStencilView, ID3D11DepthStencilView); [INFO] [stderr] | ----------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WKPDID_D3DDebugObjectNameW` in this scope [INFO] [stderr] --> src/d3d11.rs:3658:26 [INFO] [stderr] | [INFO] [stderr] 3658 | &WKPDID_D3DDebugObjectNameW, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 4067 | impl_depthstencilview!(DepthStencilView, ID3D11DepthStencilView); [INFO] [stderr] | ----------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WKPDID_D3DDebugObjectNameW` in this scope [INFO] [stderr] --> src/d3d11.rs:3666:26 [INFO] [stderr] | [INFO] [stderr] 3666 | &WKPDID_D3DDebugObjectNameW, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 4067 | impl_depthstencilview!(DepthStencilView, ID3D11DepthStencilView); [INFO] [stderr] | ----------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WKPDID_D3DDebugObjectNameW` in this scope [INFO] [stderr] --> src/d3d11.rs:3678:26 [INFO] [stderr] | [INFO] [stderr] 3678 | &WKPDID_D3DDebugObjectNameW, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 4067 | impl_depthstencilview!(DepthStencilView, ID3D11DepthStencilView); [INFO] [stderr] | ----------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D11Device` in this scope [INFO] [stderr] --> src/d3d11.rs:4194:26 [INFO] [stderr] | [INFO] [stderr] 4194 | pub struct Device(ComPtr); [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D11Device` in this scope [INFO] [stderr] --> src/d3d11.rs:4746:22 [INFO] [stderr] | [INFO] [stderr] 4746 | impl_device!(Device, ID3D11Device); [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d12.rs:5558:1 [INFO] [stderr] | [INFO] [stderr] 5558 | impl_command_list!(CommandList, ID3D12CommandList, CommandList); [INFO] [stderr] | ---------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d12.rs:5558:1 [INFO] [stderr] | [INFO] [stderr] 5558 | impl_command_list!(CommandList, ID3D12CommandList, CommandList); [INFO] [stderr] | ---------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ComPtr` in crate `com_ptr` [INFO] [stderr] --> src/utility.rs:57:41 [INFO] [stderr] | [INFO] [stderr] 57 | fn from_com_ptr(p: com_ptr::ComPtr) -> Self { [INFO] [stderr] | ^^^^^^ not found in `com_ptr` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:4746:1 [INFO] [stderr] | [INFO] [stderr] 4746 | impl_device!(Device, ID3D11Device); [INFO] [stderr] | ----------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d12.rs:5593:1 [INFO] [stderr] | [INFO] [stderr] 5593 | impl_pageable!(CommandQueue, ID3D12CommandQueue); [INFO] [stderr] | ------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d12.rs:5593:1 [INFO] [stderr] | [INFO] [stderr] 5593 | impl_pageable!(CommandQueue, ID3D12CommandQueue); [INFO] [stderr] | ------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D11Device` in this scope [INFO] [stderr] --> src/d3d11.rs:4257:66 [INFO] [stderr] | [INFO] [stderr] 4257 | T::check_feature_support(self.0.as_ptr() as *mut ID3D11Device, args) [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 4746 | impl_device!(Device, ID3D11Device); [INFO] [stderr] | ----------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d12.rs:5701:1 [INFO] [stderr] | [INFO] [stderr] 5701 | impl_pageable!(CommandSignature, ID3D12CommandSignature); [INFO] [stderr] | --------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d12.rs:5701:1 [INFO] [stderr] | [INFO] [stderr] 5701 | impl_pageable!(CommandSignature, ID3D12CommandSignature); [INFO] [stderr] | --------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WKPDID_D3DDebugObjectNameW` in this scope [INFO] [stderr] --> src/d3d11.rs:4716:26 [INFO] [stderr] | [INFO] [stderr] 4716 | &WKPDID_D3DDebugObjectNameW, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 4746 | impl_device!(Device, ID3D11Device); [INFO] [stderr] | ----------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WKPDID_D3DDebugObjectNameW` in this scope [INFO] [stderr] --> src/d3d11.rs:4724:26 [INFO] [stderr] | [INFO] [stderr] 4724 | &WKPDID_D3DDebugObjectNameW, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 4746 | impl_device!(Device, ID3D11Device); [INFO] [stderr] | ----------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d12.rs:5711:1 [INFO] [stderr] | [INFO] [stderr] 5711 | impl_pageable!(DescriptorHeap, ID3D12DescriptorHeap); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WKPDID_D3DDebugObjectNameW` in this scope [INFO] [stderr] --> src/d3d11.rs:4736:26 [INFO] [stderr] | [INFO] [stderr] 4736 | &WKPDID_D3DDebugObjectNameW, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 4746 | impl_device!(Device, ID3D11Device); [INFO] [stderr] | ----------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d12.rs:5711:1 [INFO] [stderr] | [INFO] [stderr] 5711 | impl_pageable!(DescriptorHeap, ID3D12DescriptorHeap); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D11ClassInstance` in this scope [INFO] [stderr] --> src/d3d11.rs:4770:47 [INFO] [stderr] | [INFO] [stderr] 3826 | / pub trait IClassInstance: IDeviceChild { [INFO] [stderr] 3827 | | fn get_class_linkage(&self) -> ClassLinkage; [INFO] [stderr] 3828 | | fn get_desc(&self) -> ClassInstanceDesc; [INFO] [stderr] 3829 | | fn get_instance_name(&self) -> String; [INFO] [stderr] 3830 | | fn get_type_name(&self) -> String; [INFO] [stderr] 3831 | | } [INFO] [stderr] | |_- similarly named trait `IClassInstance` defined here [INFO] [stderr] ... [INFO] [stderr] 4770 | F: FnOnce(*mut *mut T::APIType, *mut *mut ID3D11ClassInstance, &mut u32), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IClassInstance` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D11ClassInstance` in this scope [INFO] [stderr] --> src/d3d11.rs:4811:44 [INFO] [stderr] | [INFO] [stderr] 3826 | / pub trait IClassInstance: IDeviceChild { [INFO] [stderr] 3827 | | fn get_class_linkage(&self) -> ClassLinkage; [INFO] [stderr] 3828 | | fn get_desc(&self) -> ClassInstanceDesc; [INFO] [stderr] 3829 | | fn get_instance_name(&self) -> String; [INFO] [stderr] 3830 | | fn get_type_name(&self) -> String; [INFO] [stderr] 3831 | | } [INFO] [stderr] | |_- similarly named trait `IClassInstance` defined here [INFO] [stderr] ... [INFO] [stderr] 4811 | F: FnOnce(*mut T::APIType, *const *mut ID3D11ClassInstance, u32), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IClassInstance` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D11DeviceContext` in this scope [INFO] [stderr] --> src/d3d11.rs:5058:33 [INFO] [stderr] | [INFO] [stderr] 4823 | / pub trait IDeviceContext: IDeviceChild { [INFO] [stderr] 4824 | | fn begin(&self, obj: &impl IAsynchronous); [INFO] [stderr] 4825 | | fn clear_depth_stencil_view( [INFO] [stderr] 4826 | | &self, [INFO] [stderr] ... | [INFO] [stderr] 5055 | | fn vs_set_shader_resources(&self, start_slot: u32, views: &[&ShaderResourceView]); [INFO] [stderr] 5056 | | } [INFO] [stderr] | |_- similarly named trait `IDeviceContext` defined here [INFO] [stderr] 5057 | #[derive(Clone, Debug)] [INFO] [stderr] 5058 | pub struct DeviceContext(ComPtr); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IDeviceContext` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D11DeviceContext` in this scope [INFO] [stderr] --> src/d3d11.rs:6147:36 [INFO] [stderr] | [INFO] [stderr] 4823 | / pub trait IDeviceContext: IDeviceChild { [INFO] [stderr] 4824 | | fn begin(&self, obj: &impl IAsynchronous); [INFO] [stderr] 4825 | | fn clear_depth_stencil_view( [INFO] [stderr] 4826 | | &self, [INFO] [stderr] ... | [INFO] [stderr] 5055 | | fn vs_set_shader_resources(&self, start_slot: u32, views: &[&ShaderResourceView]); [INFO] [stderr] 5056 | | } [INFO] [stderr] | |_- similarly named trait `IDeviceContext` defined here [INFO] [stderr] ... [INFO] [stderr] 6147 | impl_devicecontext!(DeviceContext, ID3D11DeviceContext); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IDeviceContext` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ComPtr` in crate `com_ptr` [INFO] [stderr] --> src/utility.rs:57:41 [INFO] [stderr] | [INFO] [stderr] 57 | fn from_com_ptr(p: com_ptr::ComPtr) -> Self { [INFO] [stderr] | ^^^^^^ not found in `com_ptr` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:6147:1 [INFO] [stderr] | [INFO] [stderr] 6147 | impl_devicecontext!(DeviceContext, ID3D11DeviceContext); [INFO] [stderr] | -------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d12.rs:6642:1 [INFO] [stderr] | [INFO] [stderr] 6642 | impl_device!(Device, ID3D12Device, Device); [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WKPDID_D3DDebugObjectNameW` in this scope [INFO] [stderr] --> src/d3d11.rs:3658:26 [INFO] [stderr] | [INFO] [stderr] 3658 | &WKPDID_D3DDebugObjectNameW, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6147 | impl_devicecontext!(DeviceContext, ID3D11DeviceContext); [INFO] [stderr] | -------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d12.rs:6642:1 [INFO] [stderr] | [INFO] [stderr] 6642 | impl_device!(Device, ID3D12Device, Device); [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WKPDID_D3DDebugObjectNameW` in this scope [INFO] [stderr] --> src/d3d11.rs:3666:26 [INFO] [stderr] | [INFO] [stderr] 3666 | &WKPDID_D3DDebugObjectNameW, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6147 | impl_devicecontext!(DeviceContext, ID3D11DeviceContext); [INFO] [stderr] | -------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WKPDID_D3DDebugObjectNameW` in this scope [INFO] [stderr] --> src/d3d11.rs:3678:26 [INFO] [stderr] | [INFO] [stderr] 3678 | &WKPDID_D3DDebugObjectNameW, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6147 | impl_devicecontext!(DeviceContext, ID3D11DeviceContext); [INFO] [stderr] | -------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RECT` in this scope [INFO] [stderr] --> src/d3d11.rs:5996:89 [INFO] [stderr] | [INFO] [stderr] 5996 | .RSSetScissorRects(rects.len() as u32, rects.as_ptr() as *const RECT); [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6147 | impl_devicecontext!(DeviceContext, ID3D11DeviceContext); [INFO] [stderr] | -------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D11_VIEWPORT` in this scope [INFO] [stderr] --> src/d3d11.rs:6008:54 [INFO] [stderr] | [INFO] [stderr] 6008 | viewports.as_ptr() as *const D3D11_VIEWPORT, [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6147 | impl_devicecontext!(DeviceContext, ID3D11DeviceContext); [INFO] [stderr] | -------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D11DomainShader` in this scope [INFO] [stderr] --> src/d3d11.rs:6151:32 [INFO] [stderr] | [INFO] [stderr] 6149 | pub trait IDomainShader: IDeviceChild {} [INFO] [stderr] | ---------------------------------------- similarly named trait `IDomainShader` defined here [INFO] [stderr] 6150 | #[derive(Clone, Debug)] [INFO] [stderr] 6151 | pub struct DomainShader(ComPtr); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IDomainShader` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D11DomainShader` in this scope [INFO] [stderr] --> src/d3d11.rs:6158:34 [INFO] [stderr] | [INFO] [stderr] 6149 | pub trait IDomainShader: IDeviceChild {} [INFO] [stderr] | ---------------------------------------- similarly named trait `IDomainShader` defined here [INFO] [stderr] ... [INFO] [stderr] 6158 | impl_domainshader!(DomainShader, ID3D11DomainShader); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IDomainShader` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ComPtr` in crate `com_ptr` [INFO] [stderr] --> src/utility.rs:57:41 [INFO] [stderr] | [INFO] [stderr] 57 | fn from_com_ptr(p: com_ptr::ComPtr) -> Self { [INFO] [stderr] | ^^^^^^ not found in `com_ptr` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:6158:1 [INFO] [stderr] | [INFO] [stderr] 6158 | impl_domainshader!(DomainShader, ID3D11DomainShader); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WKPDID_D3DDebugObjectNameW` in this scope [INFO] [stderr] --> src/d3d11.rs:3658:26 [INFO] [stderr] | [INFO] [stderr] 3658 | &WKPDID_D3DDebugObjectNameW, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6158 | impl_domainshader!(DomainShader, ID3D11DomainShader); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WKPDID_D3DDebugObjectNameW` in this scope [INFO] [stderr] --> src/d3d11.rs:3666:26 [INFO] [stderr] | [INFO] [stderr] 3666 | &WKPDID_D3DDebugObjectNameW, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6158 | impl_domainshader!(DomainShader, ID3D11DomainShader); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WKPDID_D3DDebugObjectNameW` in this scope [INFO] [stderr] --> src/d3d11.rs:3678:26 [INFO] [stderr] | [INFO] [stderr] 3678 | &WKPDID_D3DDebugObjectNameW, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6158 | impl_domainshader!(DomainShader, ID3D11DomainShader); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D11GeometryShader` in this scope [INFO] [stderr] --> src/d3d11.rs:6162:34 [INFO] [stderr] | [INFO] [stderr] 6160 | pub trait IGeometryShader: IDeviceChild {} [INFO] [stderr] | ------------------------------------------ similarly named trait `IGeometryShader` defined here [INFO] [stderr] 6161 | #[derive(Clone, Debug)] [INFO] [stderr] 6162 | pub struct GeometryShader(ComPtr); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IGeometryShader` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D11GeometryShader` in this scope [INFO] [stderr] --> src/d3d11.rs:6169:38 [INFO] [stderr] | [INFO] [stderr] 6160 | pub trait IGeometryShader: IDeviceChild {} [INFO] [stderr] | ------------------------------------------ similarly named trait `IGeometryShader` defined here [INFO] [stderr] ... [INFO] [stderr] 6169 | impl_geometryshader!(GeometryShader, ID3D11GeometryShader); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IGeometryShader` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ComPtr` in crate `com_ptr` [INFO] [stderr] --> src/utility.rs:57:41 [INFO] [stderr] | [INFO] [stderr] 57 | fn from_com_ptr(p: com_ptr::ComPtr) -> Self { [INFO] [stderr] | ^^^^^^ not found in `com_ptr` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:6169:1 [INFO] [stderr] | [INFO] [stderr] 6169 | impl_geometryshader!(GeometryShader, ID3D11GeometryShader); [INFO] [stderr] | ----------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WKPDID_D3DDebugObjectNameW` in this scope [INFO] [stderr] --> src/d3d11.rs:3658:26 [INFO] [stderr] | [INFO] [stderr] 3658 | &WKPDID_D3DDebugObjectNameW, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6169 | impl_geometryshader!(GeometryShader, ID3D11GeometryShader); [INFO] [stderr] | ----------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WKPDID_D3DDebugObjectNameW` in this scope [INFO] [stderr] --> src/d3d11.rs:3666:26 [INFO] [stderr] | [INFO] [stderr] 3666 | &WKPDID_D3DDebugObjectNameW, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6169 | impl_geometryshader!(GeometryShader, ID3D11GeometryShader); [INFO] [stderr] | ----------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WKPDID_D3DDebugObjectNameW` in this scope [INFO] [stderr] --> src/d3d11.rs:3678:26 [INFO] [stderr] | [INFO] [stderr] 3678 | &WKPDID_D3DDebugObjectNameW, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6169 | impl_geometryshader!(GeometryShader, ID3D11GeometryShader); [INFO] [stderr] | ----------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D11HullShader` in this scope [INFO] [stderr] --> src/d3d11.rs:6173:30 [INFO] [stderr] | [INFO] [stderr] 6171 | pub trait IHullShader: IDeviceChild {} [INFO] [stderr] | -------------------------------------- similarly named trait `IHullShader` defined here [INFO] [stderr] 6172 | #[derive(Clone, Debug)] [INFO] [stderr] 6173 | pub struct HullShader(ComPtr); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IHullShader` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D11HullShader` in this scope [INFO] [stderr] --> src/d3d11.rs:6180:30 [INFO] [stderr] | [INFO] [stderr] 6171 | pub trait IHullShader: IDeviceChild {} [INFO] [stderr] | -------------------------------------- similarly named trait `IHullShader` defined here [INFO] [stderr] ... [INFO] [stderr] 6180 | impl_hullshader!(HullShader, ID3D11HullShader); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IHullShader` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:54:50 [INFO] [stderr] | [INFO] [stderr] 54 | fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown { [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d12.rs:6643:1 [INFO] [stderr] | [INFO] [stderr] 6643 | impl_device!(Device1, ID3D12Device1, Device1); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ComPtr` in crate `com_ptr` [INFO] [stderr] --> src/utility.rs:57:41 [INFO] [stderr] | [INFO] [stderr] 57 | fn from_com_ptr(p: com_ptr::ComPtr) -> Self { [INFO] [stderr] | ^^^^^^ not found in `com_ptr` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:6180:1 [INFO] [stderr] | [INFO] [stderr] 6180 | impl_hullshader!(HullShader, ID3D11HullShader); [INFO] [stderr] | ----------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WKPDID_D3DDebugObjectNameW` in this scope [INFO] [stderr] --> src/d3d11.rs:3658:26 [INFO] [stderr] | [INFO] [stderr] 3658 | &WKPDID_D3DDebugObjectNameW, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6180 | impl_hullshader!(HullShader, ID3D11HullShader); [INFO] [stderr] | ----------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WKPDID_D3DDebugObjectNameW` in this scope [INFO] [stderr] --> src/d3d11.rs:3666:26 [INFO] [stderr] | [INFO] [stderr] 3666 | &WKPDID_D3DDebugObjectNameW, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6180 | impl_hullshader!(HullShader, ID3D11HullShader); [INFO] [stderr] | ----------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WKPDID_D3DDebugObjectNameW` in this scope [INFO] [stderr] --> src/d3d11.rs:3678:26 [INFO] [stderr] | [INFO] [stderr] 3678 | &WKPDID_D3DDebugObjectNameW, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6180 | impl_hullshader!(HullShader, ID3D11HullShader); [INFO] [stderr] | ----------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D11InputLayout` in this scope [INFO] [stderr] --> src/d3d11.rs:6184:31 [INFO] [stderr] | [INFO] [stderr] 6182 | pub trait IInputLayout: IDeviceChild {} [INFO] [stderr] | --------------------------------------- similarly named trait `IInputLayout` defined here [INFO] [stderr] 6183 | #[derive(Clone, Debug)] [INFO] [stderr] 6184 | pub struct InputLayout(ComPtr); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IInputLayout` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D11InputLayout` in this scope [INFO] [stderr] --> src/d3d11.rs:6191:32 [INFO] [stderr] | [INFO] [stderr] 6182 | pub trait IInputLayout: IDeviceChild {} [INFO] [stderr] | --------------------------------------- similarly named trait `IInputLayout` defined here [INFO] [stderr] ... [INFO] [stderr] 6191 | impl_inputlayout!(InputLayout, ID3D11InputLayout); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IInputLayout` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ComPtr` in crate `com_ptr` [INFO] [stderr] --> src/utility.rs:57:41 [INFO] [stderr] | [INFO] [stderr] 57 | fn from_com_ptr(p: com_ptr::ComPtr) -> Self { [INFO] [stderr] | ^^^^^^ not found in `com_ptr` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:6191:1 [INFO] [stderr] | [INFO] [stderr] 6191 | impl_inputlayout!(InputLayout, ID3D11InputLayout); [INFO] [stderr] | -------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WKPDID_D3DDebugObjectNameW` in this scope [INFO] [stderr] --> src/d3d11.rs:3658:26 [INFO] [stderr] | [INFO] [stderr] 3658 | &WKPDID_D3DDebugObjectNameW, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6191 | impl_inputlayout!(InputLayout, ID3D11InputLayout); [INFO] [stderr] | -------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WKPDID_D3DDebugObjectNameW` in this scope [INFO] [stderr] --> src/d3d11.rs:3666:26 [INFO] [stderr] | [INFO] [stderr] 3666 | &WKPDID_D3DDebugObjectNameW, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6191 | impl_inputlayout!(InputLayout, ID3D11InputLayout); [INFO] [stderr] | -------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WKPDID_D3DDebugObjectNameW` in this scope [INFO] [stderr] --> src/d3d11.rs:3678:26 [INFO] [stderr] | [INFO] [stderr] 3678 | &WKPDID_D3DDebugObjectNameW, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6191 | impl_inputlayout!(InputLayout, ID3D11InputLayout); [INFO] [stderr] | -------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D11PixelShader` in this scope [INFO] [stderr] --> src/d3d11.rs:6195:31 [INFO] [stderr] | [INFO] [stderr] 6193 | pub trait IPixelShader: IDeviceChild {} [INFO] [stderr] | --------------------------------------- similarly named trait `IPixelShader` defined here [INFO] [stderr] 6194 | #[derive(Clone, Debug)] [INFO] [stderr] 6195 | pub struct PixelShader(ComPtr); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IPixelShader` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D11PixelShader` in this scope [INFO] [stderr] --> src/d3d11.rs:6202:32 [INFO] [stderr] | [INFO] [stderr] 6193 | pub trait IPixelShader: IDeviceChild {} [INFO] [stderr] | --------------------------------------- similarly named trait `IPixelShader` defined here [INFO] [stderr] ... [INFO] [stderr] 6202 | impl_pixelshader!(PixelShader, ID3D11PixelShader); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IPixelShader` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ComPtr` in crate `com_ptr` [INFO] [stderr] --> src/utility.rs:57:41 [INFO] [stderr] | [INFO] [stderr] 57 | fn from_com_ptr(p: com_ptr::ComPtr) -> Self { [INFO] [stderr] | ^^^^^^ not found in `com_ptr` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:6202:1 [INFO] [stderr] | [INFO] [stderr] 6202 | impl_pixelshader!(PixelShader, ID3D11PixelShader); [INFO] [stderr] | -------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WKPDID_D3DDebugObjectNameW` in this scope [INFO] [stderr] --> src/d3d11.rs:3658:26 [INFO] [stderr] | [INFO] [stderr] 3658 | &WKPDID_D3DDebugObjectNameW, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6202 | impl_pixelshader!(PixelShader, ID3D11PixelShader); [INFO] [stderr] | -------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WKPDID_D3DDebugObjectNameW` in this scope [INFO] [stderr] --> src/d3d11.rs:3666:26 [INFO] [stderr] | [INFO] [stderr] 3666 | &WKPDID_D3DDebugObjectNameW, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6202 | impl_pixelshader!(PixelShader, ID3D11PixelShader); [INFO] [stderr] | -------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/utility.rs:55:47 [INFO] [stderr] | [INFO] [stderr] 55 | self.as_ptr() as *mut winapi::um::unknwnbase::IUnknown [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d12.rs:6643:1 [INFO] [stderr] | [INFO] [stderr] 6643 | impl_device!(Device1, ID3D12Device1, Device1); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WKPDID_D3DDebugObjectNameW` in this scope [INFO] [stderr] --> src/d3d11.rs:3678:26 [INFO] [stderr] | [INFO] [stderr] 3678 | &WKPDID_D3DDebugObjectNameW, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6202 | impl_pixelshader!(PixelShader, ID3D11PixelShader); [INFO] [stderr] | -------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D11Query` in this scope [INFO] [stderr] --> src/d3d11.rs:6208:25 [INFO] [stderr] | [INFO] [stderr] 6208 | pub struct Query(ComPtr); [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D11Query` in this scope [INFO] [stderr] --> src/d3d11.rs:6221:20 [INFO] [stderr] | [INFO] [stderr] 6221 | impl_query!(Query, ID3D11Query); [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ComPtr` in crate `com_ptr` [INFO] [stderr] --> src/utility.rs:57:41 [INFO] [stderr] | [INFO] [stderr] 57 | fn from_com_ptr(p: com_ptr::ComPtr) -> Self { [INFO] [stderr] | ^^^^^^ not found in `com_ptr` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:6221:1 [INFO] [stderr] | [INFO] [stderr] 6221 | impl_query!(Query, ID3D11Query); [INFO] [stderr] | -------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WKPDID_D3DDebugObjectNameW` in this scope [INFO] [stderr] --> src/d3d11.rs:3658:26 [INFO] [stderr] | [INFO] [stderr] 3658 | &WKPDID_D3DDebugObjectNameW, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6221 | impl_query!(Query, ID3D11Query); [INFO] [stderr] | -------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WKPDID_D3DDebugObjectNameW` in this scope [INFO] [stderr] --> src/d3d11.rs:3666:26 [INFO] [stderr] | [INFO] [stderr] 3666 | &WKPDID_D3DDebugObjectNameW, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6221 | impl_query!(Query, ID3D11Query); [INFO] [stderr] | -------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WKPDID_D3DDebugObjectNameW` in this scope [INFO] [stderr] --> src/d3d11.rs:3678:26 [INFO] [stderr] | [INFO] [stderr] 3678 | &WKPDID_D3DDebugObjectNameW, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6221 | impl_query!(Query, ID3D11Query); [INFO] [stderr] | -------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D11Predicate` in this scope [INFO] [stderr] --> src/d3d11.rs:6225:29 [INFO] [stderr] | [INFO] [stderr] 6223 | pub trait IPredicate: IQuery {} [INFO] [stderr] | ------------------------------- similarly named trait `IPredicate` defined here [INFO] [stderr] 6224 | #[derive(Clone, Debug)] [INFO] [stderr] 6225 | pub struct Predicate(ComPtr); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IPredicate` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D11Predicate` in this scope [INFO] [stderr] --> src/d3d11.rs:6232:28 [INFO] [stderr] | [INFO] [stderr] 6223 | pub trait IPredicate: IQuery {} [INFO] [stderr] | ------------------------------- similarly named trait `IPredicate` defined here [INFO] [stderr] ... [INFO] [stderr] 6232 | impl_predicate!(Predicate, ID3D11Predicate); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IPredicate` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ComPtr` in crate `com_ptr` [INFO] [stderr] --> src/utility.rs:57:41 [INFO] [stderr] | [INFO] [stderr] 57 | fn from_com_ptr(p: com_ptr::ComPtr) -> Self { [INFO] [stderr] | ^^^^^^ not found in `com_ptr` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:6232:1 [INFO] [stderr] | [INFO] [stderr] 6232 | impl_predicate!(Predicate, ID3D11Predicate); [INFO] [stderr] | -------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WKPDID_D3DDebugObjectNameW` in this scope [INFO] [stderr] --> src/d3d11.rs:3658:26 [INFO] [stderr] | [INFO] [stderr] 3658 | &WKPDID_D3DDebugObjectNameW, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6232 | impl_predicate!(Predicate, ID3D11Predicate); [INFO] [stderr] | -------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WKPDID_D3DDebugObjectNameW` in this scope [INFO] [stderr] --> src/d3d11.rs:3666:26 [INFO] [stderr] | [INFO] [stderr] 3666 | &WKPDID_D3DDebugObjectNameW, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6232 | impl_predicate!(Predicate, ID3D11Predicate); [INFO] [stderr] | -------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WKPDID_D3DDebugObjectNameW` in this scope [INFO] [stderr] --> src/d3d11.rs:3678:26 [INFO] [stderr] | [INFO] [stderr] 3678 | &WKPDID_D3DDebugObjectNameW, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6232 | impl_predicate!(Predicate, ID3D11Predicate); [INFO] [stderr] | -------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D11RasterizerState` in this scope [INFO] [stderr] --> src/d3d11.rs:6238:35 [INFO] [stderr] | [INFO] [stderr] 6234 | / pub trait IRasterizerState: IDeviceChild { [INFO] [stderr] 6235 | | fn get_desc(&self) -> RasterizerDesc; [INFO] [stderr] 6236 | | } [INFO] [stderr] | |_- similarly named trait `IRasterizerState` defined here [INFO] [stderr] 6237 | #[derive(Clone, Debug)] [INFO] [stderr] 6238 | pub struct RasterizerState(ComPtr); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IRasterizerState` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D11RasterizerState` in this scope [INFO] [stderr] --> src/d3d11.rs:6251:40 [INFO] [stderr] | [INFO] [stderr] 6234 | / pub trait IRasterizerState: IDeviceChild { [INFO] [stderr] 6235 | | fn get_desc(&self) -> RasterizerDesc; [INFO] [stderr] 6236 | | } [INFO] [stderr] | |_- similarly named trait `IRasterizerState` defined here [INFO] [stderr] ... [INFO] [stderr] 6251 | impl_rasterizerState!(RasterizerState, ID3D11RasterizerState); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IRasterizerState` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ComPtr` in crate `com_ptr` [INFO] [stderr] --> src/utility.rs:57:41 [INFO] [stderr] | [INFO] [stderr] 57 | fn from_com_ptr(p: com_ptr::ComPtr) -> Self { [INFO] [stderr] | ^^^^^^ not found in `com_ptr` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:6251:1 [INFO] [stderr] | [INFO] [stderr] 6251 | impl_rasterizerState!(RasterizerState, ID3D11RasterizerState); [INFO] [stderr] | -------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WKPDID_D3DDebugObjectNameW` in this scope [INFO] [stderr] --> src/d3d11.rs:3658:26 [INFO] [stderr] | [INFO] [stderr] 3658 | &WKPDID_D3DDebugObjectNameW, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6251 | impl_rasterizerState!(RasterizerState, ID3D11RasterizerState); [INFO] [stderr] | -------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WKPDID_D3DDebugObjectNameW` in this scope [INFO] [stderr] --> src/d3d11.rs:3666:26 [INFO] [stderr] | [INFO] [stderr] 3666 | &WKPDID_D3DDebugObjectNameW, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6251 | impl_rasterizerState!(RasterizerState, ID3D11RasterizerState); [INFO] [stderr] | -------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WKPDID_D3DDebugObjectNameW` in this scope [INFO] [stderr] --> src/d3d11.rs:3678:26 [INFO] [stderr] | [INFO] [stderr] 3678 | &WKPDID_D3DDebugObjectNameW, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6251 | impl_rasterizerState!(RasterizerState, ID3D11RasterizerState); [INFO] [stderr] | -------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D11RenderTargetView` in this scope [INFO] [stderr] --> src/d3d11.rs:6257:36 [INFO] [stderr] | [INFO] [stderr] 6253 | / pub trait IRenderTargetView: IView { [INFO] [stderr] 6254 | | fn get_desc(&self) -> RenderTargetViewDesc; [INFO] [stderr] 6255 | | } [INFO] [stderr] | |_- similarly named trait `IRenderTargetView` defined here [INFO] [stderr] 6256 | #[derive(Clone, Debug)] [INFO] [stderr] 6257 | pub struct RenderTargetView(ComPtr); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IRenderTargetView` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D11RenderTargetView` in this scope [INFO] [stderr] --> src/d3d11.rs:6270:42 [INFO] [stderr] | [INFO] [stderr] 6253 | / pub trait IRenderTargetView: IView { [INFO] [stderr] 6254 | | fn get_desc(&self) -> RenderTargetViewDesc; [INFO] [stderr] 6255 | | } [INFO] [stderr] | |_- similarly named trait `IRenderTargetView` defined here [INFO] [stderr] ... [INFO] [stderr] 6270 | impl_rendertargetview!(RenderTargetView, ID3D11RenderTargetView); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IRenderTargetView` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ComPtr` in crate `com_ptr` [INFO] [stderr] --> src/utility.rs:57:41 [INFO] [stderr] | [INFO] [stderr] 57 | fn from_com_ptr(p: com_ptr::ComPtr) -> Self { [INFO] [stderr] | ^^^^^^ not found in `com_ptr` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:6270:1 [INFO] [stderr] | [INFO] [stderr] 6270 | impl_rendertargetview!(RenderTargetView, ID3D11RenderTargetView); [INFO] [stderr] | ----------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WKPDID_D3DDebugObjectNameW` in this scope [INFO] [stderr] --> src/d3d11.rs:3658:26 [INFO] [stderr] | [INFO] [stderr] 3658 | &WKPDID_D3DDebugObjectNameW, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6270 | impl_rendertargetview!(RenderTargetView, ID3D11RenderTargetView); [INFO] [stderr] | ----------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WKPDID_D3DDebugObjectNameW` in this scope [INFO] [stderr] --> src/d3d11.rs:3666:26 [INFO] [stderr] | [INFO] [stderr] 3666 | &WKPDID_D3DDebugObjectNameW, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6270 | impl_rendertargetview!(RenderTargetView, ID3D11RenderTargetView); [INFO] [stderr] | ----------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WKPDID_D3DDebugObjectNameW` in this scope [INFO] [stderr] --> src/d3d11.rs:3678:26 [INFO] [stderr] | [INFO] [stderr] 3678 | &WKPDID_D3DDebugObjectNameW, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6270 | impl_rendertargetview!(RenderTargetView, ID3D11RenderTargetView); [INFO] [stderr] | ----------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D11SamplerState` in this scope [INFO] [stderr] --> src/d3d11.rs:6276:32 [INFO] [stderr] | [INFO] [stderr] 6272 | / pub trait ISamplerState: IDeviceChild { [INFO] [stderr] 6273 | | fn get_desc(&self) -> SamplerDesc; [INFO] [stderr] 6274 | | } [INFO] [stderr] | |_- similarly named trait `ISamplerState` defined here [INFO] [stderr] 6275 | #[derive(Clone, Debug)] [INFO] [stderr] 6276 | pub struct SamplerState(ComPtr); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `ISamplerState` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D11SamplerState` in this scope [INFO] [stderr] --> src/d3d11.rs:6289:34 [INFO] [stderr] | [INFO] [stderr] 6272 | / pub trait ISamplerState: IDeviceChild { [INFO] [stderr] 6273 | | fn get_desc(&self) -> SamplerDesc; [INFO] [stderr] 6274 | | } [INFO] [stderr] | |_- similarly named trait `ISamplerState` defined here [INFO] [stderr] ... [INFO] [stderr] 6289 | impl_samplerstate!(SamplerState, ID3D11SamplerState); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `ISamplerState` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ComPtr` in crate `com_ptr` [INFO] [stderr] --> src/utility.rs:57:41 [INFO] [stderr] | [INFO] [stderr] 57 | fn from_com_ptr(p: com_ptr::ComPtr) -> Self { [INFO] [stderr] | ^^^^^^ not found in `com_ptr` [INFO] [stderr] | [INFO] [stderr] ::: src/d3d11.rs:6289:1 [INFO] [stderr] | [INFO] [stderr] 6289 | impl_samplerstate!(SamplerState, ID3D11SamplerState); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WKPDID_D3DDebugObjectNameW` in this scope [INFO] [stderr] --> src/d3d11.rs:3658:26 [INFO] [stderr] | [INFO] [stderr] 3658 | &WKPDID_D3DDebugObjectNameW, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6289 | impl_samplerstate!(SamplerState, ID3D11SamplerState); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WKPDID_D3DDebugObjectNameW` in this scope [INFO] [stderr] --> src/d3d11.rs:3666:26 [INFO] [stderr] | [INFO] [stderr] 3666 | &WKPDID_D3DDebugObjectNameW, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6289 | impl_samplerstate!(SamplerState, ID3D11SamplerState); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WKPDID_D3DDebugObjectNameW` in this scope [INFO] [stderr] --> src/d3d11.rs:3678:26 [INFO] [stderr] | [INFO] [stderr] 3678 | &WKPDID_D3DDebugObjectNameW, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6289 | impl_samplerstate!(SamplerState, ID3D11SamplerState); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D11ShaderResourceView` in this scope [INFO] [stderr] --> src/d3d11.rs:6295:38 [INFO] [stderr] | [INFO] [stderr] 6291 | / pub trait IShaderResourceView: IView { [INFO] [stderr] 6292 | | fn get_desc(&self) -> ShaderResourceViewDesc; [INFO] [stderr] 6293 | | } [INFO] [stderr] | |_- similarly named trait `IShaderResourceView` defined here [INFO] [stderr] 6294 | #[derive(Clone, Debug)] [INFO] [stderr] 6295 | pub struct ShaderResourceView(ComPtr); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IShaderResourceView` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D11ShaderResourceView` in this scope [INFO] [stderr] --> src/d3d11.rs:6308:48 [INFO] [stderr] | [INFO] [stderr] 6291 | / pub trait IShaderResourceView: IView { [INFO] [stderr] 6292 | | fn get_desc(&self) -> ShaderResourceViewDesc; [INFO] [stderr] 6293 | | } [INFO] [stderr] | |_- similarly named trait `IShaderResourceView` defined here [INFO] [stderr] ... [INFO] [stderr] 6308 | impl_shader_resource_view!(ShaderResourceView, ID3D11ShaderResourceView); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IShaderResourceView` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ComPtr` in crate `com_ptr` [WARN] too many lines in the log, truncating it