[INFO] fetching crate dxplr 0.0.4... [INFO] checking dxplr-0.0.4 against try#ea663bba38739867a4b75ac820991b4f5d093c3b for pr-62262-1 [INFO] extracting crate dxplr 0.0.4 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate dxplr 0.0.4 on toolchain ea663bba38739867a4b75ac820991b4f5d093c3b [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate dxplr 0.0.4 [INFO] removed 3 missing examples [INFO] finished tweaking crates.io crate dxplr 0.0.4 [INFO] tweaked toml for crates.io crate dxplr 0.0.4 written to /workspace/builds/worker-13/source/Cargo.toml [INFO] crate crates.io crate dxplr 0.0.4 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded com_ptr v0.1.2 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "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] 98cfb7960aa34e886672dcc1cc9b7ca9dc7fbe6c869fc29eba11d093f8f22217 [INFO] running `"docker" "start" "-a" "98cfb7960aa34e886672dcc1cc9b7ca9dc7fbe6c869fc29eba11d093f8f22217"` [INFO] [stderr] Compiling winapi v0.3.8 [INFO] [stderr] Checking downcast-rs v1.0.4 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling backtrace-sys v0.1.31 [INFO] [stderr] Compiling x11-dl v2.18.4 [INFO] [stderr] Checking stb_truetype v0.2.7 [INFO] [stderr] Checking memmap v0.7.0 [INFO] [stderr] Checking parking_lot_core v0.6.2 [INFO] [stderr] Checking tiff v0.3.1 [INFO] [stderr] Checking parking_lot v0.9.0 [INFO] [stderr] Checking rusttype v0.7.7 [INFO] [stderr] Checking image v0.22.1 [INFO] [stderr] Checking dlib v0.4.1 [INFO] [stderr] Checking andrew v0.2.1 [INFO] [stderr] Checking wayland-sys v0.21.13 [INFO] [stderr] Checking com_ptr v0.1.2 [INFO] [stderr] Checking wayland-commons v0.21.13 [INFO] [stderr] Checking backtrace v0.3.37 [INFO] [stderr] Checking failure v0.1.5 [INFO] [stderr] Checking wayland-client v0.21.13 [INFO] [stderr] Checking dxplr v0.0.4 (/opt/rustwide/workdir) [INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stderr] --> src/api.rs:1:13 [INFO] [stderr] | [INFO] [stderr] 1 | 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:2:13 [INFO] [stderr] | [INFO] [stderr] 2 | 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:3:13 [INFO] [stderr] | [INFO] [stderr] 3 | 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:4:13 [INFO] [stderr] | [INFO] [stderr] 4 | 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:5:13 [INFO] [stderr] | [INFO] [stderr] 5 | 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:6:13 [INFO] [stderr] | [INFO] [stderr] 6 | 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[E0432]: unresolved import `com_ptr::ComPtr` [INFO] [stderr] --> src/d3d12.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | 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:15:13 [INFO] [stderr] | [INFO] [stderr] 15 | 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:16:13 [INFO] [stderr] | [INFO] [stderr] 16 | 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:17:13 [INFO] [stderr] | [INFO] [stderr] 17 | 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:18:13 [INFO] [stderr] | [INFO] [stderr] 18 | 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:14:13 [INFO] [stderr] | [INFO] [stderr] 14 | 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:2206:17 [INFO] [stderr] | [INFO] [stderr] 2206 | 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:2207:17 [INFO] [stderr] | [INFO] [stderr] 2207 | 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:2208:17 [INFO] [stderr] | [INFO] [stderr] 2208 | 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:19:5 [INFO] [stderr] | [INFO] [stderr] 19 | 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:11:13 [INFO] [stderr] | [INFO] [stderr] 11 | 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:22:13 [INFO] [stderr] | [INFO] [stderr] 22 | 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:23:13 [INFO] [stderr] | [INFO] [stderr] 23 | 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:24:13 [INFO] [stderr] | [INFO] [stderr] 24 | 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:25:13 [INFO] [stderr] | [INFO] [stderr] 25 | 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:26:13 [INFO] [stderr] | [INFO] [stderr] 26 | 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:27:13 [INFO] [stderr] | [INFO] [stderr] 27 | 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:28:13 [INFO] [stderr] | [INFO] [stderr] 28 | 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:31:13 [INFO] [stderr] | [INFO] [stderr] 31 | 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:32:13 [INFO] [stderr] | [INFO] [stderr] 32 | 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:35:5 [INFO] [stderr] | [INFO] [stderr] 35 | 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/result.rs:3:13 [INFO] [stderr] | [INFO] [stderr] 3 | 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:4:13 [INFO] [stderr] | [INFO] [stderr] 4 | 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:2:13 [INFO] [stderr] | [INFO] [stderr] 2 | 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`, `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/d3d12.rs:2198:9 [INFO] [stderr] | [INFO] [stderr] 2198 | CheckFeatureSupport, CommandListType, ConservativeRasterizationTier, CrossNodeSharingTier, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 2199 | FormatSupport1, FormatSupport2, MultipleFenceWaitFlags, ProgrammableSamplePositionsTier, [INFO] [stderr] | ^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 2200 | ResourceBindingTier, ResourceHeapTier, ShaderCacheSupportFlags, ShaderMinPrecisionSupport, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 2201 | 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:162:1 [INFO] [stderr] | [INFO] [stderr] 162 | 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:162:1 [INFO] [stderr] | [INFO] [stderr] 162 | 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 `D3D12_CLEAR_VALUE` [INFO] [stderr] --> src/d3d12.rs:1511:23 [INFO] [stderr] | [INFO] [stderr] 1511 | 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:1878:23 [INFO] [stderr] | [INFO] [stderr] 1878 | 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:2233:27 [INFO] [stderr] | [INFO] [stderr] 2233 | 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:2271:27 [INFO] [stderr] | [INFO] [stderr] 2271 | 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:2305:27 [INFO] [stderr] | [INFO] [stderr] 2305 | 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:2380:27 [INFO] [stderr] | [INFO] [stderr] 2380 | 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:2416:27 [INFO] [stderr] | [INFO] [stderr] 2416 | 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:2448:27 [INFO] [stderr] | [INFO] [stderr] 2448 | 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:2499:28 [INFO] [stderr] | [INFO] [stderr] 2499 | .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:2501:27 [INFO] [stderr] | [INFO] [stderr] 2501 | 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:2542:27 [INFO] [stderr] | [INFO] [stderr] 2542 | 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:2578:27 [INFO] [stderr] | [INFO] [stderr] 2578 | 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:2607:27 [INFO] [stderr] | [INFO] [stderr] 2607 | 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:2648:27 [INFO] [stderr] | [INFO] [stderr] 2648 | 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:2682:27 [INFO] [stderr] | [INFO] [stderr] 2682 | 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:2719:27 [INFO] [stderr] | [INFO] [stderr] 2719 | 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:2748:27 [INFO] [stderr] | [INFO] [stderr] 2748 | 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:3057:17 [INFO] [stderr] | [INFO] [stderr] 3057 | 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:3253:23 [INFO] [stderr] | [INFO] [stderr] 3253 | 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:3708:23 [INFO] [stderr] | [INFO] [stderr] 3708 | 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:3823:23 [INFO] [stderr] | [INFO] [stderr] 3823 | 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:4049:23 [INFO] [stderr] | [INFO] [stderr] 4049 | 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:4110:15 [INFO] [stderr] | [INFO] [stderr] 4109 | D3D12_ROOT_PARAMETER_TYPE_CBV [INFO] [stderr] | ----------------------------- variable not in all patterns [INFO] [stderr] 4110 | | D3D12_ROOT_PARAMETER_TYPE_SRV [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ pattern doesn't bind `D3D12_ROOT_PARAMETER_TYPE_CBV` [INFO] [stderr] 4111 | | 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:4109:13 [INFO] [stderr] | [INFO] [stderr] 4109 | 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:4109:13 [INFO] [stderr] | [INFO] [stderr] 4109 | D3D12_ROOT_PARAMETER_TYPE_CBV [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ pattern doesn't bind `D3D12_ROOT_PARAMETER_TYPE_SRV` [INFO] [stderr] 4110 | | D3D12_ROOT_PARAMETER_TYPE_SRV [INFO] [stderr] | ----------------------------- variable not in all patterns [INFO] [stderr] 4111 | | 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:4110:15 [INFO] [stderr] | [INFO] [stderr] 4110 | | 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:4109:13 [INFO] [stderr] | [INFO] [stderr] 4109 | D3D12_ROOT_PARAMETER_TYPE_CBV [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ pattern doesn't bind `D3D12_ROOT_PARAMETER_TYPE_UAV` [INFO] [stderr] 4110 | | D3D12_ROOT_PARAMETER_TYPE_SRV [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ pattern doesn't bind `D3D12_ROOT_PARAMETER_TYPE_UAV` [INFO] [stderr] 4111 | | 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:4111:15 [INFO] [stderr] | [INFO] [stderr] 4111 | | 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:4146:23 [INFO] [stderr] | [INFO] [stderr] 4146 | 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:4214:15 [INFO] [stderr] | [INFO] [stderr] 4213 | D3D12_ROOT_PARAMETER_TYPE_CBV [INFO] [stderr] | ----------------------------- variable not in all patterns [INFO] [stderr] 4214 | | D3D12_ROOT_PARAMETER_TYPE_SRV [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ pattern doesn't bind `D3D12_ROOT_PARAMETER_TYPE_CBV` [INFO] [stderr] 4215 | | 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:4213:13 [INFO] [stderr] | [INFO] [stderr] 4213 | 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:4213:13 [INFO] [stderr] | [INFO] [stderr] 4213 | D3D12_ROOT_PARAMETER_TYPE_CBV [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ pattern doesn't bind `D3D12_ROOT_PARAMETER_TYPE_SRV` [INFO] [stderr] 4214 | | D3D12_ROOT_PARAMETER_TYPE_SRV [INFO] [stderr] | ----------------------------- variable not in all patterns [INFO] [stderr] 4215 | | 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:4214:15 [INFO] [stderr] | [INFO] [stderr] 4214 | | 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:4213:13 [INFO] [stderr] | [INFO] [stderr] 4213 | D3D12_ROOT_PARAMETER_TYPE_CBV [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ pattern doesn't bind `D3D12_ROOT_PARAMETER_TYPE_UAV` [INFO] [stderr] 4214 | | D3D12_ROOT_PARAMETER_TYPE_SRV [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ pattern doesn't bind `D3D12_ROOT_PARAMETER_TYPE_UAV` [INFO] [stderr] 4215 | | 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:4215:15 [INFO] [stderr] | [INFO] [stderr] 4215 | | D3D12_ROOT_PARAMETER_TYPE_UAV => unsafe { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Checking wayland-protocols v0.21.13 [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `D3D12_SHADER_RESOURCE_VIEW_DESC` [INFO] [stderr] --> src/d3d12.rs:4635:24 [INFO] [stderr] | [INFO] [stderr] 4635 | 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 `D3D12_TEXTURE_COPY_LOCATION` [INFO] [stderr] --> src/d3d12.rs:5130:23 [INFO] [stderr] | [INFO] [stderr] 5130 | 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 `D3D12_UNORDERED_ACCESS_VIEW_DESC` [INFO] [stderr] --> src/d3d12.rs:5248:24 [INFO] [stderr] | [INFO] [stderr] 5248 | 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 `D3D12_VERSIONED_ROOT_SIGNATURE_DESC` [INFO] [stderr] --> src/d3d12.rs:5332:23 [INFO] [stderr] | [INFO] [stderr] 5332 | 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: 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:5439:1 [INFO] [stderr] | [INFO] [stderr] 5439 | 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:5439:1 [INFO] [stderr] | [INFO] [stderr] 5439 | 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: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:5467:1 [INFO] [stderr] | [INFO] [stderr] 5467 | 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:5467:1 [INFO] [stderr] | [INFO] [stderr] 5467 | 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: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:5502:1 [INFO] [stderr] | [INFO] [stderr] 5502 | 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:5502:1 [INFO] [stderr] | [INFO] [stderr] 5502 | 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: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:5610:1 [INFO] [stderr] | [INFO] [stderr] 5610 | 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:5610:1 [INFO] [stderr] | [INFO] [stderr] 5610 | 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:5620:1 [INFO] [stderr] | [INFO] [stderr] 5620 | 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:5620:1 [INFO] [stderr] | [INFO] [stderr] 5620 | 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: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:6550:1 [INFO] [stderr] | [INFO] [stderr] 6550 | 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:6550:1 [INFO] [stderr] | [INFO] [stderr] 6550 | 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: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:6551:1 [INFO] [stderr] | [INFO] [stderr] 6551 | 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: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:6551:1 [INFO] [stderr] | [INFO] [stderr] 6551 | 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/d3d12.rs:6552:1 [INFO] [stderr] | [INFO] [stderr] 6552 | 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/d3d12.rs:6552:1 [INFO] [stderr] | [INFO] [stderr] 6552 | 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/d3d12.rs:6599:1 [INFO] [stderr] | [INFO] [stderr] 6599 | 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:6599:1 [INFO] [stderr] | [INFO] [stderr] 6599 | 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: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:7389:1 [INFO] [stderr] | [INFO] [stderr] 7389 | / impl_graphics_command_list!( [INFO] [stderr] 7390 | | GraphicsCommandList, [INFO] [stderr] 7391 | | ID3D12GraphicsCommandList, [INFO] [stderr] 7392 | | GraphicsCommandList [INFO] [stderr] 7393 | | ); [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:7389:1 [INFO] [stderr] | [INFO] [stderr] 7389 | / impl_graphics_command_list!( [INFO] [stderr] 7390 | | GraphicsCommandList, [INFO] [stderr] 7391 | | ID3D12GraphicsCommandList, [INFO] [stderr] 7392 | | GraphicsCommandList [INFO] [stderr] 7393 | | ); [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:7400:1 [INFO] [stderr] | [INFO] [stderr] 7400 | 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:7400:1 [INFO] [stderr] | [INFO] [stderr] 7400 | 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: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:7491:1 [INFO] [stderr] | [INFO] [stderr] 7491 | 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/d3d12.rs:7491:1 [INFO] [stderr] | [INFO] [stderr] 7491 | 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:7498:1 [INFO] [stderr] | [INFO] [stderr] 7498 | 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:7498:1 [INFO] [stderr] | [INFO] [stderr] 7498 | 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/d3d12.rs:7512:1 [INFO] [stderr] | [INFO] [stderr] 7512 | 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:7512:1 [INFO] [stderr] | [INFO] [stderr] 7512 | 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:7531:1 [INFO] [stderr] | [INFO] [stderr] 7531 | 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:7531:1 [INFO] [stderr] | [INFO] [stderr] 7531 | 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:7540:30 [INFO] [stderr] | [INFO] [stderr] 7540 | 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:7576:1 [INFO] [stderr] | [INFO] [stderr] 7576 | 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: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:7576:1 [INFO] [stderr] | [INFO] [stderr] 7576 | 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:7584:1 [INFO] [stderr] | [INFO] [stderr] 7584 | 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:7584:1 [INFO] [stderr] | [INFO] [stderr] 7584 | 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: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:7600:1 [INFO] [stderr] | [INFO] [stderr] 7600 | / impl_interface!( [INFO] [stderr] 7601 | | VersionedRootSignatureDeserializer, [INFO] [stderr] 7602 | | ID3D12VersionedRootSignatureDeserializer [INFO] [stderr] 7603 | | ); [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:7600:1 [INFO] [stderr] | [INFO] [stderr] 7600 | / impl_interface!( [INFO] [stderr] 7601 | | VersionedRootSignatureDeserializer, [INFO] [stderr] 7602 | | ID3D12VersionedRootSignatureDeserializer [INFO] [stderr] 7603 | | ); [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/dxgi.rs:2015:1 [INFO] [stderr] | [INFO] [stderr] 2015 | 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:2015:1 [INFO] [stderr] | [INFO] [stderr] 2015 | 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:2016:1 [INFO] [stderr] | [INFO] [stderr] 2016 | 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:2016:1 [INFO] [stderr] | [INFO] [stderr] 2016 | 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:2070:1 [INFO] [stderr] | [INFO] [stderr] 2070 | 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:2070:1 [INFO] [stderr] | [INFO] [stderr] 2070 | 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:2071:1 [INFO] [stderr] | [INFO] [stderr] 2071 | 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:2071:1 [INFO] [stderr] | [INFO] [stderr] 2071 | 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:2405:1 [INFO] [stderr] | [INFO] [stderr] 2405 | 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:2405:1 [INFO] [stderr] | [INFO] [stderr] 2405 | 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:2406:1 [INFO] [stderr] | [INFO] [stderr] 2406 | 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:2406:1 [INFO] [stderr] | [INFO] [stderr] 2406 | 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:2838:1 [INFO] [stderr] | [INFO] [stderr] 2838 | 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:2838:1 [INFO] [stderr] | [INFO] [stderr] 2838 | 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:2839:1 [INFO] [stderr] | [INFO] [stderr] 2839 | 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:2839:1 [INFO] [stderr] | [INFO] [stderr] 2839 | 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:3306:1 [INFO] [stderr] | [INFO] [stderr] 3306 | 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:3306:1 [INFO] [stderr] | [INFO] [stderr] 3306 | 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:3710:1 [INFO] [stderr] | [INFO] [stderr] 3710 | 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:3710:1 [INFO] [stderr] | [INFO] [stderr] 3710 | 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:3908:1 [INFO] [stderr] | [INFO] [stderr] 3908 | 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:3908:1 [INFO] [stderr] | [INFO] [stderr] 3908 | 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:3997:1 [INFO] [stderr] | [INFO] [stderr] 3997 | 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:3997:1 [INFO] [stderr] | [INFO] [stderr] 3997 | 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:3998:1 [INFO] [stderr] | [INFO] [stderr] 3998 | 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:3998:1 [INFO] [stderr] | [INFO] [stderr] 3998 | 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:4396:1 [INFO] [stderr] | [INFO] [stderr] 4396 | 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:4396:1 [INFO] [stderr] | [INFO] [stderr] 4396 | 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:24:42 [INFO] [stderr] | [INFO] [stderr] 24 | 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:137:26 [INFO] [stderr] | [INFO] [stderr] 137 | pub(crate) 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:139:26 [INFO] [stderr] | [INFO] [stderr] 139 | pub(crate) 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:142:43 [INFO] [stderr] | [INFO] [stderr] 142 | pub(crate) fn as_raw_handle(&self) -> HANDLE { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `CloseHandle` in this scope [INFO] [stderr] --> src/api.rs:149:13 [INFO] [stderr] | [INFO] [stderr] 149 | CloseHandle(self.0); [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `CreateEventW` in this scope [INFO] [stderr] --> src/api.rs:162:21 [INFO] [stderr] | [INFO] [stderr] 162 | 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 `WaitForSingleObject` in this scope [INFO] [stderr] --> src/api.rs:171:13 [INFO] [stderr] | [INFO] [stderr] 171 | WaitForSingleObject(self.0.as_raw_handle(), timeout.map_or(INFINITE, |d| d.as_millis() as u32)); [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:171:72 [INFO] [stderr] | [INFO] [stderr] 171 | WaitForSingleObject(self.0.as_raw_handle(), 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:176:36 [INFO] [stderr] | [INFO] [stderr] 176 | 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:185:26 [INFO] [stderr] | [INFO] [stderr] 185 | 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:188:23 [INFO] [stderr] | [INFO] [stderr] 188 | 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:189:26 [INFO] [stderr] | [INFO] [stderr] 189 | 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:197:26 [INFO] [stderr] | [INFO] [stderr] 197 | 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:198:25 [INFO] [stderr] | [INFO] [stderr] 198 | 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:205:26 [INFO] [stderr] | [INFO] [stderr] 205 | 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:206:25 [INFO] [stderr] | [INFO] [stderr] 206 | 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_PRIMITIVE_TOPOLOGY_UNDEFINED` in this scope [INFO] [stderr] --> src/d3d.rs:32:17 [INFO] [stderr] | [INFO] [stderr] 32 | 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:33:17 [INFO] [stderr] | [INFO] [stderr] 33 | 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:34:16 [INFO] [stderr] | [INFO] [stderr] 34 | 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:35:17 [INFO] [stderr] | [INFO] [stderr] 35 | 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:36:20 [INFO] [stderr] | [INFO] [stderr] 36 | 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:37:21 [INFO] [stderr] | [INFO] [stderr] 37 | 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:38:19 [INFO] [stderr] | [INFO] [stderr] 38 | 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:39:20 [INFO] [stderr] | [INFO] [stderr] 39 | 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:40:23 [INFO] [stderr] | [INFO] [stderr] 40 | 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:41:24 [INFO] [stderr] | [INFO] [stderr] 41 | 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:42:30 [INFO] [stderr] | [INFO] [stderr] 42 | 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:43:30 [INFO] [stderr] | [INFO] [stderr] 43 | 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:44:30 [INFO] [stderr] | [INFO] [stderr] 44 | 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:45:30 [INFO] [stderr] | [INFO] [stderr] 45 | 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:46:30 [INFO] [stderr] | [INFO] [stderr] 46 | 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:47:30 [INFO] [stderr] | [INFO] [stderr] 47 | 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:48:30 [INFO] [stderr] | [INFO] [stderr] 48 | 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:49:30 [INFO] [stderr] | [INFO] [stderr] 49 | 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:50:30 [INFO] [stderr] | [INFO] [stderr] 50 | 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:51:31 [INFO] [stderr] | [INFO] [stderr] 51 | 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:52:31 [INFO] [stderr] | [INFO] [stderr] 52 | 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:53:31 [INFO] [stderr] | [INFO] [stderr] 53 | 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:54:31 [INFO] [stderr] | [INFO] [stderr] 54 | 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:55:31 [INFO] [stderr] | [INFO] [stderr] 55 | 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:56:31 [INFO] [stderr] | [INFO] [stderr] 56 | 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:57:31 [INFO] [stderr] | [INFO] [stderr] 57 | 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:58:31 [INFO] [stderr] | [INFO] [stderr] 58 | 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:59:31 [INFO] [stderr] | [INFO] [stderr] 59 | 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:60:31 [INFO] [stderr] | [INFO] [stderr] 60 | 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:61:31 [INFO] [stderr] | [INFO] [stderr] 61 | 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:62:31 [INFO] [stderr] | [INFO] [stderr] 62 | 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:63:31 [INFO] [stderr] | [INFO] [stderr] 63 | 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:64:31 [INFO] [stderr] | [INFO] [stderr] 64 | 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:65:31 [INFO] [stderr] | [INFO] [stderr] 65 | 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:66:31 [INFO] [stderr] | [INFO] [stderr] 66 | 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:67:31 [INFO] [stderr] | [INFO] [stderr] 67 | 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:68:31 [INFO] [stderr] | [INFO] [stderr] 68 | 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:69:31 [INFO] [stderr] | [INFO] [stderr] 69 | 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:70:31 [INFO] [stderr] | [INFO] [stderr] 70 | 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:71:31 [INFO] [stderr] | [INFO] [stderr] 71 | 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:72:31 [INFO] [stderr] | [INFO] [stderr] 72 | 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:73:31 [INFO] [stderr] | [INFO] [stderr] 73 | 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:79:29 [INFO] [stderr] | [INFO] [stderr] 79 | 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:80:35 [INFO] [stderr] | [INFO] [stderr] 80 | 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:84:11 [INFO] [stderr] | [INFO] [stderr] 84 | 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:85:18 [INFO] [stderr] | [INFO] [stderr] 85 | 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:93:37 [INFO] [stderr] | [INFO] [stderr] 93 | 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:94:43 [INFO] [stderr] | [INFO] [stderr] 94 | 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:96:43 [INFO] [stderr] | [INFO] [stderr] 96 | 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:97:43 [INFO] [stderr] | [INFO] [stderr] 97 | 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:102:11 [INFO] [stderr] | [INFO] [stderr] 102 | 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:103:18 [INFO] [stderr] | [INFO] [stderr] 103 | 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:115:28 [INFO] [stderr] | [INFO] [stderr] 115 | 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:116:34 [INFO] [stderr] | [INFO] [stderr] 116 | 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:120:11 [INFO] [stderr] | [INFO] [stderr] 120 | 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:121:18 [INFO] [stderr] | [INFO] [stderr] 121 | 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:135:42 [INFO] [stderr] | [INFO] [stderr] 135 | 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:139:13 [INFO] [stderr] | [INFO] [stderr] 139 | 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:161:35 [INFO] [stderr] | [INFO] [stderr] 161 | 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:162:23 [INFO] [stderr] | [INFO] [stderr] 162 | 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:162:1 [INFO] [stderr] | [INFO] [stderr] 162 | impl_interface!(Blob, ID3DBlob); [INFO] [stderr] | -------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_BLEND_ZERO` in this scope [INFO] [stderr] --> src/d3d12.rs:80:12 [INFO] [stderr] | [INFO] [stderr] 80 | Zero = D3D12_BLEND_ZERO, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_BLEND_ONE` in this scope [INFO] [stderr] --> src/d3d12.rs:81:11 [INFO] [stderr] | [INFO] [stderr] 81 | One = D3D12_BLEND_ONE, [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_BLEND_SRC_COLOR` in this scope [INFO] [stderr] --> src/d3d12.rs:82:16 [INFO] [stderr] | [INFO] [stderr] 82 | SrcColor = D3D12_BLEND_SRC_COLOR, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_BLEND_INV_SRC_COLOR` in this scope [INFO] [stderr] --> src/d3d12.rs:83:19 [INFO] [stderr] | [INFO] [stderr] 83 | InvSrcColor = D3D12_BLEND_INV_SRC_COLOR, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_BLEND_SRC_ALPHA` in this scope [INFO] [stderr] --> src/d3d12.rs:84:16 [INFO] [stderr] | [INFO] [stderr] 84 | SrcAlpha = D3D12_BLEND_SRC_ALPHA, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_BLEND_INV_SRC_ALPHA` in this scope [INFO] [stderr] --> src/d3d12.rs:85:19 [INFO] [stderr] | [INFO] [stderr] 85 | InvSrcAlpha = D3D12_BLEND_INV_SRC_ALPHA, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_BLEND_DEST_ALPHA` in this scope [INFO] [stderr] --> src/d3d12.rs:86:17 [INFO] [stderr] | [INFO] [stderr] 86 | DestAlpha = D3D12_BLEND_DEST_ALPHA, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_BLEND_INV_DEST_ALPHA` in this scope [INFO] [stderr] --> src/d3d12.rs:87:20 [INFO] [stderr] | [INFO] [stderr] 87 | InvDestAlpha = D3D12_BLEND_INV_DEST_ALPHA, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_BLEND_DEST_COLOR` in this scope [INFO] [stderr] --> src/d3d12.rs:88:17 [INFO] [stderr] | [INFO] [stderr] 88 | DestColor = D3D12_BLEND_DEST_COLOR, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_BLEND_INV_DEST_COLOR` in this scope [INFO] [stderr] --> src/d3d12.rs:89:20 [INFO] [stderr] | [INFO] [stderr] 89 | InvDestColor = D3D12_BLEND_INV_DEST_COLOR, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_BLEND_SRC_ALPHA_SAT` in this scope [INFO] [stderr] --> src/d3d12.rs:90:19 [INFO] [stderr] | [INFO] [stderr] 90 | SrcAlphaSat = D3D12_BLEND_SRC_ALPHA_SAT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_BLEND_BLEND_FACTOR` in this scope [INFO] [stderr] --> src/d3d12.rs:91:19 [INFO] [stderr] | [INFO] [stderr] 91 | BlendFactor = D3D12_BLEND_BLEND_FACTOR, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_BLEND_INV_BLEND_FACTOR` in this scope [INFO] [stderr] --> src/d3d12.rs:92:22 [INFO] [stderr] | [INFO] [stderr] 92 | InvBlendFactor = D3D12_BLEND_INV_BLEND_FACTOR, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_BLEND_SRC1_COLOR` in this scope [INFO] [stderr] --> src/d3d12.rs:93:17 [INFO] [stderr] | [INFO] [stderr] 93 | Src1Color = D3D12_BLEND_SRC1_COLOR, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_BLEND_INV_SRC1_COLOR` in this scope [INFO] [stderr] --> src/d3d12.rs:94:20 [INFO] [stderr] | [INFO] [stderr] 94 | InvSrc1Color = D3D12_BLEND_INV_SRC1_COLOR, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_BLEND_SRC1_ALPHA` in this scope [INFO] [stderr] --> src/d3d12.rs:95:17 [INFO] [stderr] | [INFO] [stderr] 95 | Src1Alpha = D3D12_BLEND_SRC1_ALPHA, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_BLEND_INV_SRC1_ALPHA` in this scope [INFO] [stderr] --> src/d3d12.rs:96:20 [INFO] [stderr] | [INFO] [stderr] 96 | InvSrc1Alpha = D3D12_BLEND_INV_SRC1_ALPHA, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_BLEND_OP_ADD` in this scope [INFO] [stderr] --> src/d3d12.rs:102:11 [INFO] [stderr] | [INFO] [stderr] 102 | Add = D3D12_BLEND_OP_ADD, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_BLEND_OP_SUBTRACT` in this scope [INFO] [stderr] --> src/d3d12.rs:103:16 [INFO] [stderr] | [INFO] [stderr] 103 | Subtract = D3D12_BLEND_OP_SUBTRACT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_BLEND_OP_REV_SUBTRACT` in this scope [INFO] [stderr] --> src/d3d12.rs:104:19 [INFO] [stderr] | [INFO] [stderr] 104 | RevSubtract = D3D12_BLEND_OP_REV_SUBTRACT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_BLEND_OP_MIN` in this scope [INFO] [stderr] --> src/d3d12.rs:105:11 [INFO] [stderr] | [INFO] [stderr] 105 | Min = D3D12_BLEND_OP_MIN, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_BLEND_OP_MAX` in this scope [INFO] [stderr] --> src/d3d12.rs:106:11 [INFO] [stderr] | [INFO] [stderr] 106 | Max = D3D12_BLEND_OP_MAX, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_BUFFER_SRV_FLAG_NONE` in this scope [INFO] [stderr] --> src/d3d12.rs:113:33 [INFO] [stderr] | [INFO] [stderr] 113 | pub const None: Self = Self(D3D12_BUFFER_SRV_FLAG_NONE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_BUFFER_SRV_FLAG_RAW` in this scope [INFO] [stderr] --> src/d3d12.rs:114:32 [INFO] [stderr] | [INFO] [stderr] 114 | pub const Raw: Self = Self(D3D12_BUFFER_SRV_FLAG_RAW); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_BUFFER_UAV_FLAG_NONE` in this scope [INFO] [stderr] --> src/d3d12.rs:122:33 [INFO] [stderr] | [INFO] [stderr] 122 | pub const None: Self = Self(D3D12_BUFFER_UAV_FLAG_NONE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_BUFFER_UAV_FLAG_RAW` in this scope [INFO] [stderr] --> src/d3d12.rs:123:32 [INFO] [stderr] | [INFO] [stderr] 123 | pub const Raw: Self = Self(D3D12_BUFFER_UAV_FLAG_RAW); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_CLEAR_FLAG_DEPTH` in this scope [INFO] [stderr] --> src/d3d12.rs:131:34 [INFO] [stderr] | [INFO] [stderr] 131 | pub const Depth: Self = Self(D3D12_CLEAR_FLAG_DEPTH); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_CLEAR_FLAG_STENCIL` in this scope [INFO] [stderr] --> src/d3d12.rs:132:36 [INFO] [stderr] | [INFO] [stderr] 132 | pub const Stencil: Self = Self(D3D12_CLEAR_FLAG_STENCIL); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_COLOR_WRITE_ENABLE_RED` in this scope [INFO] [stderr] --> src/d3d12.rs:140:32 [INFO] [stderr] | [INFO] [stderr] 140 | pub const Red: Self = Self(D3D12_COLOR_WRITE_ENABLE_RED); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_COLOR_WRITE_ENABLE_GREEN` in this scope [INFO] [stderr] --> src/d3d12.rs:141:34 [INFO] [stderr] | [INFO] [stderr] 141 | pub const Green: Self = Self(D3D12_COLOR_WRITE_ENABLE_GREEN); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_COLOR_WRITE_ENABLE_BLUE` in this scope [INFO] [stderr] --> src/d3d12.rs:142:33 [INFO] [stderr] | [INFO] [stderr] 142 | pub const Blue: Self = Self(D3D12_COLOR_WRITE_ENABLE_BLUE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_COLOR_WRITE_ENABLE_ALPHA` in this scope [INFO] [stderr] --> src/d3d12.rs:143:34 [INFO] [stderr] | [INFO] [stderr] 143 | pub const Alpha: Self = Self(D3D12_COLOR_WRITE_ENABLE_ALPHA); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_COLOR_WRITE_ENABLE_ALL` in this scope [INFO] [stderr] --> src/d3d12.rs:144:32 [INFO] [stderr] | [INFO] [stderr] 144 | pub const All: Self = Self(D3D12_COLOR_WRITE_ENABLE_ALL); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_COMMAND_LIST_TYPE_DIRECT` in this scope [INFO] [stderr] --> src/d3d12.rs:168:14 [INFO] [stderr] | [INFO] [stderr] 168 | Direct = D3D12_COMMAND_LIST_TYPE_DIRECT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_COMMAND_LIST_TYPE_BUNDLE` in this scope [INFO] [stderr] --> src/d3d12.rs:169:14 [INFO] [stderr] | [INFO] [stderr] 169 | Bundle = D3D12_COMMAND_LIST_TYPE_BUNDLE, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_COMMAND_LIST_TYPE_COMPUTE` in this scope [INFO] [stderr] --> src/d3d12.rs:170:15 [INFO] [stderr] | [INFO] [stderr] 170 | Compute = D3D12_COMMAND_LIST_TYPE_COMPUTE, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_COMMAND_LIST_TYPE_COPY` in this scope [INFO] [stderr] --> src/d3d12.rs:171:12 [INFO] [stderr] | [INFO] [stderr] 171 | Copy = D3D12_COMMAND_LIST_TYPE_COPY, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_COMMAND_QUEUE_FLAG_NONE` in this scope [INFO] [stderr] --> src/d3d12.rs:181:33 [INFO] [stderr] | [INFO] [stderr] 181 | pub const None: Self = Self(D3D12_COMMAND_QUEUE_FLAG_NONE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_COMMAND_QUEUE_FLAG_DISABLE_GPU_TIMEOUT` in this scope [INFO] [stderr] --> src/d3d12.rs:182:46 [INFO] [stderr] | [INFO] [stderr] 182 | pub const DisableGPUTimeout: Self = Self(D3D12_COMMAND_QUEUE_FLAG_DISABLE_GPU_TIMEOUT); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_COMMAND_QUEUE_PRIORITY_NORMAL` in this scope [INFO] [stderr] --> src/d3d12.rs:189:14 [INFO] [stderr] | [INFO] [stderr] 189 | Normal = D3D12_COMMAND_QUEUE_PRIORITY_NORMAL, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_COMMAND_QUEUE_PRIORITY_HIGH` in this scope [INFO] [stderr] --> src/d3d12.rs:190:12 [INFO] [stderr] | [INFO] [stderr] 190 | High = D3D12_COMMAND_QUEUE_PRIORITY_HIGH, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_COMMAND_QUEUE_PRIORITY_GLOBAL_REALTIME` in this scope [INFO] [stderr] --> src/d3d12.rs:191:22 [INFO] [stderr] | [INFO] [stderr] 191 | GlobalRealtime = D3D12_COMMAND_QUEUE_PRIORITY_GLOBAL_REALTIME, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_COMPARISON_FUNC_NEVER` in this scope [INFO] [stderr] --> src/d3d12.rs:197:13 [INFO] [stderr] | [INFO] [stderr] 197 | Never = D3D12_COMPARISON_FUNC_NEVER, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_COMPARISON_FUNC_LESS` in this scope [INFO] [stderr] --> src/d3d12.rs:198:12 [INFO] [stderr] | [INFO] [stderr] 198 | Less = D3D12_COMPARISON_FUNC_LESS, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_COMPARISON_FUNC_EQUAL` in this scope [INFO] [stderr] --> src/d3d12.rs:199:13 [INFO] [stderr] | [INFO] [stderr] 199 | Equal = D3D12_COMPARISON_FUNC_EQUAL, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_COMPARISON_FUNC_LESS_EQUAL` in this scope [INFO] [stderr] --> src/d3d12.rs:200:17 [INFO] [stderr] | [INFO] [stderr] 200 | LessEqual = D3D12_COMPARISON_FUNC_LESS_EQUAL, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_COMPARISON_FUNC_GREATER` in this scope [INFO] [stderr] --> src/d3d12.rs:201:15 [INFO] [stderr] | [INFO] [stderr] 201 | Greater = D3D12_COMPARISON_FUNC_GREATER, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_COMPARISON_FUNC_NOT_EQUAL` in this scope [INFO] [stderr] --> src/d3d12.rs:202:16 [INFO] [stderr] | [INFO] [stderr] 202 | NotEqual = D3D12_COMPARISON_FUNC_NOT_EQUAL, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_COMPARISON_FUNC_GREATER_EQUAL` in this scope [INFO] [stderr] --> src/d3d12.rs:203:20 [INFO] [stderr] | [INFO] [stderr] 203 | GreaterEqual = D3D12_COMPARISON_FUNC_GREATER_EQUAL, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_COMPARISON_FUNC_ALWAYS` in this scope [INFO] [stderr] --> src/d3d12.rs:204:14 [INFO] [stderr] | [INFO] [stderr] 204 | Always = D3D12_COMPARISON_FUNC_ALWAYS, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_CONSERVATIVE_RASTERIZATION_MODE_OFF` in this scope [INFO] [stderr] --> src/d3d12.rs:210:11 [INFO] [stderr] | [INFO] [stderr] 210 | Off = D3D12_CONSERVATIVE_RASTERIZATION_MODE_OFF, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_CONSERVATIVE_RASTERIZATION_MODE_ON` in this scope [INFO] [stderr] --> src/d3d12.rs:211:10 [INFO] [stderr] | [INFO] [stderr] 211 | On = D3D12_CONSERVATIVE_RASTERIZATION_MODE_ON, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_CONSERVATIVE_RASTERIZATION_TIER_NOT_SUPPORTED` in this scope [INFO] [stderr] --> src/d3d12.rs:217:20 [INFO] [stderr] | [INFO] [stderr] 217 | NotSupported = D3D12_CONSERVATIVE_RASTERIZATION_TIER_NOT_SUPPORTED, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_CONSERVATIVE_RASTERIZATION_TIER_1` in this scope [INFO] [stderr] --> src/d3d12.rs:218:13 [INFO] [stderr] | [INFO] [stderr] 218 | Tier1 = D3D12_CONSERVATIVE_RASTERIZATION_TIER_1, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_CONSERVATIVE_RASTERIZATION_TIER_2` in this scope [INFO] [stderr] --> src/d3d12.rs:219:13 [INFO] [stderr] | [INFO] [stderr] 219 | Tier2 = D3D12_CONSERVATIVE_RASTERIZATION_TIER_2, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_CONSERVATIVE_RASTERIZATION_TIER_3` in this scope [INFO] [stderr] --> src/d3d12.rs:220:13 [INFO] [stderr] | [INFO] [stderr] 220 | Tier3 = D3D12_CONSERVATIVE_RASTERIZATION_TIER_3, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_CPU_PAGE_PROPERTY_UNKNOWN` in this scope [INFO] [stderr] --> src/d3d12.rs:226:15 [INFO] [stderr] | [INFO] [stderr] 226 | Unknown = D3D12_CPU_PAGE_PROPERTY_UNKNOWN, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_CPU_PAGE_PROPERTY_NOT_AVAILABLE` in this scope [INFO] [stderr] --> src/d3d12.rs:227:20 [INFO] [stderr] | [INFO] [stderr] 227 | NotAvailable = D3D12_CPU_PAGE_PROPERTY_NOT_AVAILABLE, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_CPU_PAGE_PROPERTY_WRITE_COMBINE` in this scope [INFO] [stderr] --> src/d3d12.rs:228:20 [INFO] [stderr] | [INFO] [stderr] 228 | WriteCombine = D3D12_CPU_PAGE_PROPERTY_WRITE_COMBINE, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_CPU_PAGE_PROPERTY_WRITE_BACK` in this scope [INFO] [stderr] --> src/d3d12.rs:229:17 [INFO] [stderr] | [INFO] [stderr] 229 | WriteBack = D3D12_CPU_PAGE_PROPERTY_WRITE_BACK, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_CROSS_NODE_SHARING_TIER_NOT_SUPPORTED` in this scope [INFO] [stderr] --> src/d3d12.rs:235:20 [INFO] [stderr] | [INFO] [stderr] 235 | NotSupported = D3D12_CROSS_NODE_SHARING_TIER_NOT_SUPPORTED, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_CROSS_NODE_SHARING_TIER_1_EMULATED` in this scope [INFO] [stderr] --> src/d3d12.rs:236:21 [INFO] [stderr] | [INFO] [stderr] 236 | Tier1Emulated = D3D12_CROSS_NODE_SHARING_TIER_1_EMULATED, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_CROSS_NODE_SHARING_TIER_1` in this scope [INFO] [stderr] --> src/d3d12.rs:237:13 [INFO] [stderr] | [INFO] [stderr] 237 | Tier1 = D3D12_CROSS_NODE_SHARING_TIER_1, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_CROSS_NODE_SHARING_TIER_2` in this scope [INFO] [stderr] --> src/d3d12.rs:238:13 [INFO] [stderr] | [INFO] [stderr] 238 | Tier2 = D3D12_CROSS_NODE_SHARING_TIER_2, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_CULL_MODE_NONE` in this scope [INFO] [stderr] --> src/d3d12.rs:245:12 [INFO] [stderr] | [INFO] [stderr] 245 | None = D3D12_CULL_MODE_NONE, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_CULL_MODE_FRONT` in this scope [INFO] [stderr] --> src/d3d12.rs:246:13 [INFO] [stderr] | [INFO] [stderr] 246 | Front = D3D12_CULL_MODE_FRONT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_CULL_MODE_BACK` in this scope [INFO] [stderr] --> src/d3d12.rs:247:12 [INFO] [stderr] | [INFO] [stderr] 247 | Back = D3D12_CULL_MODE_BACK, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_DEPTH_WRITE_MASK_ZERO` in this scope [INFO] [stderr] --> src/d3d12.rs:253:12 [INFO] [stderr] | [INFO] [stderr] 253 | Zero = D3D12_DEPTH_WRITE_MASK_ZERO, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_DEPTH_WRITE_MASK_ALL` in this scope [INFO] [stderr] --> src/d3d12.rs:254:11 [INFO] [stderr] | [INFO] [stderr] 254 | All = D3D12_DEPTH_WRITE_MASK_ALL, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_DESCRIPTOR_HEAP_FLAG_NONE` in this scope [INFO] [stderr] --> src/d3d12.rs:261:33 [INFO] [stderr] | [INFO] [stderr] 261 | pub const None: Self = Self(D3D12_DESCRIPTOR_HEAP_FLAG_NONE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_DESCRIPTOR_HEAP_FLAG_SHADER_VISIBLE` in this scope [INFO] [stderr] --> src/d3d12.rs:262:42 [INFO] [stderr] | [INFO] [stderr] 262 | pub const ShaderVisible: Self = Self(D3D12_DESCRIPTOR_HEAP_FLAG_SHADER_VISIBLE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_DESCRIPTOR_HEAP_TYPE_CBV_SRV_UAV` in this scope [INFO] [stderr] --> src/d3d12.rs:270:17 [INFO] [stderr] | [INFO] [stderr] 270 | CBVSRVUAV = D3D12_DESCRIPTOR_HEAP_TYPE_CBV_SRV_UAV, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_DESCRIPTOR_HEAP_TYPE_SAMPLER` in this scope [INFO] [stderr] --> src/d3d12.rs:271:15 [INFO] [stderr] | [INFO] [stderr] 271 | Sampler = D3D12_DESCRIPTOR_HEAP_TYPE_SAMPLER, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_DESCRIPTOR_HEAP_TYPE_RTV` in this scope [INFO] [stderr] --> src/d3d12.rs:272:11 [INFO] [stderr] | [INFO] [stderr] 272 | RTV = D3D12_DESCRIPTOR_HEAP_TYPE_RTV, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_DESCRIPTOR_HEAP_TYPE_DSV` in this scope [INFO] [stderr] --> src/d3d12.rs:273:11 [INFO] [stderr] | [INFO] [stderr] 273 | DSV = D3D12_DESCRIPTOR_HEAP_TYPE_DSV, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_DESCRIPTOR_HEAP_TYPE_NUM_TYPES` in this scope [INFO] [stderr] --> src/d3d12.rs:274:16 [INFO] [stderr] | [INFO] [stderr] 274 | NumTypes = D3D12_DESCRIPTOR_HEAP_TYPE_NUM_TYPES, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_DESCRIPTOR_RANGE_FLAG_NONE` in this scope [INFO] [stderr] --> src/d3d12.rs:281:33 [INFO] [stderr] | [INFO] [stderr] 281 | pub const None: Self = Self(D3D12_DESCRIPTOR_RANGE_FLAG_NONE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_DESCRIPTOR_RANGE_FLAG_DESCRIPTORS_VOLATILE` in this scope [INFO] [stderr] --> src/d3d12.rs:282:48 [INFO] [stderr] | [INFO] [stderr] 282 | pub const DescriptorsVolatile: Self = Self(D3D12_DESCRIPTOR_RANGE_FLAG_DESCRIPTORS_VOLATILE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_DESCRIPTOR_RANGE_FLAG_DATA_VOLATILE` in this scope [INFO] [stderr] --> src/d3d12.rs:283:41 [INFO] [stderr] | [INFO] [stderr] 283 | pub const DataVolatile: Self = Self(D3D12_DESCRIPTOR_RANGE_FLAG_DATA_VOLATILE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_DESCRIPTOR_RANGE_FLAG_DATA_STATIC_WHILE_SET_AT_EXECUTE` in this scope [INFO] [stderr] --> src/d3d12.rs:285:14 [INFO] [stderr] | [INFO] [stderr] 285 | Self(D3D12_DESCRIPTOR_RANGE_FLAG_DATA_STATIC_WHILE_SET_AT_EXECUTE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_DESCRIPTOR_RANGE_FLAG_DATA_STATIC` in this scope [INFO] [stderr] --> src/d3d12.rs:286:39 [INFO] [stderr] | [INFO] [stderr] 286 | pub const DataStatic: Self = Self(D3D12_DESCRIPTOR_RANGE_FLAG_DATA_STATIC); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_DESCRIPTOR_RANGE_TYPE_SRV` in this scope [INFO] [stderr] --> src/d3d12.rs:293:11 [INFO] [stderr] | [INFO] [stderr] 293 | SRV = D3D12_DESCRIPTOR_RANGE_TYPE_SRV, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_DESCRIPTOR_RANGE_TYPE_UAV` in this scope [INFO] [stderr] --> src/d3d12.rs:294:11 [INFO] [stderr] | [INFO] [stderr] 294 | UAV = D3D12_DESCRIPTOR_RANGE_TYPE_UAV, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_DESCRIPTOR_RANGE_TYPE_CBV` in this scope [INFO] [stderr] --> src/d3d12.rs:295:11 [INFO] [stderr] | [INFO] [stderr] 295 | CBV = D3D12_DESCRIPTOR_RANGE_TYPE_CBV, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_DESCRIPTOR_RANGE_TYPE_SAMPLER` in this scope [INFO] [stderr] --> src/d3d12.rs:296:15 [INFO] [stderr] | [INFO] [stderr] 296 | Sampler = D3D12_DESCRIPTOR_RANGE_TYPE_SAMPLER, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_DSV_DIMENSION_UNKNOWN` in this scope [INFO] [stderr] --> src/d3d12.rs:315:15 [INFO] [stderr] | [INFO] [stderr] 315 | Unknown = D3D12_DSV_DIMENSION_UNKNOWN, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_DSV_DIMENSION_TEXTURE1D` in this scope [INFO] [stderr] --> src/d3d12.rs:316:17 [INFO] [stderr] | [INFO] [stderr] 316 | Texture1D = D3D12_DSV_DIMENSION_TEXTURE1D, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_DSV_DIMENSION_TEXTURE1DARRAY` in this scope [INFO] [stderr] --> src/d3d12.rs:317:22 [INFO] [stderr] | [INFO] [stderr] 317 | Texture1DArray = D3D12_DSV_DIMENSION_TEXTURE1DARRAY, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_DSV_DIMENSION_TEXTURE2D` in this scope [INFO] [stderr] --> src/d3d12.rs:318:17 [INFO] [stderr] | [INFO] [stderr] 318 | Texture2D = D3D12_DSV_DIMENSION_TEXTURE2D, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_DSV_DIMENSION_TEXTURE2DARRAY` in this scope [INFO] [stderr] --> src/d3d12.rs:319:22 [INFO] [stderr] | [INFO] [stderr] 319 | Texture2DArray = D3D12_DSV_DIMENSION_TEXTURE2DARRAY, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_DSV_DIMENSION_TEXTURE2DMS` in this scope [INFO] [stderr] --> src/d3d12.rs:320:19 [INFO] [stderr] | [INFO] [stderr] 320 | Texture2DMS = D3D12_DSV_DIMENSION_TEXTURE2DMS, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_DSV_DIMENSION_TEXTURE2DMSARRAY` in this scope [INFO] [stderr] --> src/d3d12.rs:321:24 [INFO] [stderr] | [INFO] [stderr] 321 | Texture2DMSArray = D3D12_DSV_DIMENSION_TEXTURE2DMSARRAY, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_DSV_FLAG_NONE` in this scope [INFO] [stderr] --> src/d3d12.rs:328:33 [INFO] [stderr] | [INFO] [stderr] 328 | pub const None: Self = Self(D3D12_DSV_FLAG_NONE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_DSV_FLAG_READ_ONLY_DEPTH` in this scope [INFO] [stderr] --> src/d3d12.rs:329:42 [INFO] [stderr] | [INFO] [stderr] 329 | pub const ReadOnlyDepth: Self = Self(D3D12_DSV_FLAG_READ_ONLY_DEPTH); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_DSV_FLAG_READ_ONLY_STENCIL` in this scope [INFO] [stderr] --> src/d3d12.rs:330:44 [INFO] [stderr] | [INFO] [stderr] 330 | pub const ReadOnlyStencil: Self = Self(D3D12_DSV_FLAG_READ_ONLY_STENCIL); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FEATURE_D3D12_OPTIONS` in this scope [INFO] [stderr] --> src/d3d12.rs:356:20 [INFO] [stderr] | [INFO] [stderr] 356 | D3D12Options = D3D12_FEATURE_D3D12_OPTIONS, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FEATURE_ARCHITECTURE` in this scope [INFO] [stderr] --> src/d3d12.rs:357:20 [INFO] [stderr] | [INFO] [stderr] 357 | Architecture = D3D12_FEATURE_ARCHITECTURE, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FEATURE_FEATURE_LEVELS` in this scope [INFO] [stderr] --> src/d3d12.rs:358:21 [INFO] [stderr] | [INFO] [stderr] 358 | FeatureLevels = D3D12_FEATURE_FEATURE_LEVELS, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FEATURE_FORMAT_SUPPORT` in this scope [INFO] [stderr] --> src/d3d12.rs:359:21 [INFO] [stderr] | [INFO] [stderr] 359 | FormatSupport = D3D12_FEATURE_FORMAT_SUPPORT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FEATURE_MULTISAMPLE_QUALITY_LEVELS` in this scope [INFO] [stderr] --> src/d3d12.rs:360:32 [INFO] [stderr] | [INFO] [stderr] 360 | MultisampleQualityLevels = D3D12_FEATURE_MULTISAMPLE_QUALITY_LEVELS, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FEATURE_FORMAT_INFO` in this scope [INFO] [stderr] --> src/d3d12.rs:361:18 [INFO] [stderr] | [INFO] [stderr] 361 | FormatInfo = D3D12_FEATURE_FORMAT_INFO, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FEATURE_GPU_VIRTUAL_ADDRESS_SUPPORT` in this scope [INFO] [stderr] --> src/d3d12.rs:362:32 [INFO] [stderr] | [INFO] [stderr] 362 | GPUVirtualAddressSupport = D3D12_FEATURE_GPU_VIRTUAL_ADDRESS_SUPPORT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FEATURE_SHADER_MODEL` in this scope [INFO] [stderr] --> src/d3d12.rs:363:19 [INFO] [stderr] | [INFO] [stderr] 363 | ShaderModel = D3D12_FEATURE_SHADER_MODEL, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FEATURE_D3D12_OPTIONS1` in this scope [INFO] [stderr] --> src/d3d12.rs:364:20 [INFO] [stderr] | [INFO] [stderr] 364 | D3D12Option1 = D3D12_FEATURE_D3D12_OPTIONS1, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FEATURE_ROOT_SIGNATURE` in this scope [INFO] [stderr] --> src/d3d12.rs:366:21 [INFO] [stderr] | [INFO] [stderr] 366 | RootSignature = D3D12_FEATURE_ROOT_SIGNATURE, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FEATURE_ARCHITECTURE1` in this scope [INFO] [stderr] --> src/d3d12.rs:367:21 [INFO] [stderr] | [INFO] [stderr] 367 | Architecture1 = D3D12_FEATURE_ARCHITECTURE1, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FEATURE_D3D12_OPTIONS2` in this scope [INFO] [stderr] --> src/d3d12.rs:368:20 [INFO] [stderr] | [INFO] [stderr] 368 | D3D12Option2 = D3D12_FEATURE_D3D12_OPTIONS2, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FEATURE_SHADER_CACHE` in this scope [INFO] [stderr] --> src/d3d12.rs:369:19 [INFO] [stderr] | [INFO] [stderr] 369 | ShaderCache = D3D12_FEATURE_SHADER_CACHE, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FEATURE_COMMAND_QUEUE_PRIORITY` in this scope [INFO] [stderr] --> src/d3d12.rs:370:28 [INFO] [stderr] | [INFO] [stderr] 370 | CommandQueuePriority = D3D12_FEATURE_COMMAND_QUEUE_PRIORITY, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FENCE_FLAG_NONE` in this scope [INFO] [stderr] --> src/d3d12.rs:385:33 [INFO] [stderr] | [INFO] [stderr] 385 | pub const None: Self = Self(D3D12_FENCE_FLAG_NONE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FENCE_FLAG_SHARED` in this scope [INFO] [stderr] --> src/d3d12.rs:386:35 [INFO] [stderr] | [INFO] [stderr] 386 | pub const Shared: Self = Self(D3D12_FENCE_FLAG_SHARED); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FENCE_FLAG_SHARED_CROSS_ADAPTER` in this scope [INFO] [stderr] --> src/d3d12.rs:387:47 [INFO] [stderr] | [INFO] [stderr] 387 | pub const SharedCrossAdapter: Self = Self(D3D12_FENCE_FLAG_SHARED_CROSS_ADAPTER); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FILL_MODE_WIREFRAME` in this scope [INFO] [stderr] --> src/d3d12.rs:394:17 [INFO] [stderr] | [INFO] [stderr] 394 | Wireframe = D3D12_FILL_MODE_WIREFRAME, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FILL_MODE_SOLID` in this scope [INFO] [stderr] --> src/d3d12.rs:395:13 [INFO] [stderr] | [INFO] [stderr] 395 | Solid = D3D12_FILL_MODE_SOLID, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FILTER_MIN_MAG_MIP_POINT` in this scope [INFO] [stderr] --> src/d3d12.rs:401:22 [INFO] [stderr] | [INFO] [stderr] 401 | MinMagMipPoint = D3D12_FILTER_MIN_MAG_MIP_POINT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FILTER_MIN_MAG_POINT_MIP_LINEAR` in this scope [INFO] [stderr] --> src/d3d12.rs:402:28 [INFO] [stderr] | [INFO] [stderr] 402 | MinMagPointMipLinear = D3D12_FILTER_MIN_MAG_POINT_MIP_LINEAR, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FILTER_MIN_POINT_MAG_LINEAR_MIP_POINT` in this scope [INFO] [stderr] --> src/d3d12.rs:403:33 [INFO] [stderr] | [INFO] [stderr] 403 | MinPointMagLinearMipPoint = D3D12_FILTER_MIN_POINT_MAG_LINEAR_MIP_POINT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FILTER_MIN_POINT_MAG_MIP_LINEAR` in this scope [INFO] [stderr] --> src/d3d12.rs:404:28 [INFO] [stderr] | [INFO] [stderr] 404 | MinPointMagMipLinear = D3D12_FILTER_MIN_POINT_MAG_MIP_LINEAR, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FILTER_MIN_LINEAR_MAG_MIP_POINT` in this scope [INFO] [stderr] --> src/d3d12.rs:405:28 [INFO] [stderr] | [INFO] [stderr] 405 | MinLinearMagMipPoint = D3D12_FILTER_MIN_LINEAR_MAG_MIP_POINT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FILTER_MIN_LINEAR_MAG_POINT_MIP_LINEAR` in this scope [INFO] [stderr] --> src/d3d12.rs:406:34 [INFO] [stderr] | [INFO] [stderr] 406 | MinLinearMagPointMipLinear = D3D12_FILTER_MIN_LINEAR_MAG_POINT_MIP_LINEAR, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FILTER_MIN_MAG_LINEAR_MIP_POINT` in this scope [INFO] [stderr] --> src/d3d12.rs:407:28 [INFO] [stderr] | [INFO] [stderr] 407 | MinMagLinearMipPoint = D3D12_FILTER_MIN_MAG_LINEAR_MIP_POINT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FILTER_MIN_MAG_MIP_LINEAR` in this scope [INFO] [stderr] --> src/d3d12.rs:408:23 [INFO] [stderr] | [INFO] [stderr] 408 | MinMagMipLinear = D3D12_FILTER_MIN_MAG_MIP_LINEAR, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FILTER_ANISOTROPIC` in this scope [INFO] [stderr] --> src/d3d12.rs:409:19 [INFO] [stderr] | [INFO] [stderr] 409 | Anisotropic = D3D12_FILTER_ANISOTROPIC, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FILTER_COMPARISON_MIN_MAG_MIP_POINT` in this scope [INFO] [stderr] --> src/d3d12.rs:410:32 [INFO] [stderr] | [INFO] [stderr] 410 | ComparisonMinMagMipPoint = D3D12_FILTER_COMPARISON_MIN_MAG_MIP_POINT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FILTER_COMPARISON_MIN_MAG_POINT_MIP_LINEAR` in this scope [INFO] [stderr] --> src/d3d12.rs:411:38 [INFO] [stderr] | [INFO] [stderr] 411 | ComparisonMinMagPointMipLinear = D3D12_FILTER_COMPARISON_MIN_MAG_POINT_MIP_LINEAR, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FILTER_COMPARISON_MIN_POINT_MAG_LINEAR_MIP_POINT` in this scope [INFO] [stderr] --> src/d3d12.rs:412:43 [INFO] [stderr] | [INFO] [stderr] 412 | ComparisonMinPointMagLinearMipPoint = D3D12_FILTER_COMPARISON_MIN_POINT_MAG_LINEAR_MIP_POINT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FILTER_COMPARISON_MIN_POINT_MAG_MIP_LINEAR` in this scope [INFO] [stderr] --> src/d3d12.rs:413:38 [INFO] [stderr] | [INFO] [stderr] 413 | ComparisonMinPointMagMipLinear = D3D12_FILTER_COMPARISON_MIN_POINT_MAG_MIP_LINEAR, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FILTER_COMPARISON_MIN_LINEAR_MAG_MIP_POINT` in this scope [INFO] [stderr] --> src/d3d12.rs:414:38 [INFO] [stderr] | [INFO] [stderr] 414 | ComparisonMinLinearMagMipPoint = D3D12_FILTER_COMPARISON_MIN_LINEAR_MAG_MIP_POINT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FILTER_COMPARISON_MIN_LINEAR_MAG_POINT_MIP_LINEAR` in this scope [INFO] [stderr] --> src/d3d12.rs:415:44 [INFO] [stderr] | [INFO] [stderr] 415 | ComparisonMinLinearMagPointMipLinear = D3D12_FILTER_COMPARISON_MIN_LINEAR_MAG_POINT_MIP_LINEAR, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FILTER_COMPARISON_MIN_MAG_LINEAR_MIP_POINT` in this scope [INFO] [stderr] --> src/d3d12.rs:416:38 [INFO] [stderr] | [INFO] [stderr] 416 | ComparisonMinMagLinearMipPoint = D3D12_FILTER_COMPARISON_MIN_MAG_LINEAR_MIP_POINT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FILTER_COMPARISON_MIN_MAG_MIP_LINEAR` in this scope [INFO] [stderr] --> src/d3d12.rs:417:33 [INFO] [stderr] | [INFO] [stderr] 417 | ComparisonMinMagMipLinear = D3D12_FILTER_COMPARISON_MIN_MAG_MIP_LINEAR, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FILTER_COMPARISON_ANISOTROPIC` in this scope [INFO] [stderr] --> src/d3d12.rs:418:29 [INFO] [stderr] | [INFO] [stderr] 418 | ComparisonAnisotropic = D3D12_FILTER_COMPARISON_ANISOTROPIC, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FILTER_MINIMUM_MIN_MAG_MIP_POINT` in this scope [INFO] [stderr] --> src/d3d12.rs:419:29 [INFO] [stderr] | [INFO] [stderr] 419 | MinimumMinMagMipPoint = D3D12_FILTER_MINIMUM_MIN_MAG_MIP_POINT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FILTER_MINIMUM_MIN_MAG_POINT_MIP_LINEAR` in this scope [INFO] [stderr] --> src/d3d12.rs:420:35 [INFO] [stderr] | [INFO] [stderr] 420 | MinimumMinMagPointMipLinear = D3D12_FILTER_MINIMUM_MIN_MAG_POINT_MIP_LINEAR, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FILTER_MINIMUM_MIN_POINT_MAG_LINEAR_MIP_POINT` in this scope [INFO] [stderr] --> src/d3d12.rs:421:40 [INFO] [stderr] | [INFO] [stderr] 421 | MinimumMinPointMagLinearMipPoint = D3D12_FILTER_MINIMUM_MIN_POINT_MAG_LINEAR_MIP_POINT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FILTER_MINIMUM_MIN_POINT_MAG_MIP_LINEAR` in this scope [INFO] [stderr] --> src/d3d12.rs:422:35 [INFO] [stderr] | [INFO] [stderr] 422 | MinimumMinPointMagMipLinear = D3D12_FILTER_MINIMUM_MIN_POINT_MAG_MIP_LINEAR, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FILTER_MINIMUM_MIN_LINEAR_MAG_MIP_POINT` in this scope [INFO] [stderr] --> src/d3d12.rs:423:35 [INFO] [stderr] | [INFO] [stderr] 423 | MinimumMinLinearMagMipPoint = D3D12_FILTER_MINIMUM_MIN_LINEAR_MAG_MIP_POINT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FILTER_MINIMUM_MIN_LINEAR_MAG_POINT_MIP_LINEAR` in this scope [INFO] [stderr] --> src/d3d12.rs:424:41 [INFO] [stderr] | [INFO] [stderr] 424 | MinimumMinLinearMagPointMipLinear = D3D12_FILTER_MINIMUM_MIN_LINEAR_MAG_POINT_MIP_LINEAR, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FILTER_MINIMUM_MIN_MAG_LINEAR_MIP_POINT` in this scope [INFO] [stderr] --> src/d3d12.rs:425:35 [INFO] [stderr] | [INFO] [stderr] 425 | MinimumMinMagLinearMipPoint = D3D12_FILTER_MINIMUM_MIN_MAG_LINEAR_MIP_POINT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FILTER_MINIMUM_MIN_MAG_MIP_LINEAR` in this scope [INFO] [stderr] --> src/d3d12.rs:426:30 [INFO] [stderr] | [INFO] [stderr] 426 | MinimumMinMagMipLinear = D3D12_FILTER_MINIMUM_MIN_MAG_MIP_LINEAR, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FILTER_MINIMUM_ANISOTROPIC` in this scope [INFO] [stderr] --> src/d3d12.rs:427:26 [INFO] [stderr] | [INFO] [stderr] 427 | MinimumAnisotropic = D3D12_FILTER_MINIMUM_ANISOTROPIC, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FILTER_MAXIMUM_MIN_MAG_MIP_POINT` in this scope [INFO] [stderr] --> src/d3d12.rs:428:29 [INFO] [stderr] | [INFO] [stderr] 428 | MaximumMinMagMipPoint = D3D12_FILTER_MAXIMUM_MIN_MAG_MIP_POINT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FILTER_MAXIMUM_MIN_MAG_POINT_MIP_LINEAR` in this scope [INFO] [stderr] --> src/d3d12.rs:429:35 [INFO] [stderr] | [INFO] [stderr] 429 | MaximumMinMagPointMipLinear = D3D12_FILTER_MAXIMUM_MIN_MAG_POINT_MIP_LINEAR, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FILTER_MAXIMUM_MIN_POINT_MAG_LINEAR_MIP_POINT` in this scope [INFO] [stderr] --> src/d3d12.rs:430:37 [INFO] [stderr] | [INFO] [stderr] 430 | MaximumPointMagLinearMipPoint = D3D12_FILTER_MAXIMUM_MIN_POINT_MAG_LINEAR_MIP_POINT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FILTER_MAXIMUM_MIN_POINT_MAG_MIP_LINEAR` in this scope [INFO] [stderr] --> src/d3d12.rs:431:35 [INFO] [stderr] | [INFO] [stderr] 431 | MaximumMinPointMagMipLinear = D3D12_FILTER_MAXIMUM_MIN_POINT_MAG_MIP_LINEAR, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FILTER_MAXIMUM_MIN_LINEAR_MAG_MIP_POINT` in this scope [INFO] [stderr] --> src/d3d12.rs:432:35 [INFO] [stderr] | [INFO] [stderr] 432 | MaximumMinLinearMagMipPoint = D3D12_FILTER_MAXIMUM_MIN_LINEAR_MAG_MIP_POINT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FILTER_MAXIMUM_MIN_LINEAR_MAG_POINT_MIP_LINEAR` in this scope [INFO] [stderr] --> src/d3d12.rs:433:41 [INFO] [stderr] | [INFO] [stderr] 433 | MaximumMinLinearMagPointMipLinear = D3D12_FILTER_MAXIMUM_MIN_LINEAR_MAG_POINT_MIP_LINEAR, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FILTER_MAXIMUM_MIN_MAG_LINEAR_MIP_POINT` in this scope [INFO] [stderr] --> src/d3d12.rs:434:35 [INFO] [stderr] | [INFO] [stderr] 434 | MaximumMinMagLinearMipPoint = D3D12_FILTER_MAXIMUM_MIN_MAG_LINEAR_MIP_POINT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FILTER_MAXIMUM_MIN_MAG_MIP_LINEAR` in this scope [INFO] [stderr] --> src/d3d12.rs:435:30 [INFO] [stderr] | [INFO] [stderr] 435 | MaximumMinMagMipLinear = D3D12_FILTER_MAXIMUM_MIN_MAG_MIP_LINEAR, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FILTER_MAXIMUM_ANISOTROPIC` in this scope [INFO] [stderr] --> src/d3d12.rs:436:26 [INFO] [stderr] | [INFO] [stderr] 436 | MaximumAnisotropic = D3D12_FILTER_MAXIMUM_ANISOTROPIC, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FILTER_REDUCTION_TYPE_STANDARD` in this scope [INFO] [stderr] --> src/d3d12.rs:442:16 [INFO] [stderr] | [INFO] [stderr] 442 | Standard = D3D12_FILTER_REDUCTION_TYPE_STANDARD, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FILTER_REDUCTION_TYPE_COMPARISON` in this scope [INFO] [stderr] --> src/d3d12.rs:443:18 [INFO] [stderr] | [INFO] [stderr] 443 | Comparison = D3D12_FILTER_REDUCTION_TYPE_COMPARISON, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FILTER_REDUCTION_TYPE_MINIMUM` in this scope [INFO] [stderr] --> src/d3d12.rs:444:15 [INFO] [stderr] | [INFO] [stderr] 444 | Minimum = D3D12_FILTER_REDUCTION_TYPE_MINIMUM, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FILTER_REDUCTION_TYPE_MAXIMUM` in this scope [INFO] [stderr] --> src/d3d12.rs:445:15 [INFO] [stderr] | [INFO] [stderr] 445 | Maximum = D3D12_FILTER_REDUCTION_TYPE_MAXIMUM, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FILTER_TYPE_POINT` in this scope [INFO] [stderr] --> src/d3d12.rs:451:13 [INFO] [stderr] | [INFO] [stderr] 451 | Point = D3D12_FILTER_TYPE_POINT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FILTER_TYPE_LINEAR` in this scope [INFO] [stderr] --> src/d3d12.rs:452:14 [INFO] [stderr] | [INFO] [stderr] 452 | Linear = D3D12_FILTER_TYPE_LINEAR, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FORMAT_SUPPORT1_NONE` in this scope [INFO] [stderr] --> src/d3d12.rs:459:33 [INFO] [stderr] | [INFO] [stderr] 459 | pub const None: Self = Self(D3D12_FORMAT_SUPPORT1_NONE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FORMAT_SUPPORT1_BUFFER` in this scope [INFO] [stderr] --> src/d3d12.rs:460:35 [INFO] [stderr] | [INFO] [stderr] 460 | pub const Buffer: Self = Self(D3D12_FORMAT_SUPPORT1_BUFFER); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FORMAT_SUPPORT1_IA_VERTEX_BUFFER` in this scope [INFO] [stderr] --> src/d3d12.rs:461:43 [INFO] [stderr] | [INFO] [stderr] 461 | pub const IAVertexBuffer: Self = Self(D3D12_FORMAT_SUPPORT1_IA_VERTEX_BUFFER); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FORMAT_SUPPORT1_IA_INDEX_BUFFER` in this scope [INFO] [stderr] --> src/d3d12.rs:462:42 [INFO] [stderr] | [INFO] [stderr] 462 | pub const IAIndexBuffer: Self = Self(D3D12_FORMAT_SUPPORT1_IA_INDEX_BUFFER); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FORMAT_SUPPORT1_SO_BUFFER` in this scope [INFO] [stderr] --> src/d3d12.rs:463:37 [INFO] [stderr] | [INFO] [stderr] 463 | pub const SOBuffer: Self = Self(D3D12_FORMAT_SUPPORT1_SO_BUFFER); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FORMAT_SUPPORT1_TEXTURE1D` in this scope [INFO] [stderr] --> src/d3d12.rs:464:38 [INFO] [stderr] | [INFO] [stderr] 464 | pub const Texture1D: Self = Self(D3D12_FORMAT_SUPPORT1_TEXTURE1D); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FORMAT_SUPPORT1_TEXTURE2D` in this scope [INFO] [stderr] --> src/d3d12.rs:465:38 [INFO] [stderr] | [INFO] [stderr] 465 | pub const Texture2D: Self = Self(D3D12_FORMAT_SUPPORT1_TEXTURE2D); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FORMAT_SUPPORT1_TEXTURE3D` in this scope [INFO] [stderr] --> src/d3d12.rs:466:38 [INFO] [stderr] | [INFO] [stderr] 466 | pub const Texture3D: Self = Self(D3D12_FORMAT_SUPPORT1_TEXTURE3D); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FORMAT_SUPPORT1_TEXTURECUBE` in this scope [INFO] [stderr] --> src/d3d12.rs:467:40 [INFO] [stderr] | [INFO] [stderr] 467 | pub const TextureCube: Self = Self(D3D12_FORMAT_SUPPORT1_TEXTURECUBE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FORMAT_SUPPORT1_SHADER_LOAD` in this scope [INFO] [stderr] --> src/d3d12.rs:468:39 [INFO] [stderr] | [INFO] [stderr] 468 | pub const ShaderLoad: Self = Self(D3D12_FORMAT_SUPPORT1_SHADER_LOAD); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FORMAT_SUPPORT1_SHADER_SAMPLE` in this scope [INFO] [stderr] --> src/d3d12.rs:469:41 [INFO] [stderr] | [INFO] [stderr] 469 | pub const ShaderSample: Self = Self(D3D12_FORMAT_SUPPORT1_SHADER_SAMPLE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FORMAT_SUPPORT1_SHADER_SAMPLE_COMPARISON` in this scope [INFO] [stderr] --> src/d3d12.rs:470:51 [INFO] [stderr] | [INFO] [stderr] 470 | pub const ShaderSampleComparison: Self = Self(D3D12_FORMAT_SUPPORT1_SHADER_SAMPLE_COMPARISON); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FORMAT_SUPPORT1_SHADER_SAMPLE_MONO_TEXT` in this scope [INFO] [stderr] --> src/d3d12.rs:471:49 [INFO] [stderr] | [INFO] [stderr] 471 | pub const ShaderSampleMonoText: Self = Self(D3D12_FORMAT_SUPPORT1_SHADER_SAMPLE_MONO_TEXT); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FORMAT_SUPPORT1_MIP` in this scope [INFO] [stderr] --> src/d3d12.rs:472:32 [INFO] [stderr] | [INFO] [stderr] 472 | pub const Mip: Self = Self(D3D12_FORMAT_SUPPORT1_MIP); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FORMAT_SUPPORT1_RENDER_TARGET` in this scope [INFO] [stderr] --> src/d3d12.rs:473:41 [INFO] [stderr] | [INFO] [stderr] 473 | pub const RenderTarget: Self = Self(D3D12_FORMAT_SUPPORT1_RENDER_TARGET); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FORMAT_SUPPORT1_BLENDABLE` in this scope [INFO] [stderr] --> src/d3d12.rs:474:38 [INFO] [stderr] | [INFO] [stderr] 474 | pub const Blendable: Self = Self(D3D12_FORMAT_SUPPORT1_BLENDABLE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FORMAT_SUPPORT1_DEPTH_STENCIL` in this scope [INFO] [stderr] --> src/d3d12.rs:475:41 [INFO] [stderr] | [INFO] [stderr] 475 | pub const DepthStencil: Self = Self(D3D12_FORMAT_SUPPORT1_DEPTH_STENCIL); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FORMAT_SUPPORT1_MULTISAMPLE_RESOLVE` in this scope [INFO] [stderr] --> src/d3d12.rs:476:47 [INFO] [stderr] | [INFO] [stderr] 476 | pub const MultisampleResolve: Self = Self(D3D12_FORMAT_SUPPORT1_MULTISAMPLE_RESOLVE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FORMAT_SUPPORT1_DISPLAY` in this scope [INFO] [stderr] --> src/d3d12.rs:477:36 [INFO] [stderr] | [INFO] [stderr] 477 | pub const Display: Self = Self(D3D12_FORMAT_SUPPORT1_DISPLAY); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FORMAT_SUPPORT1_CAST_WITHIN_BIT_LAYOUT` in this scope [INFO] [stderr] --> src/d3d12.rs:478:48 [INFO] [stderr] | [INFO] [stderr] 478 | pub const CastWithinBitLayout: Self = Self(D3D12_FORMAT_SUPPORT1_CAST_WITHIN_BIT_LAYOUT); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FORMAT_SUPPORT1_MULTISAMPLE_RENDERTARGET` in this scope [INFO] [stderr] --> src/d3d12.rs:479:52 [INFO] [stderr] | [INFO] [stderr] 479 | pub const MultisampleRenderTarget: Self = Self(D3D12_FORMAT_SUPPORT1_MULTISAMPLE_RENDERTARGET); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FORMAT_SUPPORT1_MULTISAMPLE_LOAD` in this scope [INFO] [stderr] --> src/d3d12.rs:480:44 [INFO] [stderr] | [INFO] [stderr] 480 | pub const MultisampleLoad: Self = Self(D3D12_FORMAT_SUPPORT1_MULTISAMPLE_LOAD); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FORMAT_SUPPORT1_SHADER_GATHER` in this scope [INFO] [stderr] --> src/d3d12.rs:481:41 [INFO] [stderr] | [INFO] [stderr] 481 | pub const ShaderGather: Self = Self(D3D12_FORMAT_SUPPORT1_SHADER_GATHER); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FORMAT_SUPPORT1_BACK_BUFFER_CAST` in this scope [INFO] [stderr] --> src/d3d12.rs:482:43 [INFO] [stderr] | [INFO] [stderr] 482 | pub const BackBufferCast: Self = Self(D3D12_FORMAT_SUPPORT1_BACK_BUFFER_CAST); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FORMAT_SUPPORT1_TYPED_UNORDERED_ACCESS_VIEW` in this scope [INFO] [stderr] --> src/d3d12.rs:484:14 [INFO] [stderr] | [INFO] [stderr] 484 | Self(D3D12_FORMAT_SUPPORT1_TYPED_UNORDERED_ACCESS_VIEW); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FORMAT_SUPPORT1_SHADER_GATHER_COMPARISON` in this scope [INFO] [stderr] --> src/d3d12.rs:485:51 [INFO] [stderr] | [INFO] [stderr] 485 | pub const ShaderGatherComparison: Self = Self(D3D12_FORMAT_SUPPORT1_SHADER_GATHER_COMPARISON); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FORMAT_SUPPORT1_DECODER_OUTPUT` in this scope [INFO] [stderr] --> src/d3d12.rs:486:42 [INFO] [stderr] | [INFO] [stderr] 486 | pub const DecoderOutput: Self = Self(D3D12_FORMAT_SUPPORT1_DECODER_OUTPUT); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FORMAT_SUPPORT1_VIDEO_PROCESSOR_OUTPUT` in this scope [INFO] [stderr] --> src/d3d12.rs:487:49 [INFO] [stderr] | [INFO] [stderr] 487 | pub const VideoProcessorOutput: Self = Self(D3D12_FORMAT_SUPPORT1_VIDEO_PROCESSOR_OUTPUT); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FORMAT_SUPPORT1_VIDEO_PROCESSOR_INPUT` in this scope [INFO] [stderr] --> src/d3d12.rs:488:48 [INFO] [stderr] | [INFO] [stderr] 488 | pub const VideoProcessorInput: Self = Self(D3D12_FORMAT_SUPPORT1_VIDEO_PROCESSOR_INPUT); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FORMAT_SUPPORT1_VIDEO_ENCODER` in this scope [INFO] [stderr] --> src/d3d12.rs:489:41 [INFO] [stderr] | [INFO] [stderr] 489 | pub const VideoEncoder: Self = Self(D3D12_FORMAT_SUPPORT1_VIDEO_ENCODER); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FORMAT_SUPPORT2_NONE` in this scope [INFO] [stderr] --> src/d3d12.rs:497:33 [INFO] [stderr] | [INFO] [stderr] 497 | pub const None: Self = Self(D3D12_FORMAT_SUPPORT2_NONE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FORMAT_SUPPORT2_UAV_ATOMIC_ADD` in this scope [INFO] [stderr] --> src/d3d12.rs:498:41 [INFO] [stderr] | [INFO] [stderr] 498 | pub const UAVAtomicAdd: Self = Self(D3D12_FORMAT_SUPPORT2_UAV_ATOMIC_ADD); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FORMAT_SUPPORT2_UAV_ATOMIC_BITWISE_OPS` in this scope [INFO] [stderr] --> src/d3d12.rs:499:48 [INFO] [stderr] | [INFO] [stderr] 499 | pub const UAVAtomicBitwiseOps: Self = Self(D3D12_FORMAT_SUPPORT2_UAV_ATOMIC_BITWISE_OPS); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FORMAT_SUPPORT2_UAV_ATOMIC_COMPARE_STORE_OR_COMPARE_EXCHANGE` in this scope [INFO] [stderr] --> src/d3d12.rs:501:14 [INFO] [stderr] | [INFO] [stderr] 501 | Self(D3D12_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 `D3D12_FORMAT_SUPPORT2_UAV_ATOMIC_EXCHANGE` in this scope [INFO] [stderr] --> src/d3d12.rs:502:46 [INFO] [stderr] | [INFO] [stderr] 502 | pub const UAVAtomicExchange: Self = Self(D3D12_FORMAT_SUPPORT2_UAV_ATOMIC_EXCHANGE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FORMAT_SUPPORT2_UAV_ATOMIC_SIGNED_MIN_OR_MAX` in this scope [INFO] [stderr] --> src/d3d12.rs:504:14 [INFO] [stderr] | [INFO] [stderr] 504 | Self(D3D12_FORMAT_SUPPORT2_UAV_ATOMIC_SIGNED_MIN_OR_MAX); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FORMAT_SUPPORT2_UAV_ATOMIC_UNSIGNED_MIN_OR_MAX` in this scope [INFO] [stderr] --> src/d3d12.rs:506:14 [INFO] [stderr] | [INFO] [stderr] 506 | Self(D3D12_FORMAT_SUPPORT2_UAV_ATOMIC_UNSIGNED_MIN_OR_MAX); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FORMAT_SUPPORT2_UAV_TYPED_LOAD` in this scope [INFO] [stderr] --> src/d3d12.rs:507:41 [INFO] [stderr] | [INFO] [stderr] 507 | pub const UAVTypedLoad: Self = Self(D3D12_FORMAT_SUPPORT2_UAV_TYPED_LOAD); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FORMAT_SUPPORT2_UAV_TYPED_STORE` in this scope [INFO] [stderr] --> src/d3d12.rs:508:42 [INFO] [stderr] | [INFO] [stderr] 508 | pub const UAVTypedStore: Self = Self(D3D12_FORMAT_SUPPORT2_UAV_TYPED_STORE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FORMAT_SUPPORT2_OUTPUT_MERGER_LOGIC_OP` in this scope [INFO] [stderr] --> src/d3d12.rs:509:48 [INFO] [stderr] | [INFO] [stderr] 509 | pub const OutputMergerLogicOp: Self = Self(D3D12_FORMAT_SUPPORT2_OUTPUT_MERGER_LOGIC_OP); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FORMAT_SUPPORT2_TILED` in this scope [INFO] [stderr] --> src/d3d12.rs:510:34 [INFO] [stderr] | [INFO] [stderr] 510 | pub const Tiled: Self = Self(D3D12_FORMAT_SUPPORT2_TILED); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FORMAT_SUPPORT2_MULTIPLANE_OVERLAY` in this scope [INFO] [stderr] --> src/d3d12.rs:511:46 [INFO] [stderr] | [INFO] [stderr] 511 | pub const MultiplaneOverlay: Self = Self(D3D12_FORMAT_SUPPORT2_MULTIPLANE_OVERLAY); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_HEAP_FLAG_NONE` in this scope [INFO] [stderr] --> src/d3d12.rs:546:33 [INFO] [stderr] | [INFO] [stderr] 546 | pub const None: Self = Self(D3D12_HEAP_FLAG_NONE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_HEAP_FLAG_SHARED` in this scope [INFO] [stderr] --> src/d3d12.rs:547:35 [INFO] [stderr] | [INFO] [stderr] 547 | pub const Shared: Self = Self(D3D12_HEAP_FLAG_SHARED); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_HEAP_FLAG_DENY_BUFFERS` in this scope [INFO] [stderr] --> src/d3d12.rs:548:40 [INFO] [stderr] | [INFO] [stderr] 548 | pub const DenyBuffers: Self = Self(D3D12_HEAP_FLAG_DENY_BUFFERS); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_HEAP_FLAG_ALLOW_DISPLAY` in this scope [INFO] [stderr] --> src/d3d12.rs:549:41 [INFO] [stderr] | [INFO] [stderr] 549 | pub const AllowDisplay: Self = Self(D3D12_HEAP_FLAG_ALLOW_DISPLAY); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_HEAP_FLAG_SHARED_CROSS_ADAPTER` in this scope [INFO] [stderr] --> src/d3d12.rs:550:47 [INFO] [stderr] | [INFO] [stderr] 550 | pub const SharedCrossAdapter: Self = Self(D3D12_HEAP_FLAG_SHARED_CROSS_ADAPTER); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_HEAP_FLAG_DENY_RT_DS_TEXTURES` in this scope [INFO] [stderr] --> src/d3d12.rs:551:45 [INFO] [stderr] | [INFO] [stderr] 551 | pub const DenyRtDsTextures: Self = Self(D3D12_HEAP_FLAG_DENY_RT_DS_TEXTURES); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_HEAP_FLAG_DENY_NON_RT_DS_TEXTURES` in this scope [INFO] [stderr] --> src/d3d12.rs:552:48 [INFO] [stderr] | [INFO] [stderr] 552 | pub const DenyNonRtDsTextures: Self = Self(D3D12_HEAP_FLAG_DENY_NON_RT_DS_TEXTURES); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_HEAP_FLAG_HARDWARE_PROTECTED` in this scope [INFO] [stderr] --> src/d3d12.rs:553:46 [INFO] [stderr] | [INFO] [stderr] 553 | pub const HardwareProtected: Self = Self(D3D12_HEAP_FLAG_HARDWARE_PROTECTED); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_HEAP_FLAG_ALLOW_WRITE_WATCH` in this scope [INFO] [stderr] --> src/d3d12.rs:554:44 [INFO] [stderr] | [INFO] [stderr] 554 | pub const AllowWriteWatch: Self = Self(D3D12_HEAP_FLAG_ALLOW_WRITE_WATCH); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_HEAP_FLAG_ALLOW_ALL_BUFFERS_AND_TEXTURES` in this scope [INFO] [stderr] --> src/d3d12.rs:557:14 [INFO] [stderr] | [INFO] [stderr] 557 | Self(D3D12_HEAP_FLAG_ALLOW_ALL_BUFFERS_AND_TEXTURES); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_HEAP_FLAG_ALLOW_ONLY_BUFFERS` in this scope [INFO] [stderr] --> src/d3d12.rs:558:45 [INFO] [stderr] | [INFO] [stderr] 558 | pub const AllowOnlyBuffers: Self = Self(D3D12_HEAP_FLAG_ALLOW_ONLY_BUFFERS); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_HEAP_FLAG_ALLOW_ONLY_NON_RT_DS_TEXTURES` in this scope [INFO] [stderr] --> src/d3d12.rs:559:53 [INFO] [stderr] | [INFO] [stderr] 559 | pub const AllowOnlyNonRtDsTextures: Self = Self(D3D12_HEAP_FLAG_ALLOW_ONLY_NON_RT_DS_TEXTURES); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_HEAP_FLAG_ALLOW_ONLY_RT_DS_TEXTURES` in this scope [INFO] [stderr] --> src/d3d12.rs:560:50 [INFO] [stderr] | [INFO] [stderr] 560 | pub const AllowOnlyRtDsTextures: Self = Self(D3D12_HEAP_FLAG_ALLOW_ONLY_RT_DS_TEXTURES); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_HEAP_TYPE_DEFAULT` in this scope [INFO] [stderr] --> src/d3d12.rs:576:15 [INFO] [stderr] | [INFO] [stderr] 576 | Default = D3D12_HEAP_TYPE_DEFAULT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_HEAP_TYPE_UPLOAD` in this scope [INFO] [stderr] --> src/d3d12.rs:577:14 [INFO] [stderr] | [INFO] [stderr] 577 | Upload = D3D12_HEAP_TYPE_UPLOAD, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_HEAP_TYPE_READBACK` in this scope [INFO] [stderr] --> src/d3d12.rs:578:16 [INFO] [stderr] | [INFO] [stderr] 578 | ReadBack = D3D12_HEAP_TYPE_READBACK, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_HEAP_TYPE_CUSTOM` in this scope [INFO] [stderr] --> src/d3d12.rs:579:14 [INFO] [stderr] | [INFO] [stderr] 579 | Custom = D3D12_HEAP_TYPE_CUSTOM, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_INDEX_BUFFER_STRIP_CUT_VALUE_DISABLED` in this scope [INFO] [stderr] --> src/d3d12.rs:594:16 [INFO] [stderr] | [INFO] [stderr] 594 | Disabled = D3D12_INDEX_BUFFER_STRIP_CUT_VALUE_DISABLED, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_INDEX_BUFFER_STRIP_CUT_VALUE_0xFFFF` in this scope [INFO] [stderr] --> src/d3d12.rs:595:12 [INFO] [stderr] | [INFO] [stderr] 595 | FFFF = D3D12_INDEX_BUFFER_STRIP_CUT_VALUE_0xFFFF, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_INDEX_BUFFER_STRIP_CUT_VALUE_0xFFFFFFFF` in this scope [INFO] [stderr] --> src/d3d12.rs:596:16 [INFO] [stderr] | [INFO] [stderr] 596 | FFFFFFFF = D3D12_INDEX_BUFFER_STRIP_CUT_VALUE_0xFFFFFFFF, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_INDIRECT_ARGUMENT_TYPE_DRAW` in this scope [INFO] [stderr] --> src/d3d12.rs:607:12 [INFO] [stderr] | [INFO] [stderr] 607 | Draw = D3D12_INDIRECT_ARGUMENT_TYPE_DRAW, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_INDIRECT_ARGUMENT_TYPE_DRAW_INDEXED` in this scope [INFO] [stderr] --> src/d3d12.rs:608:19 [INFO] [stderr] | [INFO] [stderr] 608 | DrawIndexed = D3D12_INDIRECT_ARGUMENT_TYPE_DRAW_INDEXED, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_INDIRECT_ARGUMENT_TYPE_DISPATCH` in this scope [INFO] [stderr] --> src/d3d12.rs:609:16 [INFO] [stderr] | [INFO] [stderr] 609 | Dispatch = D3D12_INDIRECT_ARGUMENT_TYPE_DISPATCH, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_INDIRECT_ARGUMENT_TYPE_VERTEX_BUFFER_VIEW` in this scope [INFO] [stderr] --> src/d3d12.rs:610:24 [INFO] [stderr] | [INFO] [stderr] 610 | VertexBufferView = D3D12_INDIRECT_ARGUMENT_TYPE_VERTEX_BUFFER_VIEW, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_INDIRECT_ARGUMENT_TYPE_INDEX_BUFFER_VIEW` in this scope [INFO] [stderr] --> src/d3d12.rs:611:23 [INFO] [stderr] | [INFO] [stderr] 611 | IndexBufferView = D3D12_INDIRECT_ARGUMENT_TYPE_INDEX_BUFFER_VIEW, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_INDIRECT_ARGUMENT_TYPE_CONSTANT` in this scope [INFO] [stderr] --> src/d3d12.rs:612:16 [INFO] [stderr] | [INFO] [stderr] 612 | Constant = D3D12_INDIRECT_ARGUMENT_TYPE_CONSTANT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_INDIRECT_ARGUMENT_TYPE_CONSTANT_BUFFER_VIEW` in this scope [INFO] [stderr] --> src/d3d12.rs:613:26 [INFO] [stderr] | [INFO] [stderr] 613 | ConstantBufferView = D3D12_INDIRECT_ARGUMENT_TYPE_CONSTANT_BUFFER_VIEW, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_INDIRECT_ARGUMENT_TYPE_SHADER_RESOURCE_VIEW` in this scope [INFO] [stderr] --> src/d3d12.rs:614:26 [INFO] [stderr] | [INFO] [stderr] 614 | ShaderResourceView = D3D12_INDIRECT_ARGUMENT_TYPE_SHADER_RESOURCE_VIEW, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_INDIRECT_ARGUMENT_TYPE_UNORDERED_ACCESS_VIEW` in this scope [INFO] [stderr] --> src/d3d12.rs:615:27 [INFO] [stderr] | [INFO] [stderr] 615 | UnorderedAccessView = D3D12_INDIRECT_ARGUMENT_TYPE_UNORDERED_ACCESS_VIEW, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_INPUT_CLASSIFICATION_PER_VERTEX_DATA` in this scope [INFO] [stderr] --> src/d3d12.rs:621:21 [INFO] [stderr] | [INFO] [stderr] 621 | PerVertexData = D3D12_INPUT_CLASSIFICATION_PER_VERTEX_DATA, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_INPUT_CLASSIFICATION_PER_INSTANCE_DATA` in this scope [INFO] [stderr] --> src/d3d12.rs:622:24 [INFO] [stderr] | [INFO] [stderr] 622 | PerInstancexData = D3D12_INPUT_CLASSIFICATION_PER_INSTANCE_DATA, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_LOGIC_OP_CLEAR` in this scope [INFO] [stderr] --> src/d3d12.rs:628:13 [INFO] [stderr] | [INFO] [stderr] 628 | Clear = D3D12_LOGIC_OP_CLEAR, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_LOGIC_OP_SET` in this scope [INFO] [stderr] --> src/d3d12.rs:629:11 [INFO] [stderr] | [INFO] [stderr] 629 | Set = D3D12_LOGIC_OP_SET, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_LOGIC_OP_COPY` in this scope [INFO] [stderr] --> src/d3d12.rs:630:12 [INFO] [stderr] | [INFO] [stderr] 630 | Copy = D3D12_LOGIC_OP_COPY, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_LOGIC_OP_COPY_INVERTED` in this scope [INFO] [stderr] --> src/d3d12.rs:631:20 [INFO] [stderr] | [INFO] [stderr] 631 | CopyInverted = D3D12_LOGIC_OP_COPY_INVERTED, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_LOGIC_OP_NOOP` in this scope [INFO] [stderr] --> src/d3d12.rs:632:12 [INFO] [stderr] | [INFO] [stderr] 632 | Noop = D3D12_LOGIC_OP_NOOP, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_LOGIC_OP_INVERT` in this scope [INFO] [stderr] --> src/d3d12.rs:633:14 [INFO] [stderr] | [INFO] [stderr] 633 | Invert = D3D12_LOGIC_OP_INVERT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_LOGIC_OP_AND` in this scope [INFO] [stderr] --> src/d3d12.rs:634:11 [INFO] [stderr] | [INFO] [stderr] 634 | And = D3D12_LOGIC_OP_AND, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_LOGIC_OP_NAND` in this scope [INFO] [stderr] --> src/d3d12.rs:635:12 [INFO] [stderr] | [INFO] [stderr] 635 | Nand = D3D12_LOGIC_OP_NAND, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_LOGIC_OP_OR` in this scope [INFO] [stderr] --> src/d3d12.rs:636:10 [INFO] [stderr] | [INFO] [stderr] 636 | Or = D3D12_LOGIC_OP_OR, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_LOGIC_OP_NOR` in this scope [INFO] [stderr] --> src/d3d12.rs:637:11 [INFO] [stderr] | [INFO] [stderr] 637 | Nor = D3D12_LOGIC_OP_NOR, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_LOGIC_OP_XOR` in this scope [INFO] [stderr] --> src/d3d12.rs:638:11 [INFO] [stderr] | [INFO] [stderr] 638 | Xor = D3D12_LOGIC_OP_XOR, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_LOGIC_OP_EQUIV` in this scope [INFO] [stderr] --> src/d3d12.rs:639:13 [INFO] [stderr] | [INFO] [stderr] 639 | Equiv = D3D12_LOGIC_OP_EQUIV, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_LOGIC_OP_AND_REVERSE` in this scope [INFO] [stderr] --> src/d3d12.rs:640:18 [INFO] [stderr] | [INFO] [stderr] 640 | AndReverse = D3D12_LOGIC_OP_AND_REVERSE, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_LOGIC_OP_AND_INVERTED` in this scope [INFO] [stderr] --> src/d3d12.rs:641:19 [INFO] [stderr] | [INFO] [stderr] 641 | AndInverted = D3D12_LOGIC_OP_AND_INVERTED, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_LOGIC_OP_OR_REVERSE` in this scope [INFO] [stderr] --> src/d3d12.rs:642:17 [INFO] [stderr] | [INFO] [stderr] 642 | OrReverse = D3D12_LOGIC_OP_OR_REVERSE, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_LOGIC_OP_OR_INVERTED` in this scope [INFO] [stderr] --> src/d3d12.rs:643:18 [INFO] [stderr] | [INFO] [stderr] 643 | OrInverted = D3D12_LOGIC_OP_OR_INVERTED, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_MEMORY_POOL_UNKNOWN` in this scope [INFO] [stderr] --> src/d3d12.rs:649:15 [INFO] [stderr] | [INFO] [stderr] 649 | Unknown = D3D12_MEMORY_POOL_UNKNOWN, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_MEMORY_POOL_L0` in this scope [INFO] [stderr] --> src/d3d12.rs:650:10 [INFO] [stderr] | [INFO] [stderr] 650 | L0 = D3D12_MEMORY_POOL_L0, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_MEMORY_POOL_L1` in this scope [INFO] [stderr] --> src/d3d12.rs:651:10 [INFO] [stderr] | [INFO] [stderr] 651 | L1 = D3D12_MEMORY_POOL_L1, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_MULTIPLE_FENCE_WAIT_FLAG_NONE` in this scope [INFO] [stderr] --> src/d3d12.rs:689:33 [INFO] [stderr] | [INFO] [stderr] 689 | pub const None: Self = Self(D3D12_MULTIPLE_FENCE_WAIT_FLAG_NONE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_MULTIPLE_FENCE_WAIT_FLAG_ANY` in this scope [INFO] [stderr] --> src/d3d12.rs:690:32 [INFO] [stderr] | [INFO] [stderr] 690 | pub const Any: Self = Self(D3D12_MULTIPLE_FENCE_WAIT_FLAG_ANY); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_MULTIPLE_FENCE_WAIT_FLAG_ALL` in this scope [INFO] [stderr] --> src/d3d12.rs:691:32 [INFO] [stderr] | [INFO] [stderr] 691 | pub const All: Self = Self(D3D12_MULTIPLE_FENCE_WAIT_FLAG_ALL); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_PIPELINE_STATE_FLAG_NONE` in this scope [INFO] [stderr] --> src/d3d12.rs:709:33 [INFO] [stderr] | [INFO] [stderr] 709 | pub const None: Self = Self(D3D12_PIPELINE_STATE_FLAG_NONE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_PIPELINE_STATE_FLAG_TOOL_DEBUG` in this scope [INFO] [stderr] --> src/d3d12.rs:710:38 [INFO] [stderr] | [INFO] [stderr] 710 | pub const ToolDebug: Self = Self(D3D12_PIPELINE_STATE_FLAG_TOOL_DEBUG); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_ROOT_SIGNATURE` in this scope [INFO] [stderr] --> src/d3d12.rs:717:21 [INFO] [stderr] | [INFO] [stderr] 717 | RootSignature = D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_ROOT_SIGNATURE, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_VS` in this scope [INFO] [stderr] --> src/d3d12.rs:718:10 [INFO] [stderr] | [INFO] [stderr] 718 | VS = D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_VS, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_PS` in this scope [INFO] [stderr] --> src/d3d12.rs:719:10 [INFO] [stderr] | [INFO] [stderr] 719 | PS = D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_PS, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_DS` in this scope [INFO] [stderr] --> src/d3d12.rs:720:10 [INFO] [stderr] | [INFO] [stderr] 720 | DS = D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_DS, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_HS` in this scope [INFO] [stderr] --> src/d3d12.rs:721:10 [INFO] [stderr] | [INFO] [stderr] 721 | HS = D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_HS, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_GS` in this scope [INFO] [stderr] --> src/d3d12.rs:722:10 [INFO] [stderr] | [INFO] [stderr] 722 | GS = D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_GS, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_CS` in this scope [INFO] [stderr] --> src/d3d12.rs:723:10 [INFO] [stderr] | [INFO] [stderr] 723 | CS = D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_CS, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_STREAM_OUTPUT` in this scope [INFO] [stderr] --> src/d3d12.rs:724:20 [INFO] [stderr] | [INFO] [stderr] 724 | StreamOutput = D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_STREAM_OUTPUT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_BLEND` in this scope [INFO] [stderr] --> src/d3d12.rs:725:13 [INFO] [stderr] | [INFO] [stderr] 725 | Blend = D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_BLEND, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_SAMPLE_MASK` in this scope [INFO] [stderr] --> src/d3d12.rs:726:18 [INFO] [stderr] | [INFO] [stderr] 726 | SampleMask = D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_SAMPLE_MASK, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_RASTERIZER` in this scope [INFO] [stderr] --> src/d3d12.rs:727:18 [INFO] [stderr] | [INFO] [stderr] 727 | Rasterizer = D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_RASTERIZER, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_DEPTH_STENCIL` in this scope [INFO] [stderr] --> src/d3d12.rs:728:20 [INFO] [stderr] | [INFO] [stderr] 728 | DepthStencil = D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_DEPTH_STENCIL, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_INPUT_LAYOUT` in this scope [INFO] [stderr] --> src/d3d12.rs:729:19 [INFO] [stderr] | [INFO] [stderr] 729 | InputLayout = D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_INPUT_LAYOUT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_IB_STRIP_CUT_VALUE` in this scope [INFO] [stderr] --> src/d3d12.rs:730:23 [INFO] [stderr] | [INFO] [stderr] 730 | IBStripCutValue = D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_IB_STRIP_CUT_VALUE, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_PRIMITIVE_TOPOLOGY` in this scope [INFO] [stderr] --> src/d3d12.rs:731:25 [INFO] [stderr] | [INFO] [stderr] 731 | PrimitiveTopology = D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_PRIMITIVE_TOPOLOGY, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_RENDER_TARGET_FORMATS` in this scope [INFO] [stderr] --> src/d3d12.rs:732:27 [INFO] [stderr] | [INFO] [stderr] 732 | RenderTargetFormats = D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_RENDER_TARGET_FORMATS, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_DEPTH_STENCIL_FORMAT` in this scope [INFO] [stderr] --> src/d3d12.rs:733:26 [INFO] [stderr] | [INFO] [stderr] 733 | DepthStencilFormat = D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_DEPTH_STENCIL_FORMAT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_SAMPLE_DESC` in this scope [INFO] [stderr] --> src/d3d12.rs:734:18 [INFO] [stderr] | [INFO] [stderr] 734 | SampleDesc = D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_SAMPLE_DESC, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_NODE_MASK` in this scope [INFO] [stderr] --> src/d3d12.rs:735:16 [INFO] [stderr] | [INFO] [stderr] 735 | NodeMask = D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_NODE_MASK, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_CACHED_PSO` in this scope [INFO] [stderr] --> src/d3d12.rs:736:17 [INFO] [stderr] | [INFO] [stderr] 736 | CachedPSO = D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_CACHED_PSO, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_FLAGS` in this scope [INFO] [stderr] --> src/d3d12.rs:737:13 [INFO] [stderr] | [INFO] [stderr] 737 | Flags = D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_FLAGS, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_DEPTH_STENCIL1` in this scope [INFO] [stderr] --> src/d3d12.rs:738:16 [INFO] [stderr] | [INFO] [stderr] 738 | Stencil1 = D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_DEPTH_STENCIL1, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_PREDICATION_OP_EQUAL_ZERO` in this scope [INFO] [stderr] --> src/d3d12.rs:746:17 [INFO] [stderr] | [INFO] [stderr] 746 | EqualZero = D3D12_PREDICATION_OP_EQUAL_ZERO, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_PREDICATION_OP_NOT_EQUAL_ZERO` in this scope [INFO] [stderr] --> src/d3d12.rs:747:20 [INFO] [stderr] | [INFO] [stderr] 747 | NotEqualZero = D3D12_PREDICATION_OP_NOT_EQUAL_ZERO, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_PRIMITIVE_TOPOLOGY_TYPE_UNDEFINED` in this scope [INFO] [stderr] --> src/d3d12.rs:753:17 [INFO] [stderr] | [INFO] [stderr] 753 | Undefined = D3D12_PRIMITIVE_TOPOLOGY_TYPE_UNDEFINED, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_PRIMITIVE_TOPOLOGY_TYPE_POINT` in this scope [INFO] [stderr] --> src/d3d12.rs:754:13 [INFO] [stderr] | [INFO] [stderr] 754 | Point = D3D12_PRIMITIVE_TOPOLOGY_TYPE_POINT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_PRIMITIVE_TOPOLOGY_TYPE_LINE` in this scope [INFO] [stderr] --> src/d3d12.rs:755:12 [INFO] [stderr] | [INFO] [stderr] 755 | Line = D3D12_PRIMITIVE_TOPOLOGY_TYPE_LINE, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_PRIMITIVE_TOPOLOGY_TYPE_TRIANGLE` in this scope [INFO] [stderr] --> src/d3d12.rs:756:16 [INFO] [stderr] | [INFO] [stderr] 756 | Triangle = D3D12_PRIMITIVE_TOPOLOGY_TYPE_TRIANGLE, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_PRIMITIVE_TOPOLOGY_TYPE_PATCH` in this scope [INFO] [stderr] --> src/d3d12.rs:757:13 [INFO] [stderr] | [INFO] [stderr] 757 | Patch = D3D12_PRIMITIVE_TOPOLOGY_TYPE_PATCH, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_PROGRAMMABLE_SAMPLE_POSITIONS_TIER_NOT_SUPPORTED` in this scope [INFO] [stderr] --> src/d3d12.rs:763:20 [INFO] [stderr] | [INFO] [stderr] 763 | NotSupported = D3D12_PROGRAMMABLE_SAMPLE_POSITIONS_TIER_NOT_SUPPORTED, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_PROGRAMMABLE_SAMPLE_POSITIONS_TIER_1` in this scope [INFO] [stderr] --> src/d3d12.rs:764:13 [INFO] [stderr] | [INFO] [stderr] 764 | Tier1 = D3D12_PROGRAMMABLE_SAMPLE_POSITIONS_TIER_1, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_PROGRAMMABLE_SAMPLE_POSITIONS_TIER_2` in this scope [INFO] [stderr] --> src/d3d12.rs:765:13 [INFO] [stderr] | [INFO] [stderr] 765 | Tier2 = D3D12_PROGRAMMABLE_SAMPLE_POSITIONS_TIER_2, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_QUERY_HEAP_TYPE_OCCLUSION` in this scope [INFO] [stderr] --> src/d3d12.rs:780:17 [INFO] [stderr] | [INFO] [stderr] 780 | Occlusion = D3D12_QUERY_HEAP_TYPE_OCCLUSION, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_QUERY_HEAP_TYPE_TIMESTAMP` in this scope [INFO] [stderr] --> src/d3d12.rs:781:17 [INFO] [stderr] | [INFO] [stderr] 781 | Timestamp = D3D12_QUERY_HEAP_TYPE_TIMESTAMP, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_QUERY_HEAP_TYPE_PIPELINE_STATISTICS` in this scope [INFO] [stderr] --> src/d3d12.rs:782:26 [INFO] [stderr] | [INFO] [stderr] 782 | PipelineStatistics = D3D12_QUERY_HEAP_TYPE_PIPELINE_STATISTICS, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_QUERY_HEAP_TYPE_SO_STATISTICS` in this scope [INFO] [stderr] --> src/d3d12.rs:783:20 [INFO] [stderr] | [INFO] [stderr] 783 | SOStatistics = D3D12_QUERY_HEAP_TYPE_SO_STATISTICS, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_QUERY_TYPE_OCCLUSION` in this scope [INFO] [stderr] --> src/d3d12.rs:791:17 [INFO] [stderr] | [INFO] [stderr] 791 | Occlusion = D3D12_QUERY_TYPE_OCCLUSION, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_QUERY_TYPE_BINARY_OCCLUSION` in this scope [INFO] [stderr] --> src/d3d12.rs:792:23 [INFO] [stderr] | [INFO] [stderr] 792 | BinaryOcclusion = D3D12_QUERY_TYPE_BINARY_OCCLUSION, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_QUERY_TYPE_TIMESTAMP` in this scope [INFO] [stderr] --> src/d3d12.rs:793:17 [INFO] [stderr] | [INFO] [stderr] 793 | Timestamp = D3D12_QUERY_TYPE_TIMESTAMP, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_QUERY_TYPE_PIPELINE_STATISTICS` in this scope [INFO] [stderr] --> src/d3d12.rs:794:26 [INFO] [stderr] | [INFO] [stderr] 794 | PipelineStatistics = D3D12_QUERY_TYPE_PIPELINE_STATISTICS, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_QUERY_TYPE_SO_STATISTICS_STREAM0` in this scope [INFO] [stderr] --> src/d3d12.rs:795:27 [INFO] [stderr] | [INFO] [stderr] 795 | SOStatisticsStream0 = D3D12_QUERY_TYPE_SO_STATISTICS_STREAM0, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_QUERY_TYPE_SO_STATISTICS_STREAM1` in this scope [INFO] [stderr] --> src/d3d12.rs:796:27 [INFO] [stderr] | [INFO] [stderr] 796 | SOStatisticsStream1 = D3D12_QUERY_TYPE_SO_STATISTICS_STREAM1, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_QUERY_TYPE_SO_STATISTICS_STREAM2` in this scope [INFO] [stderr] --> src/d3d12.rs:797:27 [INFO] [stderr] | [INFO] [stderr] 797 | SOStatisticsStream2 = D3D12_QUERY_TYPE_SO_STATISTICS_STREAM2, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_QUERY_TYPE_SO_STATISTICS_STREAM3` in this scope [INFO] [stderr] --> src/d3d12.rs:798:27 [INFO] [stderr] | [INFO] [stderr] 798 | SOStatisticsStream3 = D3D12_QUERY_TYPE_SO_STATISTICS_STREAM3, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_RESIDENCY_PRIORITY_MINIMUM` in this scope [INFO] [stderr] --> src/d3d12.rs:954:15 [INFO] [stderr] | [INFO] [stderr] 954 | Minimum = D3D12_RESIDENCY_PRIORITY_MINIMUM, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_RESIDENCY_PRIORITY_LOW` in this scope [INFO] [stderr] --> src/d3d12.rs:955:11 [INFO] [stderr] | [INFO] [stderr] 955 | Low = D3D12_RESIDENCY_PRIORITY_LOW, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_RESIDENCY_PRIORITY_NORMAL` in this scope [INFO] [stderr] --> src/d3d12.rs:956:14 [INFO] [stderr] | [INFO] [stderr] 956 | Normal = D3D12_RESIDENCY_PRIORITY_NORMAL, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_RESIDENCY_PRIORITY_HIGH` in this scope [INFO] [stderr] --> src/d3d12.rs:957:12 [INFO] [stderr] | [INFO] [stderr] 957 | High = D3D12_RESIDENCY_PRIORITY_HIGH, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_RESIDENCY_PRIORITY_MAXIMUM` in this scope [INFO] [stderr] --> src/d3d12.rs:958:15 [INFO] [stderr] | [INFO] [stderr] 958 | Maximum = D3D12_RESIDENCY_PRIORITY_MAXIMUM, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_RESOLVE_MODE_DECOMPRESS` in this scope [INFO] [stderr] --> src/d3d12.rs:964:18 [INFO] [stderr] | [INFO] [stderr] 964 | Decompress = D3D12_RESOLVE_MODE_DECOMPRESS, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_RESOLVE_MODE_MIN` in this scope [INFO] [stderr] --> src/d3d12.rs:965:11 [INFO] [stderr] | [INFO] [stderr] 965 | Min = D3D12_RESOLVE_MODE_MIN, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_RESOLVE_MODE_MAX` in this scope [INFO] [stderr] --> src/d3d12.rs:966:11 [INFO] [stderr] | [INFO] [stderr] 966 | Max = D3D12_RESOLVE_MODE_MAX, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_RESOLVE_MODE_AVERAGE` in this scope [INFO] [stderr] --> src/d3d12.rs:967:15 [INFO] [stderr] | [INFO] [stderr] 967 | Average = D3D12_RESOLVE_MODE_AVERAGE, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_RESOURCE_BARRIER_FLAG_NONE` in this scope [INFO] [stderr] --> src/d3d12.rs:974:33 [INFO] [stderr] | [INFO] [stderr] 974 | pub const None: Self = Self(D3D12_RESOURCE_BARRIER_FLAG_NONE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_RESOURCE_BARRIER_FLAG_BEGIN_ONLY` in this scope [INFO] [stderr] --> src/d3d12.rs:975:38 [INFO] [stderr] | [INFO] [stderr] 975 | pub const BeginOnly: Self = Self(D3D12_RESOURCE_BARRIER_FLAG_BEGIN_ONLY); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_RESOURCE_BARRIER_FLAG_END_ONLY` in this scope [INFO] [stderr] --> src/d3d12.rs:976:36 [INFO] [stderr] | [INFO] [stderr] 976 | pub const EndOnly: Self = Self(D3D12_RESOURCE_BARRIER_FLAG_END_ONLY); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_RESOURCE_BARRIER_TYPE_TRANSITION` in this scope [INFO] [stderr] --> src/d3d12.rs:983:18 [INFO] [stderr] | [INFO] [stderr] 983 | Transition = D3D12_RESOURCE_BARRIER_TYPE_TRANSITION, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_RESOURCE_BARRIER_TYPE_ALIASING` in this scope [INFO] [stderr] --> src/d3d12.rs:984:16 [INFO] [stderr] | [INFO] [stderr] 984 | Aliasing = D3D12_RESOURCE_BARRIER_TYPE_ALIASING, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_RESOURCE_BARRIER_TYPE_UAV` in this scope [INFO] [stderr] --> src/d3d12.rs:985:11 [INFO] [stderr] | [INFO] [stderr] 985 | UAV = D3D12_RESOURCE_BARRIER_TYPE_UAV, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_RESOURCE_BINDING_TIER_1` in this scope [INFO] [stderr] --> src/d3d12.rs:991:13 [INFO] [stderr] | [INFO] [stderr] 991 | Tier1 = D3D12_RESOURCE_BINDING_TIER_1, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_RESOURCE_BINDING_TIER_2` in this scope [INFO] [stderr] --> src/d3d12.rs:992:13 [INFO] [stderr] | [INFO] [stderr] 992 | Tier2 = D3D12_RESOURCE_BINDING_TIER_2, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_RESOURCE_BINDING_TIER_3` in this scope [INFO] [stderr] --> src/d3d12.rs:993:13 [INFO] [stderr] | [INFO] [stderr] 993 | Tier3 = D3D12_RESOURCE_BINDING_TIER_3, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_RESOURCE_DIMENSION_UNKNOWN` in this scope [INFO] [stderr] --> src/d3d12.rs:999:15 [INFO] [stderr] | [INFO] [stderr] 999 | Unknown = D3D12_RESOURCE_DIMENSION_UNKNOWN, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_RESOURCE_DIMENSION_BUFFER` in this scope [INFO] [stderr] --> src/d3d12.rs:1000:14 [INFO] [stderr] | [INFO] [stderr] 1000 | Buffer = D3D12_RESOURCE_DIMENSION_BUFFER, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_RESOURCE_DIMENSION_TEXTURE1D` in this scope [INFO] [stderr] --> src/d3d12.rs:1001:17 [INFO] [stderr] | [INFO] [stderr] 1001 | Texture1D = D3D12_RESOURCE_DIMENSION_TEXTURE1D, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_RESOURCE_DIMENSION_TEXTURE2D` in this scope [INFO] [stderr] --> src/d3d12.rs:1002:17 [INFO] [stderr] | [INFO] [stderr] 1002 | Texture2D = D3D12_RESOURCE_DIMENSION_TEXTURE2D, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_RESOURCE_DIMENSION_TEXTURE3D` in this scope [INFO] [stderr] --> src/d3d12.rs:1003:17 [INFO] [stderr] | [INFO] [stderr] 1003 | Texture3D = D3D12_RESOURCE_DIMENSION_TEXTURE3D, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_RESOURCE_FLAG_NONE` in this scope [INFO] [stderr] --> src/d3d12.rs:1010:33 [INFO] [stderr] | [INFO] [stderr] 1010 | pub const None: Self = Self(D3D12_RESOURCE_FLAG_NONE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_RESOURCE_FLAG_ALLOW_RENDER_TARGET` in this scope [INFO] [stderr] --> src/d3d12.rs:1011:46 [INFO] [stderr] | [INFO] [stderr] 1011 | pub const AllowRenderTarget: Self = Self(D3D12_RESOURCE_FLAG_ALLOW_RENDER_TARGET); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_RESOURCE_FLAG_ALLOW_DEPTH_STENCIL` in this scope [INFO] [stderr] --> src/d3d12.rs:1012:46 [INFO] [stderr] | [INFO] [stderr] 1012 | pub const AllowDepthStencil: Self = Self(D3D12_RESOURCE_FLAG_ALLOW_DEPTH_STENCIL); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_RESOURCE_FLAG_ALLOW_UNORDERED_ACCESS` in this scope [INFO] [stderr] --> src/d3d12.rs:1013:49 [INFO] [stderr] | [INFO] [stderr] 1013 | pub const AllowUnorderedAccess: Self = Self(D3D12_RESOURCE_FLAG_ALLOW_UNORDERED_ACCESS); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_RESOURCE_FLAG_DENY_SHADER_RESOURCE` in this scope [INFO] [stderr] --> src/d3d12.rs:1014:47 [INFO] [stderr] | [INFO] [stderr] 1014 | pub const DenyShaderResource: Self = Self(D3D12_RESOURCE_FLAG_DENY_SHADER_RESOURCE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_RESOURCE_FLAG_ALLOW_CROSS_ADAPTER` in this scope [INFO] [stderr] --> src/d3d12.rs:1015:46 [INFO] [stderr] | [INFO] [stderr] 1015 | pub const AllowCrossAdapter: Self = Self(D3D12_RESOURCE_FLAG_ALLOW_CROSS_ADAPTER); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_RESOURCE_FLAG_ALLOW_SIMULTANEOUS_ACCESS` in this scope [INFO] [stderr] --> src/d3d12.rs:1016:51 [INFO] [stderr] | [INFO] [stderr] 1016 | pub const AllowSimutaneousAccess: Self = Self(D3D12_RESOURCE_FLAG_ALLOW_SIMULTANEOUS_ACCESS); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_RESOURCE_HEAP_TIER_1` in this scope [INFO] [stderr] --> src/d3d12.rs:1024:13 [INFO] [stderr] | [INFO] [stderr] 1024 | Tier1 = D3D12_RESOURCE_HEAP_TIER_1, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_RESOURCE_HEAP_TIER_2` in this scope [INFO] [stderr] --> src/d3d12.rs:1025:13 [INFO] [stderr] | [INFO] [stderr] 1025 | Tier2 = D3D12_RESOURCE_HEAP_TIER_2, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_RESOURCE_STATE_COMMON` in this scope [INFO] [stderr] --> src/d3d12.rs:1032:35 [INFO] [stderr] | [INFO] [stderr] 1032 | pub const Common: Self = Self(D3D12_RESOURCE_STATE_COMMON); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_RESOURCE_STATE_VERTEX_AND_CONSTANT_BUFFER` in this scope [INFO] [stderr] --> src/d3d12.rs:1033:52 [INFO] [stderr] | [INFO] [stderr] 1033 | pub const VertexAndConstantBuffer: Self = Self(D3D12_RESOURCE_STATE_VERTEX_AND_CONSTANT_BUFFER); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_RESOURCE_STATE_INDEX_BUFFER` in this scope [INFO] [stderr] --> src/d3d12.rs:1034:40 [INFO] [stderr] | [INFO] [stderr] 1034 | pub const IndexBuffer: Self = Self(D3D12_RESOURCE_STATE_INDEX_BUFFER); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_RESOURCE_STATE_RENDER_TARGET` in this scope [INFO] [stderr] --> src/d3d12.rs:1035:41 [INFO] [stderr] | [INFO] [stderr] 1035 | pub const RenderTarget: Self = Self(D3D12_RESOURCE_STATE_RENDER_TARGET); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_RESOURCE_STATE_UNORDERED_ACCESS` in this scope [INFO] [stderr] --> src/d3d12.rs:1036:44 [INFO] [stderr] | [INFO] [stderr] 1036 | pub const UnorderedAccess: Self = Self(D3D12_RESOURCE_STATE_UNORDERED_ACCESS); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_RESOURCE_STATE_DEPTH_WRITE` in this scope [INFO] [stderr] --> src/d3d12.rs:1037:39 [INFO] [stderr] | [INFO] [stderr] 1037 | pub const DepthWrite: Self = Self(D3D12_RESOURCE_STATE_DEPTH_WRITE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_RESOURCE_STATE_DEPTH_READ` in this scope [INFO] [stderr] --> src/d3d12.rs:1038:38 [INFO] [stderr] | [INFO] [stderr] 1038 | pub const DepthRead: Self = Self(D3D12_RESOURCE_STATE_DEPTH_READ); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_RESOURCE_STATE_NON_PIXEL_SHADER_RESOURCE` in this scope [INFO] [stderr] --> src/d3d12.rs:1039:51 [INFO] [stderr] | [INFO] [stderr] 1039 | pub const NonPixelShaderResource: Self = Self(D3D12_RESOURCE_STATE_NON_PIXEL_SHADER_RESOURCE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_RESOURCE_STATE_PIXEL_SHADER_RESOURCE` in this scope [INFO] [stderr] --> src/d3d12.rs:1040:48 [INFO] [stderr] | [INFO] [stderr] 1040 | pub const PixelShaderResource: Self = Self(D3D12_RESOURCE_STATE_PIXEL_SHADER_RESOURCE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_RESOURCE_STATE_STREAM_OUT` in this scope [INFO] [stderr] --> src/d3d12.rs:1041:37 [INFO] [stderr] | [INFO] [stderr] 1041 | pub const SteamOut: Self = Self(D3D12_RESOURCE_STATE_STREAM_OUT); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_RESOURCE_STATE_INDIRECT_ARGUMENT` in this scope [INFO] [stderr] --> src/d3d12.rs:1042:45 [INFO] [stderr] | [INFO] [stderr] 1042 | pub const IndirectArgument: Self = Self(D3D12_RESOURCE_STATE_INDIRECT_ARGUMENT); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_RESOURCE_STATE_COPY_DEST` in this scope [INFO] [stderr] --> src/d3d12.rs:1043:37 [INFO] [stderr] | [INFO] [stderr] 1043 | pub const CopyDest: Self = Self(D3D12_RESOURCE_STATE_COPY_DEST); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_RESOURCE_STATE_COPY_SOURCE` in this scope [INFO] [stderr] --> src/d3d12.rs:1044:39 [INFO] [stderr] | [INFO] [stderr] 1044 | pub const CopySource: Self = Self(D3D12_RESOURCE_STATE_COPY_SOURCE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_RESOURCE_STATE_RESOLVE_DEST` in this scope [INFO] [stderr] --> src/d3d12.rs:1045:40 [INFO] [stderr] | [INFO] [stderr] 1045 | pub const ResolveDest: Self = Self(D3D12_RESOURCE_STATE_RESOLVE_DEST); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_RESOURCE_STATE_RESOLVE_SOURCE` in this scope [INFO] [stderr] --> src/d3d12.rs:1046:42 [INFO] [stderr] | [INFO] [stderr] 1046 | pub const ResolveSource: Self = Self(D3D12_RESOURCE_STATE_RESOLVE_SOURCE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_RESOURCE_STATE_GENERIC_READ` in this scope [INFO] [stderr] --> src/d3d12.rs:1047:40 [INFO] [stderr] | [INFO] [stderr] 1047 | pub const GenericRead: Self = Self(D3D12_RESOURCE_STATE_GENERIC_READ); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_RESOURCE_STATE_PRESENT` in this scope [INFO] [stderr] --> src/d3d12.rs:1049:36 [INFO] [stderr] | [INFO] [stderr] 1049 | pub const Present: Self = Self(D3D12_RESOURCE_STATE_PRESENT); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_RESOURCE_STATE_PREDICATION` in this scope [INFO] [stderr] --> src/d3d12.rs:1051:40 [INFO] [stderr] | [INFO] [stderr] 1051 | pub const Predication: Self = Self(D3D12_RESOURCE_STATE_PREDICATION); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_ROOT_DESCRIPTOR_FLAG_NONE` in this scope [INFO] [stderr] --> src/d3d12.rs:1065:33 [INFO] [stderr] | [INFO] [stderr] 1065 | pub const None: Self = Self(D3D12_ROOT_DESCRIPTOR_FLAG_NONE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_ROOT_DESCRIPTOR_FLAG_DATA_VOLATILE` in this scope [INFO] [stderr] --> src/d3d12.rs:1066:37 [INFO] [stderr] | [INFO] [stderr] 1066 | pub const Volatile: Self = Self(D3D12_ROOT_DESCRIPTOR_FLAG_DATA_VOLATILE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_ROOT_DESCRIPTOR_FLAG_DATA_STATIC_WHILE_SET_AT_EXECUTE` in this scope [INFO] [stderr] --> src/d3d12.rs:1068:14 [INFO] [stderr] | [INFO] [stderr] 1068 | Self(D3D12_ROOT_DESCRIPTOR_FLAG_DATA_STATIC_WHILE_SET_AT_EXECUTE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_ROOT_DESCRIPTOR_FLAG_DATA_STATIC` in this scope [INFO] [stderr] --> src/d3d12.rs:1069:39 [INFO] [stderr] | [INFO] [stderr] 1069 | pub const DataStatic: Self = Self(D3D12_ROOT_DESCRIPTOR_FLAG_DATA_STATIC); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_ROOT_PARAMETER_TYPE_DESCRIPTOR_TABLE` in this scope [INFO] [stderr] --> src/d3d12.rs:1076:23 [INFO] [stderr] | [INFO] [stderr] 1076 | DescriptorTable = D3D12_ROOT_PARAMETER_TYPE_DESCRIPTOR_TABLE, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_ROOT_PARAMETER_TYPE_32BIT_CONSTANTS` in this scope [INFO] [stderr] --> src/d3d12.rs:1077:23 [INFO] [stderr] | [INFO] [stderr] 1077 | _32BitConstants = D3D12_ROOT_PARAMETER_TYPE_32BIT_CONSTANTS, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_ROOT_PARAMETER_TYPE_CBV` in this scope [INFO] [stderr] --> src/d3d12.rs:1078:11 [INFO] [stderr] | [INFO] [stderr] 1078 | CBV = D3D12_ROOT_PARAMETER_TYPE_CBV, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_ROOT_PARAMETER_TYPE_SRV` in this scope [INFO] [stderr] --> src/d3d12.rs:1079:11 [INFO] [stderr] | [INFO] [stderr] 1079 | SRV = D3D12_ROOT_PARAMETER_TYPE_SRV, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_ROOT_PARAMETER_TYPE_UAV` in this scope [INFO] [stderr] --> src/d3d12.rs:1080:11 [INFO] [stderr] | [INFO] [stderr] 1080 | UAV = D3D12_ROOT_PARAMETER_TYPE_UAV, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_ROOT_SIGNATURE_FLAG_NONE` in this scope [INFO] [stderr] --> src/d3d12.rs:1087:33 [INFO] [stderr] | [INFO] [stderr] 1087 | pub const None: Self = Self(D3D12_ROOT_SIGNATURE_FLAG_NONE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_ROOT_SIGNATURE_FLAG_ALLOW_INPUT_ASSEMBLER_INPUT_LAYOUT` in this scope [INFO] [stderr] --> src/d3d12.rs:1089:14 [INFO] [stderr] | [INFO] [stderr] 1089 | Self(D3D12_ROOT_SIGNATURE_FLAG_ALLOW_INPUT_ASSEMBLER_INPUT_LAYOUT); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_ROOT_SIGNATURE_FLAG_DENY_VERTEX_SHADER_ROOT_ACCESS` in this scope [INFO] [stderr] --> src/d3d12.rs:1091:14 [INFO] [stderr] | [INFO] [stderr] 1091 | Self(D3D12_ROOT_SIGNATURE_FLAG_DENY_VERTEX_SHADER_ROOT_ACCESS); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_ROOT_SIGNATURE_FLAG_DENY_HULL_SHADER_ROOT_ACCESS` in this scope [INFO] [stderr] --> src/d3d12.rs:1093:14 [INFO] [stderr] | [INFO] [stderr] 1093 | Self(D3D12_ROOT_SIGNATURE_FLAG_DENY_HULL_SHADER_ROOT_ACCESS); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_ROOT_SIGNATURE_FLAG_DENY_DOMAIN_SHADER_ROOT_ACCESS` in this scope [INFO] [stderr] --> src/d3d12.rs:1095:14 [INFO] [stderr] | [INFO] [stderr] 1095 | Self(D3D12_ROOT_SIGNATURE_FLAG_DENY_DOMAIN_SHADER_ROOT_ACCESS); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_ROOT_SIGNATURE_FLAG_DENY_GEOMETRY_SHADER_ROOT_ACCESS` in this scope [INFO] [stderr] --> src/d3d12.rs:1097:14 [INFO] [stderr] | [INFO] [stderr] 1097 | Self(D3D12_ROOT_SIGNATURE_FLAG_DENY_GEOMETRY_SHADER_ROOT_ACCESS); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_ROOT_SIGNATURE_FLAG_DENY_PIXEL_SHADER_ROOT_ACCESS` in this scope [INFO] [stderr] --> src/d3d12.rs:1099:14 [INFO] [stderr] | [INFO] [stderr] 1099 | Self(D3D12_ROOT_SIGNATURE_FLAG_DENY_PIXEL_SHADER_ROOT_ACCESS); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_ROOT_SIGNATURE_FLAG_ALLOW_STREAM_OUTPUT` in this scope [INFO] [stderr] --> src/d3d12.rs:1100:46 [INFO] [stderr] | [INFO] [stderr] 1100 | pub const AllowStreamOutput: Self = Self(D3D12_ROOT_SIGNATURE_FLAG_ALLOW_STREAM_OUTPUT); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_RTV_DIMENSION_UNKNOWN` in this scope [INFO] [stderr] --> src/d3d12.rs:1108:14 [INFO] [stderr] | [INFO] [stderr] 1108 | Unkown = D3D12_RTV_DIMENSION_UNKNOWN, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_RTV_DIMENSION_BUFFER` in this scope [INFO] [stderr] --> src/d3d12.rs:1109:14 [INFO] [stderr] | [INFO] [stderr] 1109 | Buffer = D3D12_RTV_DIMENSION_BUFFER, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_RTV_DIMENSION_TEXTURE1D` in this scope [INFO] [stderr] --> src/d3d12.rs:1110:17 [INFO] [stderr] | [INFO] [stderr] 1110 | Texture1D = D3D12_RTV_DIMENSION_TEXTURE1D, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_RTV_DIMENSION_TEXTURE1DARRAY` in this scope [INFO] [stderr] --> src/d3d12.rs:1111:22 [INFO] [stderr] | [INFO] [stderr] 1111 | Texture1DArray = D3D12_RTV_DIMENSION_TEXTURE1DARRAY, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_RTV_DIMENSION_TEXTURE2D` in this scope [INFO] [stderr] --> src/d3d12.rs:1112:17 [INFO] [stderr] | [INFO] [stderr] 1112 | Texture2D = D3D12_RTV_DIMENSION_TEXTURE2D, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_RTV_DIMENSION_TEXTURE2DARRAY` in this scope [INFO] [stderr] --> src/d3d12.rs:1113:22 [INFO] [stderr] | [INFO] [stderr] 1113 | Texture2DArray = D3D12_RTV_DIMENSION_TEXTURE2DARRAY, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_RTV_DIMENSION_TEXTURE2DMS` in this scope [INFO] [stderr] --> src/d3d12.rs:1114:19 [INFO] [stderr] | [INFO] [stderr] 1114 | Texture2DMS = D3D12_RTV_DIMENSION_TEXTURE2DMS, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_RTV_DIMENSION_TEXTURE2DMSARRAY` in this scope [INFO] [stderr] --> src/d3d12.rs:1115:24 [INFO] [stderr] | [INFO] [stderr] 1115 | Texture2DMSArray = D3D12_RTV_DIMENSION_TEXTURE2DMSARRAY, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_RTV_DIMENSION_TEXTURE3D` in this scope [INFO] [stderr] --> src/d3d12.rs:1116:17 [INFO] [stderr] | [INFO] [stderr] 1116 | Texture3D = D3D12_RTV_DIMENSION_TEXTURE3D, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_SHADER_CACHE_SUPPORT_NONE` in this scope [INFO] [stderr] --> src/d3d12.rs:1130:33 [INFO] [stderr] | [INFO] [stderr] 1130 | pub const None: Self = Self(D3D12_SHADER_CACHE_SUPPORT_NONE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_SHADER_CACHE_SUPPORT_SINGLE_PSO` in this scope [INFO] [stderr] --> src/d3d12.rs:1131:38 [INFO] [stderr] | [INFO] [stderr] 1131 | pub const SinglePSO: Self = Self(D3D12_SHADER_CACHE_SUPPORT_SINGLE_PSO); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_SHADER_CACHE_SUPPORT_LIBRARY` in this scope [INFO] [stderr] --> src/d3d12.rs:1132:36 [INFO] [stderr] | [INFO] [stderr] 1132 | pub const Library: Self = Self(D3D12_SHADER_CACHE_SUPPORT_LIBRARY); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_SHADER_CACHE_SUPPORT_AUTOMATIC_INPROC_CACHE` in this scope [INFO] [stderr] --> src/d3d12.rs:1133:49 [INFO] [stderr] | [INFO] [stderr] 1133 | pub const AutomaticInprocCache: Self = Self(D3D12_SHADER_CACHE_SUPPORT_AUTOMATIC_INPROC_CACHE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_SHADER_CACHE_SUPPORT_AUTOMATIC_DISK_CACHE` in this scope [INFO] [stderr] --> src/d3d12.rs:1134:47 [INFO] [stderr] | [INFO] [stderr] 1134 | pub const AutomaticDiskCache: Self = Self(D3D12_SHADER_CACHE_SUPPORT_AUTOMATIC_DISK_CACHE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_SHADER_COMPONENT_MAPPING_FROM_MEMORY_COMPONENT_0` in this scope [INFO] [stderr] --> src/d3d12.rs:1143:14 [INFO] [stderr] | [INFO] [stderr] 1143 | Self(D3D12_SHADER_COMPONENT_MAPPING_FROM_MEMORY_COMPONENT_0); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_SHADER_COMPONENT_MAPPING_FROM_MEMORY_COMPONENT_1` in this scope [INFO] [stderr] --> src/d3d12.rs:1145:14 [INFO] [stderr] | [INFO] [stderr] 1145 | Self(D3D12_SHADER_COMPONENT_MAPPING_FROM_MEMORY_COMPONENT_1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_SHADER_COMPONENT_MAPPING_FROM_MEMORY_COMPONENT_2` in this scope [INFO] [stderr] --> src/d3d12.rs:1147:14 [INFO] [stderr] | [INFO] [stderr] 1147 | Self(D3D12_SHADER_COMPONENT_MAPPING_FROM_MEMORY_COMPONENT_2); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_SHADER_COMPONENT_MAPPING_FROM_MEMORY_COMPONENT_3` in this scope [INFO] [stderr] --> src/d3d12.rs:1149:14 [INFO] [stderr] | [INFO] [stderr] 1149 | Self(D3D12_SHADER_COMPONENT_MAPPING_FROM_MEMORY_COMPONENT_3); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_SHADER_COMPONENT_MAPPING_FORCE_VALUE_0` in this scope [INFO] [stderr] --> src/d3d12.rs:1150:40 [INFO] [stderr] | [INFO] [stderr] 1150 | pub const ForceValue0: Self = Self(D3D12_SHADER_COMPONENT_MAPPING_FORCE_VALUE_0); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_SHADER_COMPONENT_MAPPING_FORCE_VALUE_1` in this scope [INFO] [stderr] --> src/d3d12.rs:1151:40 [INFO] [stderr] | [INFO] [stderr] 1151 | pub const ForceValue1: Self = Self(D3D12_SHADER_COMPONENT_MAPPING_FORCE_VALUE_1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_SHADER_MIN_PRECISION_SUPPORT_NONE` in this scope [INFO] [stderr] --> src/d3d12.rs:1179:12 [INFO] [stderr] | [INFO] [stderr] 1179 | None = D3D12_SHADER_MIN_PRECISION_SUPPORT_NONE, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_SHADER_MIN_PRECISION_SUPPORT_10_BIT` in this scope [INFO] [stderr] --> src/d3d12.rs:1180:14 [INFO] [stderr] | [INFO] [stderr] 1180 | _10Bit = D3D12_SHADER_MIN_PRECISION_SUPPORT_10_BIT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_SHADER_MIN_PRECISION_SUPPORT_16_BIT` in this scope [INFO] [stderr] --> src/d3d12.rs:1181:14 [INFO] [stderr] | [INFO] [stderr] 1181 | _16Bit = D3D12_SHADER_MIN_PRECISION_SUPPORT_16_BIT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_SHADER_VISIBILITY_ALL` in this scope [INFO] [stderr] --> src/d3d12.rs:1187:11 [INFO] [stderr] | [INFO] [stderr] 1187 | All = D3D12_SHADER_VISIBILITY_ALL, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_SHADER_VISIBILITY_VERTEX` in this scope [INFO] [stderr] --> src/d3d12.rs:1188:14 [INFO] [stderr] | [INFO] [stderr] 1188 | Vertex = D3D12_SHADER_VISIBILITY_VERTEX, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_SHADER_VISIBILITY_HULL` in this scope [INFO] [stderr] --> src/d3d12.rs:1189:12 [INFO] [stderr] | [INFO] [stderr] 1189 | Hull = D3D12_SHADER_VISIBILITY_HULL, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_SHADER_VISIBILITY_DOMAIN` in this scope [INFO] [stderr] --> src/d3d12.rs:1190:14 [INFO] [stderr] | [INFO] [stderr] 1190 | Domain = D3D12_SHADER_VISIBILITY_DOMAIN, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_SHADER_VISIBILITY_GEOMETRY` in this scope [INFO] [stderr] --> src/d3d12.rs:1191:16 [INFO] [stderr] | [INFO] [stderr] 1191 | Geometry = D3D12_SHADER_VISIBILITY_GEOMETRY, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_SHADER_VISIBILITY_PIXEL` in this scope [INFO] [stderr] --> src/d3d12.rs:1192:13 [INFO] [stderr] | [INFO] [stderr] 1192 | Pixel = D3D12_SHADER_VISIBILITY_PIXEL, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_SRV_DIMENSION_UNKNOWN` in this scope [INFO] [stderr] --> src/d3d12.rs:1231:15 [INFO] [stderr] | [INFO] [stderr] 1231 | Unknown = D3D12_SRV_DIMENSION_UNKNOWN, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_SRV_DIMENSION_BUFFER` in this scope [INFO] [stderr] --> src/d3d12.rs:1232:14 [INFO] [stderr] | [INFO] [stderr] 1232 | Buffer = D3D12_SRV_DIMENSION_BUFFER, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_SRV_DIMENSION_TEXTURE1D` in this scope [INFO] [stderr] --> src/d3d12.rs:1233:17 [INFO] [stderr] | [INFO] [stderr] 1233 | Texture1D = D3D12_SRV_DIMENSION_TEXTURE1D, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_SRV_DIMENSION_TEXTURE1DARRAY` in this scope [INFO] [stderr] --> src/d3d12.rs:1234:22 [INFO] [stderr] | [INFO] [stderr] 1234 | Texture1DArray = D3D12_SRV_DIMENSION_TEXTURE1DARRAY, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_SRV_DIMENSION_TEXTURE2D` in this scope [INFO] [stderr] --> src/d3d12.rs:1235:17 [INFO] [stderr] | [INFO] [stderr] 1235 | Texture2D = D3D12_SRV_DIMENSION_TEXTURE2D, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_SRV_DIMENSION_TEXTURE2DARRAY` in this scope [INFO] [stderr] --> src/d3d12.rs:1236:22 [INFO] [stderr] | [INFO] [stderr] 1236 | Texture2DArray = D3D12_SRV_DIMENSION_TEXTURE2DARRAY, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_SRV_DIMENSION_TEXTURE2DMS` in this scope [INFO] [stderr] --> src/d3d12.rs:1237:19 [INFO] [stderr] | [INFO] [stderr] 1237 | Texture2DMS = D3D12_SRV_DIMENSION_TEXTURE2DMS, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_SRV_DIMENSION_TEXTURE2DMSARRAY` in this scope [INFO] [stderr] --> src/d3d12.rs:1238:24 [INFO] [stderr] | [INFO] [stderr] 1238 | Texture2DMSArray = D3D12_SRV_DIMENSION_TEXTURE2DMSARRAY, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_SRV_DIMENSION_TEXTURE3D` in this scope [INFO] [stderr] --> src/d3d12.rs:1239:17 [INFO] [stderr] | [INFO] [stderr] 1239 | Texture3D = D3D12_SRV_DIMENSION_TEXTURE3D, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_SRV_DIMENSION_TEXTURECUBE` in this scope [INFO] [stderr] --> src/d3d12.rs:1240:19 [INFO] [stderr] | [INFO] [stderr] 1240 | TextureCube = D3D12_SRV_DIMENSION_TEXTURECUBE, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_SRV_DIMENSION_TEXTURECUBEARRAY` in this scope [INFO] [stderr] --> src/d3d12.rs:1241:24 [INFO] [stderr] | [INFO] [stderr] 1241 | TextureCubeArray = D3D12_SRV_DIMENSION_TEXTURECUBEARRAY, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_STATIC_BORDER_COLOR_TRANSPARENT_BLACK` in this scope [INFO] [stderr] --> src/d3d12.rs:1286:24 [INFO] [stderr] | [INFO] [stderr] 1286 | TransparentBlack = D3D12_STATIC_BORDER_COLOR_TRANSPARENT_BLACK, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_STATIC_BORDER_COLOR_OPAQUE_BLACK` in this scope [INFO] [stderr] --> src/d3d12.rs:1287:19 [INFO] [stderr] | [INFO] [stderr] 1287 | OpaqueBlack = D3D12_STATIC_BORDER_COLOR_OPAQUE_BLACK, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_STATIC_BORDER_COLOR_OPAQUE_WHITE` in this scope [INFO] [stderr] --> src/d3d12.rs:1288:19 [INFO] [stderr] | [INFO] [stderr] 1288 | OpaqueWhite = D3D12_STATIC_BORDER_COLOR_OPAQUE_WHITE, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_STENCIL_OP_KEEP` in this scope [INFO] [stderr] --> src/d3d12.rs:1294:12 [INFO] [stderr] | [INFO] [stderr] 1294 | Keep = D3D12_STENCIL_OP_KEEP, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_STENCIL_OP_ZERO` in this scope [INFO] [stderr] --> src/d3d12.rs:1295:12 [INFO] [stderr] | [INFO] [stderr] 1295 | Zero = D3D12_STENCIL_OP_ZERO, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_STENCIL_OP_REPLACE` in this scope [INFO] [stderr] --> src/d3d12.rs:1296:15 [INFO] [stderr] | [INFO] [stderr] 1296 | Replace = D3D12_STENCIL_OP_REPLACE, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_STENCIL_OP_INCR_SAT` in this scope [INFO] [stderr] --> src/d3d12.rs:1297:15 [INFO] [stderr] | [INFO] [stderr] 1297 | IncrSat = D3D12_STENCIL_OP_INCR_SAT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_STENCIL_OP_DECR_SAT` in this scope [INFO] [stderr] --> src/d3d12.rs:1298:15 [INFO] [stderr] | [INFO] [stderr] 1298 | DecrSat = D3D12_STENCIL_OP_DECR_SAT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_STENCIL_OP_INVERT` in this scope [INFO] [stderr] --> src/d3d12.rs:1299:14 [INFO] [stderr] | [INFO] [stderr] 1299 | Invert = D3D12_STENCIL_OP_INVERT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_STENCIL_OP_INCR` in this scope [INFO] [stderr] --> src/d3d12.rs:1300:12 [INFO] [stderr] | [INFO] [stderr] 1300 | Incr = D3D12_STENCIL_OP_INCR, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_STENCIL_OP_DECR` in this scope [INFO] [stderr] --> src/d3d12.rs:1301:12 [INFO] [stderr] | [INFO] [stderr] 1301 | Decr = D3D12_STENCIL_OP_DECR, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_TEXTURE_ADDRESS_MODE_WRAP` in this scope [INFO] [stderr] --> src/d3d12.rs:1307:12 [INFO] [stderr] | [INFO] [stderr] 1307 | Wrap = D3D12_TEXTURE_ADDRESS_MODE_WRAP, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_TEXTURE_ADDRESS_MODE_MIRROR` in this scope [INFO] [stderr] --> src/d3d12.rs:1308:14 [INFO] [stderr] | [INFO] [stderr] 1308 | Mirror = D3D12_TEXTURE_ADDRESS_MODE_MIRROR, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_TEXTURE_ADDRESS_MODE_CLAMP` in this scope [INFO] [stderr] --> src/d3d12.rs:1309:13 [INFO] [stderr] | [INFO] [stderr] 1309 | Clamp = D3D12_TEXTURE_ADDRESS_MODE_CLAMP, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_TEXTURE_ADDRESS_MODE_BORDER` in this scope [INFO] [stderr] --> src/d3d12.rs:1310:14 [INFO] [stderr] | [INFO] [stderr] 1310 | Boader = D3D12_TEXTURE_ADDRESS_MODE_BORDER, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_TEXTURE_ADDRESS_MODE_MIRROR_ONCE` in this scope [INFO] [stderr] --> src/d3d12.rs:1311:18 [INFO] [stderr] | [INFO] [stderr] 1311 | MirrorOnce = D3D12_TEXTURE_ADDRESS_MODE_MIRROR_ONCE, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_TEXTURE_COPY_TYPE_SUBRESOURCE_INDEX` in this scope [INFO] [stderr] --> src/d3d12.rs:1317:24 [INFO] [stderr] | [INFO] [stderr] 1317 | SubresourceIndex = D3D12_TEXTURE_COPY_TYPE_SUBRESOURCE_INDEX, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_TEXTURE_COPY_TYPE_PLACED_FOOTPRINT` in this scope [INFO] [stderr] --> src/d3d12.rs:1318:23 [INFO] [stderr] | [INFO] [stderr] 1318 | PlacedFootprint = D3D12_TEXTURE_COPY_TYPE_PLACED_FOOTPRINT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_TEXTURE_LAYOUT_UNKNOWN` in this scope [INFO] [stderr] --> src/d3d12.rs:1324:15 [INFO] [stderr] | [INFO] [stderr] 1324 | Unknown = D3D12_TEXTURE_LAYOUT_UNKNOWN, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_TEXTURE_LAYOUT_ROW_MAJOR` in this scope [INFO] [stderr] --> src/d3d12.rs:1325:16 [INFO] [stderr] | [INFO] [stderr] 1325 | RowMajor = D3D12_TEXTURE_LAYOUT_ROW_MAJOR, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_TEXTURE_LAYOUT_64KB_UNDEFINED_SWIZZLE` in this scope [INFO] [stderr] --> src/d3d12.rs:1326:29 [INFO] [stderr] | [INFO] [stderr] 1326 | _64KBUndefinedSwizzle = D3D12_TEXTURE_LAYOUT_64KB_UNDEFINED_SWIZZLE, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_TEXTURE_LAYOUT_64KB_STANDARD_SWIZZLE` in this scope [INFO] [stderr] --> src/d3d12.rs:1327:28 [INFO] [stderr] | [INFO] [stderr] 1327 | _64KBStandardSwizzle = D3D12_TEXTURE_LAYOUT_64KB_STANDARD_SWIZZLE, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_TILE_COPY_FLAG_NONE` in this scope [INFO] [stderr] --> src/d3d12.rs:1334:33 [INFO] [stderr] | [INFO] [stderr] 1334 | pub const None: Self = Self(D3D12_TILE_COPY_FLAG_NONE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_TILE_COPY_FLAG_NO_HAZARD` in this scope [INFO] [stderr] --> src/d3d12.rs:1335:37 [INFO] [stderr] | [INFO] [stderr] 1335 | pub const NoHazard: Self = Self(D3D12_TILE_COPY_FLAG_NO_HAZARD); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_TILE_COPY_FLAG_LINEAR_BUFFER_TO_SWIZZLED_TILED_RESOURCE` in this scope [INFO] [stderr] --> src/d3d12.rs:1337:14 [INFO] [stderr] | [INFO] [stderr] 1337 | Self(D3D12_TILE_COPY_FLAG_LINEAR_BUFFER_TO_SWIZZLED_TILED_RESOURCE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_TILE_COPY_FLAG_SWIZZLED_TILED_RESOURCE_TO_LINEAR_BUFFER` in this scope [INFO] [stderr] --> src/d3d12.rs:1339:14 [INFO] [stderr] | [INFO] [stderr] 1339 | Self(D3D12_TILE_COPY_FLAG_SWIZZLED_TILED_RESOURCE_TO_LINEAR_BUFFER); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_TILE_MAPPING_FLAG_NONE` in this scope [INFO] [stderr] --> src/d3d12.rs:1346:33 [INFO] [stderr] | [INFO] [stderr] 1346 | pub const None: Self = Self(D3D12_TILE_MAPPING_FLAG_NONE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_TILE_MAPPING_FLAG_NO_HAZARD` in this scope [INFO] [stderr] --> src/d3d12.rs:1347:37 [INFO] [stderr] | [INFO] [stderr] 1347 | pub const NoHazard: Self = Self(D3D12_TILE_MAPPING_FLAG_NO_HAZARD); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_TILE_RANGE_FLAG_NONE` in this scope [INFO] [stderr] --> src/d3d12.rs:1355:33 [INFO] [stderr] | [INFO] [stderr] 1355 | pub const None: Self = Self(D3D12_TILE_RANGE_FLAG_NONE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_TILE_RANGE_FLAG_NULL` in this scope [INFO] [stderr] --> src/d3d12.rs:1356:33 [INFO] [stderr] | [INFO] [stderr] 1356 | pub const Null: Self = Self(D3D12_TILE_RANGE_FLAG_NULL); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_TILE_RANGE_FLAG_SKIP` in this scope [INFO] [stderr] --> src/d3d12.rs:1357:33 [INFO] [stderr] | [INFO] [stderr] 1357 | pub const Skip: Self = Self(D3D12_TILE_RANGE_FLAG_SKIP); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_TILE_RANGE_FLAG_REUSE_SINGLE_TILE` in this scope [INFO] [stderr] --> src/d3d12.rs:1358:44 [INFO] [stderr] | [INFO] [stderr] 1358 | pub const ReuseSingleTile: Self = Self(D3D12_TILE_RANGE_FLAG_REUSE_SINGLE_TILE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_TILED_RESOURCES_TIER_NOT_SUPPORTED` in this scope [INFO] [stderr] --> src/d3d12.rs:1365:20 [INFO] [stderr] | [INFO] [stderr] 1365 | NotSupported = D3D12_TILED_RESOURCES_TIER_NOT_SUPPORTED, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_TILED_RESOURCES_TIER_1` in this scope [INFO] [stderr] --> src/d3d12.rs:1366:13 [INFO] [stderr] | [INFO] [stderr] 1366 | Tier1 = D3D12_TILED_RESOURCES_TIER_1, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_TILED_RESOURCES_TIER_2` in this scope [INFO] [stderr] --> src/d3d12.rs:1367:13 [INFO] [stderr] | [INFO] [stderr] 1367 | Tier2 = D3D12_TILED_RESOURCES_TIER_2, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_TILED_RESOURCES_TIER_3` in this scope [INFO] [stderr] --> src/d3d12.rs:1368:13 [INFO] [stderr] | [INFO] [stderr] 1368 | Tier3 = D3D12_TILED_RESOURCES_TIER_3, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_UAV_DIMENSION_UNKNOWN` in this scope [INFO] [stderr] --> src/d3d12.rs:1375:15 [INFO] [stderr] | [INFO] [stderr] 1375 | Unknown = D3D12_UAV_DIMENSION_UNKNOWN, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_UAV_DIMENSION_BUFFER` in this scope [INFO] [stderr] --> src/d3d12.rs:1376:14 [INFO] [stderr] | [INFO] [stderr] 1376 | Buffer = D3D12_UAV_DIMENSION_BUFFER, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_UAV_DIMENSION_TEXTURE1D` in this scope [INFO] [stderr] --> src/d3d12.rs:1377:17 [INFO] [stderr] | [INFO] [stderr] 1377 | Texture1D = D3D12_UAV_DIMENSION_TEXTURE1D, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_UAV_DIMENSION_TEXTURE1DARRAY` in this scope [INFO] [stderr] --> src/d3d12.rs:1378:22 [INFO] [stderr] | [INFO] [stderr] 1378 | Texture1DArray = D3D12_UAV_DIMENSION_TEXTURE1DARRAY, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_UAV_DIMENSION_TEXTURE2D` in this scope [INFO] [stderr] --> src/d3d12.rs:1379:17 [INFO] [stderr] | [INFO] [stderr] 1379 | Texture2D = D3D12_UAV_DIMENSION_TEXTURE2D, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_UAV_DIMENSION_TEXTURE2DARRAY` in this scope [INFO] [stderr] --> src/d3d12.rs:1380:22 [INFO] [stderr] | [INFO] [stderr] 1380 | Texture2DArray = D3D12_UAV_DIMENSION_TEXTURE2DARRAY, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_UAV_DIMENSION_TEXTURE3D` in this scope [INFO] [stderr] --> src/d3d12.rs:1381:17 [INFO] [stderr] | [INFO] [stderr] 1381 | Texture3D = D3D12_UAV_DIMENSION_TEXTURE3D, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_BLEND_DESC` in this scope [INFO] [stderr] --> src/d3d12.rs:1446:30 [INFO] [stderr] | [INFO] [stderr] 1446 | fn to_c_struct(&self) -> D3D12_BLEND_DESC { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_RENDER_TARGET_BLEND_DESC` in this scope [INFO] [stderr] --> src/d3d12.rs:1448:33 [INFO] [stderr] | [INFO] [stderr] 1448 | let mut render_target: [D3D12_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 `D3D12_BLEND_DESC` in this scope [INFO] [stderr] --> src/d3d12.rs:1455:9 [INFO] [stderr] | [INFO] [stderr] 1455 | D3D12_BLEND_DESC { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_CACHED_PIPELINE_STATE` in this scope [INFO] [stderr] --> src/d3d12.rs:1492:30 [INFO] [stderr] | [INFO] [stderr] 1492 | fn to_c_struct(&self) -> D3D12_CACHED_PIPELINE_STATE { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `D3D12_CACHED_PIPELINE_STATE` in this scope [INFO] [stderr] --> src/d3d12.rs:1493:9 [INFO] [stderr] | [INFO] [stderr] 1493 | D3D12_CACHED_PIPELINE_STATE { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_CLEAR_VALUE` in this scope [INFO] [stderr] --> src/d3d12.rs:1510:30 [INFO] [stderr] | [INFO] [stderr] 1510 | fn to_c_struct(&self) -> D3D12_CLEAR_VALUE { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_COMMAND_QUEUE_DESC` in this scope [INFO] [stderr] --> src/d3d12.rs:1569:30 [INFO] [stderr] | [INFO] [stderr] 1569 | fn to_c_struct(&self) -> D3D12_COMMAND_QUEUE_DESC { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `D3D12_COMMAND_QUEUE_DESC` in this scope [INFO] [stderr] --> src/d3d12.rs:1570:9 [INFO] [stderr] | [INFO] [stderr] 1570 | D3D12_COMMAND_QUEUE_DESC { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_COMMAND_QUEUE_DESC` in this scope [INFO] [stderr] --> src/d3d12.rs:1578:11 [INFO] [stderr] | [INFO] [stderr] 1578 | impl From for CommandQueueDesc { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_COMMAND_QUEUE_DESC` in this scope [INFO] [stderr] --> src/d3d12.rs:1579:18 [INFO] [stderr] | [INFO] [stderr] 1579 | fn from(src: D3D12_COMMAND_QUEUE_DESC) -> CommandQueueDesc { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_COMPUTE_PIPELINE_STATE_DESC` in this scope [INFO] [stderr] --> src/d3d12.rs:1640:30 [INFO] [stderr] | [INFO] [stderr] 1640 | fn to_c_struct(&self) -> D3D12_COMPUTE_PIPELINE_STATE_DESC { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `D3D12_COMPUTE_PIPELINE_STATE_DESC` in this scope [INFO] [stderr] --> src/d3d12.rs:1641:9 [INFO] [stderr] | [INFO] [stderr] 1641 | D3D12_COMPUTE_PIPELINE_STATE_DESC { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_CONSTANT_BUFFER_VIEW_DESC` in this scope [INFO] [stderr] --> src/d3d12.rs:1657:30 [INFO] [stderr] | [INFO] [stderr] 1657 | fn to_c_struct(&self) -> D3D12_CONSTANT_BUFFER_VIEW_DESC { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `D3D12_CONSTANT_BUFFER_VIEW_DESC` in this scope [INFO] [stderr] --> src/d3d12.rs:1658:9 [INFO] [stderr] | [INFO] [stderr] 1658 | D3D12_CONSTANT_BUFFER_VIEW_DESC { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_CPU_DESCRIPTOR_HANDLE` in this scope [INFO] [stderr] --> src/d3d12.rs:1670:36 [INFO] [stderr] | [INFO] [stderr] 1670 | impl From for D3D12_CPU_DESCRIPTOR_HANDLE { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_CPU_DESCRIPTOR_HANDLE` in this scope [INFO] [stderr] --> src/d3d12.rs:1671:42 [INFO] [stderr] | [INFO] [stderr] 1671 | fn from(src: CPUDescriptorHandle) -> D3D12_CPU_DESCRIPTOR_HANDLE { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `D3D12_CPU_DESCRIPTOR_HANDLE` in this scope [INFO] [stderr] --> src/d3d12.rs:1672:9 [INFO] [stderr] | [INFO] [stderr] 1672 | D3D12_CPU_DESCRIPTOR_HANDLE { ptr: src.ptr } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_DEPTH_STENCIL_DESC` in this scope [INFO] [stderr] --> src/d3d12.rs:1752:30 [INFO] [stderr] | [INFO] [stderr] 1752 | fn to_c_struct(&self) -> D3D12_DEPTH_STENCIL_DESC { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `D3D12_DEPTH_STENCIL_DESC` in this scope [INFO] [stderr] --> src/d3d12.rs:1753:9 [INFO] [stderr] | [INFO] [stderr] 1753 | D3D12_DEPTH_STENCIL_DESC { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_DEPTH_STENCIL_VALUE` in this scope [INFO] [stderr] --> src/d3d12.rs:1831:30 [INFO] [stderr] | [INFO] [stderr] 1831 | fn to_c_struct(&self) -> D3D12_DEPTH_STENCIL_VALUE { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `D3D12_DEPTH_STENCIL_VALUE` in this scope [INFO] [stderr] --> src/d3d12.rs:1832:9 [INFO] [stderr] | [INFO] [stderr] 1832 | D3D12_DEPTH_STENCIL_VALUE { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_DEPTH_STENCIL_VIEW_DESC` in this scope [INFO] [stderr] --> src/d3d12.rs:1877:30 [INFO] [stderr] | [INFO] [stderr] 1877 | fn to_c_struct(&self) -> D3D12_DEPTH_STENCIL_VIEW_DESC { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_DEPTH_STENCILOP_DESC` in this scope [INFO] [stderr] --> src/d3d12.rs:1978:30 [INFO] [stderr] | [INFO] [stderr] 1978 | fn to_c_struct(&self) -> D3D12_DEPTH_STENCILOP_DESC { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `D3D12_DEPTH_STENCILOP_DESC` in this scope [INFO] [stderr] --> src/d3d12.rs:1979:9 [INFO] [stderr] | [INFO] [stderr] 1979 | D3D12_DEPTH_STENCILOP_DESC { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_DESCRIPTOR_HEAP_DESC` in this scope [INFO] [stderr] --> src/d3d12.rs:2046:30 [INFO] [stderr] | [INFO] [stderr] 2046 | fn to_c_struct(&self) -> D3D12_DESCRIPTOR_HEAP_DESC { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `D3D12_DESCRIPTOR_HEAP_DESC` in this scope [INFO] [stderr] --> src/d3d12.rs:2047:9 [INFO] [stderr] | [INFO] [stderr] 2047 | D3D12_DESCRIPTOR_HEAP_DESC { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_DESCRIPTOR_HEAP_DESC` in this scope [INFO] [stderr] --> src/d3d12.rs:2055:11 [INFO] [stderr] | [INFO] [stderr] 2055 | impl From for DescriptorHeapDesc { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_DESCRIPTOR_HEAP_DESC` in this scope [INFO] [stderr] --> src/d3d12.rs:2056:18 [INFO] [stderr] | [INFO] [stderr] 2056 | fn from(src: D3D12_DESCRIPTOR_HEAP_DESC) -> DescriptorHeapDesc { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_DESCRIPTOR_RANGE` in this scope [INFO] [stderr] --> src/d3d12.rs:2084:11 [INFO] [stderr] | [INFO] [stderr] 2084 | impl From for DescriptorRange { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_DESCRIPTOR_RANGE` in this scope [INFO] [stderr] --> src/d3d12.rs:2085:18 [INFO] [stderr] | [INFO] [stderr] 2085 | fn from(src: D3D12_DESCRIPTOR_RANGE) -> DescriptorRange { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_DESCRIPTOR_RANGE1` in this scope [INFO] [stderr] --> src/d3d12.rs:2106:30 [INFO] [stderr] | [INFO] [stderr] 2106 | fn to_c_struct(&self) -> D3D12_DESCRIPTOR_RANGE1 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `D3D12_DESCRIPTOR_RANGE1` in this scope [INFO] [stderr] --> src/d3d12.rs:2107:9 [INFO] [stderr] | [INFO] [stderr] 2107 | D3D12_DESCRIPTOR_RANGE1 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_DESCRIPTOR_RANGE1` in this scope [INFO] [stderr] --> src/d3d12.rs:2117:11 [INFO] [stderr] | [INFO] [stderr] 2117 | impl From for DescriptorRange1 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_DESCRIPTOR_RANGE1` in this scope [INFO] [stderr] --> src/d3d12.rs:2118:18 [INFO] [stderr] | [INFO] [stderr] 2118 | fn from(src: D3D12_DESCRIPTOR_RANGE1) -> DescriptorRange1 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_DISCARD_REGION` in this scope [INFO] [stderr] --> src/d3d12.rs:2144:30 [INFO] [stderr] | [INFO] [stderr] 2144 | fn to_c_struct(&self) -> D3D12_DISCARD_REGION { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `D3D12_DISCARD_REGION` in this scope [INFO] [stderr] --> src/d3d12.rs:2145:9 [INFO] [stderr] | [INFO] [stderr] 2145 | D3D12_DISCARD_REGION { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RECT` in this scope [INFO] [stderr] --> src/d3d12.rs:2147:51 [INFO] [stderr] | [INFO] [stderr] 2147 | pRects: self.rects.as_ptr() as *const RECT, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D12Device` in this scope [INFO] [stderr] --> src/d3d12.rs:2193:43 [INFO] [stderr] | [INFO] [stderr] 2193 | fn check_feature_support(device: *mut ID3D12Device, args: Self::Args) -> Result; [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_FEATURE_DATA_ARCHITECTURE` in this scope [INFO] [stderr] --> src/d3d12.rs:2217:15 [INFO] [stderr] | [INFO] [stderr] 2217 | impl From for Architecture { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_FEATURE_DATA_ARCHITECTURE` in this scope [INFO] [stderr] --> src/d3d12.rs:2218:22 [INFO] [stderr] | [INFO] [stderr] 2218 | fn from(src: D3D12_FEATURE_DATA_ARCHITECTURE) -> Architecture { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stderr] --> src/d3d12.rs:2221:63 [INFO] [stderr] | [INFO] [stderr] 2221 | tile_based_renderer: src.TileBasedRenderer == TRUE, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stderr] --> src/d3d12.rs:2222:33 [INFO] [stderr] | [INFO] [stderr] 2222 | uma: src.UMA == TRUE, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stderr] --> src/d3d12.rs:2223:61 [INFO] [stderr] | [INFO] [stderr] 2223 | cache_coherent_uma: src.CacheCoherentUMA == TRUE, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D12Device` in this scope [INFO] [stderr] --> src/d3d12.rs:2230:26 [INFO] [stderr] | [INFO] [stderr] 2230 | device: *mut ID3D12Device, [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FEATURE_ARCHITECTURE` in this scope [INFO] [stderr] --> src/d3d12.rs:2237:21 [INFO] [stderr] | [INFO] [stderr] 2237 | D3D12_FEATURE_ARCHITECTURE, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_FEATURE_DATA_ARCHITECTURE1` in this scope [INFO] [stderr] --> src/d3d12.rs:2254:15 [INFO] [stderr] | [INFO] [stderr] 2254 | impl From for Architecture1 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_FEATURE_DATA_ARCHITECTURE1` in this scope [INFO] [stderr] --> src/d3d12.rs:2255:22 [INFO] [stderr] | [INFO] [stderr] 2255 | fn from(src: D3D12_FEATURE_DATA_ARCHITECTURE1) -> Architecture1 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stderr] --> src/d3d12.rs:2258:63 [INFO] [stderr] | [INFO] [stderr] 2258 | tile_based_renderer: src.TileBasedRenderer == TRUE, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stderr] --> src/d3d12.rs:2259:33 [INFO] [stderr] | [INFO] [stderr] 2259 | uma: src.UMA == TRUE, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stderr] --> src/d3d12.rs:2260:61 [INFO] [stderr] | [INFO] [stderr] 2260 | cache_coherent_uma: src.CacheCoherentUMA == TRUE, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stderr] --> src/d3d12.rs:2261:50 [INFO] [stderr] | [INFO] [stderr] 2261 | isolated_mmu: src.IsolatedMMU == TRUE, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D12Device` in this scope [INFO] [stderr] --> src/d3d12.rs:2268:26 [INFO] [stderr] | [INFO] [stderr] 2268 | device: *mut ID3D12Device, [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FEATURE_ARCHITECTURE1` in this scope [INFO] [stderr] --> src/d3d12.rs:2275:21 [INFO] [stderr] | [INFO] [stderr] 2275 | D3D12_FEATURE_ARCHITECTURE1, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_FEATURE_DATA_COMMAND_QUEUE_PRIORITY` in this scope [INFO] [stderr] --> src/d3d12.rs:2290:15 [INFO] [stderr] | [INFO] [stderr] 2290 | impl From for CommandQueuePriority { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_FEATURE_DATA_COMMAND_QUEUE_PRIORITY` in this scope [INFO] [stderr] --> src/d3d12.rs:2291:22 [INFO] [stderr] | [INFO] [stderr] 2291 | fn from(src: D3D12_FEATURE_DATA_COMMAND_QUEUE_PRIORITY) -> CommandQueuePriority { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stderr] --> src/d3d12.rs:2295:83 [INFO] [stderr] | [INFO] [stderr] 2295 | priority_for_type_is_supported: src.PriorityForTypeIsSupported == TRUE, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D12Device` in this scope [INFO] [stderr] --> src/d3d12.rs:2302:26 [INFO] [stderr] | [INFO] [stderr] 2302 | device: *mut ID3D12Device, [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FEATURE_COMMAND_QUEUE_PRIORITY` in this scope [INFO] [stderr] --> src/d3d12.rs:2310:21 [INFO] [stderr] | [INFO] [stderr] 2310 | D3D12_FEATURE_COMMAND_QUEUE_PRIORITY, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_FEATURE_DATA_D3D12_OPTIONS` in this scope [INFO] [stderr] --> src/d3d12.rs:2354:15 [INFO] [stderr] | [INFO] [stderr] 2354 | impl From for D3D12Options { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_FEATURE_DATA_D3D12_OPTIONS` in this scope [INFO] [stderr] --> src/d3d12.rs:2355:22 [INFO] [stderr] | [INFO] [stderr] 2355 | fn from(src: D3D12_FEATURE_DATA_D3D12_OPTIONS) -> D3D12Options { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stderr] --> src/d3d12.rs:2358:93 [INFO] [stderr] | [INFO] [stderr] 2358 | double_precision_float_shader_ops: src.DoublePrecisionFloatShaderOps == TRUE, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stderr] --> src/d3d12.rs:2359:72 [INFO] [stderr] | [INFO] [stderr] 2359 | output_merger_logic_op: src.OutputMergerLogicOp == TRUE, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stderr] --> src/d3d12.rs:2363:95 [INFO] [stderr] | [INFO] [stderr] 2363 | ps_specified_stencil_ref_supported: src.PSSpecifiedStencilRefSupported == TRUE, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stderr] --> src/d3d12.rs:2364:93 [INFO] [stderr] | [INFO] [stderr] 2364 | typed_uav_load_additional_formats: src.TypedUAVLoadAdditionalFormats == TRUE, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stderr] --> src/d3d12.rs:2365:58 [INFO] [stderr] | [INFO] [stderr] 2365 | rovs_supported: src.ROVsSupported == TRUE, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stderr] --> src/d3d12.rs:2368:90 [INFO] [stderr] | [INFO] [stderr] 2368 | standard_swizzle_64kb_supported: src.StandardSwizzle64KBSupported == TRUE, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stderr] --> src/d3d12.rs:2370:108 [INFO] [stderr] | [INFO] [stderr] 2370 | cross_adapter_row_major_texture_supported: src.CrossAdapterRowMajorTextureSupported == TRUE, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stderr] --> src/d3d12.rs:2371:194 [INFO] [stderr] | [INFO] [stderr] 2371 | vp_and_rt_array_indesx_from_any_shader_feeding_rasterizer_supported_without_gs_emulation: src. VPAndRTArrayIndexFromAnyShaderFeedingRasterizerSupportedWithoutGSEmulation == TRUE, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D12Device` in this scope [INFO] [stderr] --> src/d3d12.rs:2379:47 [INFO] [stderr] | [INFO] [stderr] 2379 | fn check_feature_support(device: *mut ID3D12Device, _args: ()) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FEATURE_D3D12_OPTIONS` in this scope [INFO] [stderr] --> src/d3d12.rs:2383:21 [INFO] [stderr] | [INFO] [stderr] 2383 | D3D12_FEATURE_D3D12_OPTIONS, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_FEATURE_DATA_D3D12_OPTIONS1` in this scope [INFO] [stderr] --> src/d3d12.rs:2401:15 [INFO] [stderr] | [INFO] [stderr] 2401 | impl From for D3D12Options1 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_FEATURE_DATA_D3D12_OPTIONS1` in this scope [INFO] [stderr] --> src/d3d12.rs:2402:22 [INFO] [stderr] | [INFO] [stderr] 2402 | fn from(src: D3D12_FEATURE_DATA_D3D12_OPTIONS1) -> D3D12Options1 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stderr] --> src/d3d12.rs:2404:42 [INFO] [stderr] | [INFO] [stderr] 2404 | wave_ops: src.WaveOps == TRUE, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stderr] --> src/d3d12.rs:2408:88 [INFO] [stderr] | [INFO] [stderr] 2408 | expanded_compute_resource_states: src.ExpandedComputeResourceStates == TRUE, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stderr] --> src/d3d12.rs:2409:57 [INFO] [stderr] | [INFO] [stderr] 2409 | int64_shader_ops: src.Int64ShaderOps == TRUE, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D12Device` in this scope [INFO] [stderr] --> src/d3d12.rs:2415:47 [INFO] [stderr] | [INFO] [stderr] 2415 | fn check_feature_support(device: *mut ID3D12Device, _args: ()) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FEATURE_D3D12_OPTIONS1` in this scope [INFO] [stderr] --> src/d3d12.rs:2419:21 [INFO] [stderr] | [INFO] [stderr] 2419 | D3D12_FEATURE_D3D12_OPTIONS1, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_FEATURE_DATA_D3D12_OPTIONS2` in this scope [INFO] [stderr] --> src/d3d12.rs:2433:15 [INFO] [stderr] | [INFO] [stderr] 2433 | impl From for D3D12Options2 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_FEATURE_DATA_D3D12_OPTIONS2` in this scope [INFO] [stderr] --> src/d3d12.rs:2434:22 [INFO] [stderr] | [INFO] [stderr] 2434 | fn from(src: D3D12_FEATURE_DATA_D3D12_OPTIONS2) -> D3D12Options2 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stderr] --> src/d3d12.rs:2437:82 [INFO] [stderr] | [INFO] [stderr] 2437 | depth_bounds_test_supported: src.DepthBoundsTestSupported == TRUE, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D12Device` in this scope [INFO] [stderr] --> src/d3d12.rs:2447:47 [INFO] [stderr] | [INFO] [stderr] 2447 | fn check_feature_support(device: *mut ID3D12Device, _args: ()) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FEATURE_D3D12_OPTIONS2` in this scope [INFO] [stderr] --> src/d3d12.rs:2451:21 [INFO] [stderr] | [INFO] [stderr] 2451 | D3D12_FEATURE_D3D12_OPTIONS2, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D12Device` in this scope [INFO] [stderr] --> src/d3d12.rs:2494:26 [INFO] [stderr] | [INFO] [stderr] 2494 | device: *mut ID3D12Device, [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FEATURE_FEATURE_LEVELS` in this scope [INFO] [stderr] --> src/d3d12.rs:2506:21 [INFO] [stderr] | [INFO] [stderr] 2506 | D3D12_FEATURE_FEATURE_LEVELS, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_FEATURE_DATA_FORMAT_INFO` in this scope [INFO] [stderr] --> src/d3d12.rs:2526:15 [INFO] [stderr] | [INFO] [stderr] 2526 | impl From for FormatInfo { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_FEATURE_DATA_FORMAT_INFO` in this scope [INFO] [stderr] --> src/d3d12.rs:2527:22 [INFO] [stderr] | [INFO] [stderr] 2527 | fn from(src: D3D12_FEATURE_DATA_FORMAT_INFO) -> FormatInfo { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D12Device` in this scope [INFO] [stderr] --> src/d3d12.rs:2539:26 [INFO] [stderr] | [INFO] [stderr] 2539 | device: *mut ID3D12Device, [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FEATURE_FORMAT_INFO` in this scope [INFO] [stderr] --> src/d3d12.rs:2546:21 [INFO] [stderr] | [INFO] [stderr] 2546 | D3D12_FEATURE_FORMAT_INFO, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_FEATURE_DATA_FORMAT_SUPPORT` in this scope [INFO] [stderr] --> src/d3d12.rs:2561:15 [INFO] [stderr] | [INFO] [stderr] 2561 | impl From for FormatSupport { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_FEATURE_DATA_FORMAT_SUPPORT` in this scope [INFO] [stderr] --> src/d3d12.rs:2562:22 [INFO] [stderr] | [INFO] [stderr] 2562 | fn from(src: D3D12_FEATURE_DATA_FORMAT_SUPPORT) -> FormatSupport { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D12Device` in this scope [INFO] [stderr] --> src/d3d12.rs:2575:26 [INFO] [stderr] | [INFO] [stderr] 2575 | device: *mut ID3D12Device, [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FEATURE_FORMAT_SUPPORT` in this scope [INFO] [stderr] --> src/d3d12.rs:2582:21 [INFO] [stderr] | [INFO] [stderr] 2582 | D3D12_FEATURE_FORMAT_SUPPORT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_FEATURE_DATA_GPU_VIRTUAL_ADDRESS_SUPPORT` in this scope [INFO] [stderr] --> src/d3d12.rs:2596:15 [INFO] [stderr] | [INFO] [stderr] 2596 | impl From for GPUVirtualAddressSupport { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_FEATURE_DATA_GPU_VIRTUAL_ADDRESS_SUPPORT` in this scope [INFO] [stderr] --> src/d3d12.rs:2597:22 [INFO] [stderr] | [INFO] [stderr] 2597 | fn from(src: D3D12_FEATURE_DATA_GPU_VIRTUAL_ADDRESS_SUPPORT) -> GPUVirtualAddressSupport { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D12Device` in this scope [INFO] [stderr] --> src/d3d12.rs:2606:47 [INFO] [stderr] | [INFO] [stderr] 2606 | fn check_feature_support(device: *mut ID3D12Device, _args: ()) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FEATURE_GPU_VIRTUAL_ADDRESS_SUPPORT` in this scope [INFO] [stderr] --> src/d3d12.rs:2610:21 [INFO] [stderr] | [INFO] [stderr] 2610 | D3D12_FEATURE_GPU_VIRTUAL_ADDRESS_SUPPORT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_FEATURE_DATA_MULTISAMPLE_QUALITY_LEVELS` in this scope [INFO] [stderr] --> src/d3d12.rs:2626:15 [INFO] [stderr] | [INFO] [stderr] 2626 | impl From for MultisampleQualityLevels { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_FEATURE_DATA_MULTISAMPLE_QUALITY_LEVELS` in this scope [INFO] [stderr] --> src/d3d12.rs:2627:22 [INFO] [stderr] | [INFO] [stderr] 2627 | fn from(src: D3D12_FEATURE_DATA_MULTISAMPLE_QUALITY_LEVELS) -> MultisampleQualityLevels { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D12Device` in this scope [INFO] [stderr] --> src/d3d12.rs:2645:26 [INFO] [stderr] | [INFO] [stderr] 2645 | device: *mut ID3D12Device, [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FEATURE_MULTISAMPLE_QUALITY_LEVELS` in this scope [INFO] [stderr] --> src/d3d12.rs:2654:21 [INFO] [stderr] | [INFO] [stderr] 2654 | D3D12_FEATURE_MULTISAMPLE_QUALITY_LEVELS, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_FEATURE_DATA_ROOT_SIGNATURE` in this scope [INFO] [stderr] --> src/d3d12.rs:2669:15 [INFO] [stderr] | [INFO] [stderr] 2669 | impl From for RootSignature { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_FEATURE_DATA_ROOT_SIGNATURE` in this scope [INFO] [stderr] --> src/d3d12.rs:2670:22 [INFO] [stderr] | [INFO] [stderr] 2670 | fn from(src: D3D12_FEATURE_DATA_ROOT_SIGNATURE) -> RootSignature { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D12Device` in this scope [INFO] [stderr] --> src/d3d12.rs:2679:26 [INFO] [stderr] | [INFO] [stderr] 2679 | device: *mut ID3D12Device, [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FEATURE_ROOT_SIGNATURE` in this scope [INFO] [stderr] --> src/d3d12.rs:2686:21 [INFO] [stderr] | [INFO] [stderr] 2686 | D3D12_FEATURE_ROOT_SIGNATURE, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_FEATURE_DATA_SHADER_CACHE` in this scope [INFO] [stderr] --> src/d3d12.rs:2706:15 [INFO] [stderr] | [INFO] [stderr] 2706 | impl From for ShaderCache { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_FEATURE_DATA_SHADER_CACHE` in this scope [INFO] [stderr] --> src/d3d12.rs:2707:22 [INFO] [stderr] | [INFO] [stderr] 2707 | fn from(src: D3D12_FEATURE_DATA_SHADER_CACHE) -> ShaderCache { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D12Device` in this scope [INFO] [stderr] --> src/d3d12.rs:2716:26 [INFO] [stderr] | [INFO] [stderr] 2716 | device: *mut ID3D12Device, [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FEATURE_SHADER_CACHE` in this scope [INFO] [stderr] --> src/d3d12.rs:2722:21 [INFO] [stderr] | [INFO] [stderr] 2722 | D3D12_FEATURE_SHADER_CACHE, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_FEATURE_DATA_SHADER_MODEL` in this scope [INFO] [stderr] --> src/d3d12.rs:2735:15 [INFO] [stderr] | [INFO] [stderr] 2735 | impl From for ShaderModel { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_FEATURE_DATA_SHADER_MODEL` in this scope [INFO] [stderr] --> src/d3d12.rs:2736:22 [INFO] [stderr] | [INFO] [stderr] 2736 | fn from(src: D3D12_FEATURE_DATA_SHADER_MODEL) -> ShaderModel { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D12Device` in this scope [INFO] [stderr] --> src/d3d12.rs:2745:26 [INFO] [stderr] | [INFO] [stderr] 2745 | device: *mut ID3D12Device, [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_FEATURE_SHADER_MODEL` in this scope [INFO] [stderr] --> src/d3d12.rs:2752:21 [INFO] [stderr] | [INFO] [stderr] 2752 | D3D12_FEATURE_SHADER_MODEL, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_GPU_DESCRIPTOR_HANDLE` in this scope [INFO] [stderr] --> src/d3d12.rs:2772:36 [INFO] [stderr] | [INFO] [stderr] 2772 | impl From for D3D12_GPU_DESCRIPTOR_HANDLE { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_GPU_DESCRIPTOR_HANDLE` in this scope [INFO] [stderr] --> src/d3d12.rs:2773:42 [INFO] [stderr] | [INFO] [stderr] 2773 | fn from(src: GPUDescriptorHandle) -> D3D12_GPU_DESCRIPTOR_HANDLE { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `D3D12_GPU_DESCRIPTOR_HANDLE` in this scope [INFO] [stderr] --> src/d3d12.rs:2774:9 [INFO] [stderr] | [INFO] [stderr] 2774 | D3D12_GPU_DESCRIPTOR_HANDLE { ptr: src.ptr } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_GRAPHICS_PIPELINE_STATE_DESC` in this scope [INFO] [stderr] --> src/d3d12.rs:3049:9 [INFO] [stderr] | [INFO] [stderr] 3049 | D3D12_GRAPHICS_PIPELINE_STATE_DESC, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_SO_DECLARATION_ENTRY` in this scope [INFO] [stderr] --> src/d3d12.rs:3051:18 [INFO] [stderr] | [INFO] [stderr] 3051 | (Vec, Vec), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_INPUT_ELEMENT_DESC` in this scope [INFO] [stderr] --> src/d3d12.rs:3052:18 [INFO] [stderr] | [INFO] [stderr] 3052 | (Vec, Vec), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `D3D12_GRAPHICS_PIPELINE_STATE_DESC` in this scope [INFO] [stderr] --> src/d3d12.rs:3064:20 [INFO] [stderr] | [INFO] [stderr] 3064 | let desc = D3D12_GRAPHICS_PIPELINE_STATE_DESC { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_HEAP_DESC` in this scope [INFO] [stderr] --> src/d3d12.rs:3126:30 [INFO] [stderr] | [INFO] [stderr] 3126 | fn to_c_struct(&self) -> D3D12_HEAP_DESC { [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `D3D12_HEAP_DESC` in this scope [INFO] [stderr] --> src/d3d12.rs:3127:9 [INFO] [stderr] | [INFO] [stderr] 3127 | D3D12_HEAP_DESC { [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_HEAP_DESC` in this scope [INFO] [stderr] --> src/d3d12.rs:3135:11 [INFO] [stderr] | [INFO] [stderr] 3135 | impl From for HeapDesc { [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_HEAP_DESC` in this scope [INFO] [stderr] --> src/d3d12.rs:3136:18 [INFO] [stderr] | [INFO] [stderr] 3136 | fn from(src: D3D12_HEAP_DESC) -> HeapDesc { [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_HEAP_PROPERTIES` in this scope [INFO] [stderr] --> src/d3d12.rs:3197:30 [INFO] [stderr] | [INFO] [stderr] 3197 | fn to_c_struct(&self) -> D3D12_HEAP_PROPERTIES { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `D3D12_HEAP_PROPERTIES` in this scope [INFO] [stderr] --> src/d3d12.rs:3198:9 [INFO] [stderr] | [INFO] [stderr] 3198 | D3D12_HEAP_PROPERTIES { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_HEAP_PROPERTIES` in this scope [INFO] [stderr] --> src/d3d12.rs:3207:11 [INFO] [stderr] | [INFO] [stderr] 3207 | impl From for HeapProperties { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_HEAP_PROPERTIES` in this scope [INFO] [stderr] --> src/d3d12.rs:3208:18 [INFO] [stderr] | [INFO] [stderr] 3208 | fn from(src: D3D12_HEAP_PROPERTIES) -> HeapProperties { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_INDIRECT_ARGUMENT_DESC` in this scope [INFO] [stderr] --> src/d3d12.rs:3252:30 [INFO] [stderr] | [INFO] [stderr] 3252 | fn to_c_struct(&self) -> D3D12_INDIRECT_ARGUMENT_DESC { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_INPUT_ELEMENT_DESC` in this scope [INFO] [stderr] --> src/d3d12.rs:3300:31 [INFO] [stderr] | [INFO] [stderr] 3300 | fn to_c_struct(&self) -> (D3D12_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 `D3D12_INPUT_ELEMENT_DESC` in this scope [INFO] [stderr] --> src/d3d12.rs:3303:13 [INFO] [stderr] | [INFO] [stderr] 3303 | D3D12_INPUT_ELEMENT_DESC { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_INPUT_LAYOUT_DESC` in this scope [INFO] [stderr] --> src/d3d12.rs:3323:9 [INFO] [stderr] | [INFO] [stderr] 3323 | D3D12_INPUT_LAYOUT_DESC, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_INPUT_ELEMENT_DESC` in this scope [INFO] [stderr] --> src/d3d12.rs:3324:14 [INFO] [stderr] | [INFO] [stderr] 3324 | (Vec, Vec), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `D3D12_INPUT_LAYOUT_DESC` in this scope [INFO] [stderr] --> src/d3d12.rs:3329:13 [INFO] [stderr] | [INFO] [stderr] 3329 | D3D12_INPUT_LAYOUT_DESC { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_PACKED_MIP_INFO` in this scope [INFO] [stderr] --> src/d3d12.rs:3396:11 [INFO] [stderr] | [INFO] [stderr] 3396 | impl From for PackedMipInfo { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_PACKED_MIP_INFO` in this scope [INFO] [stderr] --> src/d3d12.rs:3397:18 [INFO] [stderr] | [INFO] [stderr] 3397 | fn from(src: D3D12_PACKED_MIP_INFO) -> PackedMipInfo { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_PIPELINE_STATE_STREAM_DESC` in this scope [INFO] [stderr] --> src/d3d12.rs:3412:30 [INFO] [stderr] | [INFO] [stderr] 3412 | fn to_c_struct(&self) -> D3D12_PIPELINE_STATE_STREAM_DESC { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `D3D12_PIPELINE_STATE_STREAM_DESC` in this scope [INFO] [stderr] --> src/d3d12.rs:3413:9 [INFO] [stderr] | [INFO] [stderr] 3413 | D3D12_PIPELINE_STATE_STREAM_DESC { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_QUERY_HEAP_DESC` in this scope [INFO] [stderr] --> src/d3d12.rs:3455:30 [INFO] [stderr] | [INFO] [stderr] 3455 | fn to_c_struct(&self) -> D3D12_QUERY_HEAP_DESC { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `D3D12_QUERY_HEAP_DESC` in this scope [INFO] [stderr] --> src/d3d12.rs:3456:9 [INFO] [stderr] | [INFO] [stderr] 3456 | D3D12_QUERY_HEAP_DESC { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_DEFAULT_DEPTH_BIAS` in this scope [INFO] [stderr] --> src/d3d12.rs:3494:37 [INFO] [stderr] | [INFO] [stderr] 3494 | pub const DEFAULT_DEPTH_BIAS: u32 = D3D12_DEFAULT_DEPTH_BIAS; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `DEFAULT_DEPTH_BIAS` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_DEFAULT_DEPTH_BIAS_CLAMP` in this scope [INFO] [stderr] --> src/d3d12.rs:3495:43 [INFO] [stderr] | [INFO] [stderr] 3495 | pub const DEFAULT_DEPTH_BIAS_CLAMP: f32 = D3D12_DEFAULT_DEPTH_BIAS_CLAMP; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `DEFAULT_DEPTH_BIAS_CLAMP` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_DEFAULT_SLOPE_SCALED_DEPTH_BIAS` in this scope [INFO] [stderr] --> src/d3d12.rs:3496:50 [INFO] [stderr] | [INFO] [stderr] 3496 | pub const DEFAULT_SLOPE_SCALED_DEPTH_BIAS: f32 = D3D12_DEFAULT_SLOPE_SCALED_DEPTH_BIAS; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `DEFAULT_SLOPE_SCALED_DEPTH_BIAS` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_RASTERIZER_DESC` in this scope [INFO] [stderr] --> src/d3d12.rs:3563:30 [INFO] [stderr] | [INFO] [stderr] 3563 | fn to_c_struct(&self) -> D3D12_RASTERIZER_DESC { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `D3D12_RASTERIZER_DESC` in this scope [INFO] [stderr] --> src/d3d12.rs:3564:9 [INFO] [stderr] | [INFO] [stderr] 3564 | D3D12_RASTERIZER_DESC { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_RENDER_TARGET_BLEND_DESC` in this scope [INFO] [stderr] --> src/d3d12.rs:3648:30 [INFO] [stderr] | [INFO] [stderr] 3648 | fn to_c_struct(&self) -> D3D12_RENDER_TARGET_BLEND_DESC { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `D3D12_RENDER_TARGET_BLEND_DESC` in this scope [INFO] [stderr] --> src/d3d12.rs:3649:9 [INFO] [stderr] | [INFO] [stderr] 3649 | D3D12_RENDER_TARGET_BLEND_DESC { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_RENDER_TARGET_VIEW_DESC` in this scope [INFO] [stderr] --> src/d3d12.rs:3707:30 [INFO] [stderr] | [INFO] [stderr] 3707 | fn to_c_struct(&self) -> D3D12_RENDER_TARGET_VIEW_DESC { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_RESOURCE_BARRIER` in this scope [INFO] [stderr] --> src/d3d12.rs:3822:30 [INFO] [stderr] | [INFO] [stderr] 3822 | fn to_c_struct(&self) -> D3D12_RESOURCE_BARRIER { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_RESOURCE_BARRIER_TYPE_TRANSITION` in this scope [INFO] [stderr] --> src/d3d12.rs:3832:28 [INFO] [stderr] | [INFO] [stderr] 3832 | obj.Type = D3D12_RESOURCE_BARRIER_TYPE_TRANSITION; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D12Resource` in this scope [INFO] [stderr] --> src/d3d12.rs:3834:78 [INFO] [stderr] | [INFO] [stderr] 3834 | obj.u.Transition_mut().pResource = resource.as_ptr() as *mut ID3D12Resource; [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_RESOURCE_BARRIER_TYPE_ALIASING` in this scope [INFO] [stderr] --> src/d3d12.rs:3844:28 [INFO] [stderr] | [INFO] [stderr] 3844 | obj.Type = D3D12_RESOURCE_BARRIER_TYPE_ALIASING; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D12Resource` in this scope [INFO] [stderr] --> src/d3d12.rs:3847:54 [INFO] [stderr] | [INFO] [stderr] 3847 | resource_before.as_ptr() as *mut ID3D12Resource; [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D12Resource` in this scope [INFO] [stderr] --> src/d3d12.rs:3849:53 [INFO] [stderr] | [INFO] [stderr] 3849 | resource_after.as_ptr() as *mut ID3D12Resource; [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_RESOURCE_BARRIER_TYPE_UAV` in this scope [INFO] [stderr] --> src/d3d12.rs:3852:28 [INFO] [stderr] | [INFO] [stderr] 3852 | obj.Type = D3D12_RESOURCE_BARRIER_TYPE_UAV; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D12Resource` in this scope [INFO] [stderr] --> src/d3d12.rs:3854:71 [INFO] [stderr] | [INFO] [stderr] 3854 | obj.u.UAV_mut().pResource = resource.as_ptr() as *mut ID3D12Resource; [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_RESOURCE_DESC` in this scope [INFO] [stderr] --> src/d3d12.rs:3986:30 [INFO] [stderr] | [INFO] [stderr] 3986 | fn to_c_struct(&self) -> D3D12_RESOURCE_DESC { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `D3D12_RESOURCE_DESC` in this scope [INFO] [stderr] --> src/d3d12.rs:3987:9 [INFO] [stderr] | [INFO] [stderr] 3987 | D3D12_RESOURCE_DESC { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_RESOURCE_DESC` in this scope [INFO] [stderr] --> src/d3d12.rs:4001:11 [INFO] [stderr] | [INFO] [stderr] 4001 | impl From [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_RESOURCE_DESC` in this scope [INFO] [stderr] --> src/d3d12.rs:4005:14 [INFO] [stderr] | [INFO] [stderr] 4005 | src: D3D12_RESOURCE_DESC, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_ROOT_PARAMETER` in this scope [INFO] [stderr] --> src/d3d12.rs:4048:30 [INFO] [stderr] | [INFO] [stderr] 4048 | fn to_c_struct(&self) -> D3D12_ROOT_PARAMETER { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_ROOT_PARAMETER_TYPE_DESCRIPTOR_TABLE` in this scope [INFO] [stderr] --> src/d3d12.rs:4055:37 [INFO] [stderr] | [INFO] [stderr] 4055 | obj.ParameterType = D3D12_ROOT_PARAMETER_TYPE_DESCRIPTOR_TABLE; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_DESCRIPTOR_RANGE` in this scope [INFO] [stderr] --> src/d3d12.rs:4058:58 [INFO] [stderr] | [INFO] [stderr] 4058 | descriptor_ranges.as_ptr() as *const D3D12_DESCRIPTOR_RANGE; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_ROOT_PARAMETER_TYPE_32BIT_CONSTANTS` in this scope [INFO] [stderr] --> src/d3d12.rs:4067:37 [INFO] [stderr] | [INFO] [stderr] 4067 | obj.ParameterType = D3D12_ROOT_PARAMETER_TYPE_32BIT_CONSTANTS; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_ROOT_PARAMETER` in this scope [INFO] [stderr] --> src/d3d12.rs:4088:11 [INFO] [stderr] | [INFO] [stderr] 4088 | impl From for RootParameter { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_ROOT_PARAMETER` in this scope [INFO] [stderr] --> src/d3d12.rs:4089:18 [INFO] [stderr] | [INFO] [stderr] 4089 | fn from(src: D3D12_ROOT_PARAMETER) -> RootParameter { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_ROOT_PARAMETER1` in this scope [INFO] [stderr] --> src/d3d12.rs:4145:31 [INFO] [stderr] | [INFO] [stderr] 4145 | fn to_c_struct(&self) -> (D3D12_ROOT_PARAMETER1, Vec) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_DESCRIPTOR_RANGE1` in this scope [INFO] [stderr] --> src/d3d12.rs:4145:58 [INFO] [stderr] | [INFO] [stderr] 4145 | fn to_c_struct(&self) -> (D3D12_ROOT_PARAMETER1, Vec) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_ROOT_PARAMETER_TYPE_DESCRIPTOR_TABLE` in this scope [INFO] [stderr] --> src/d3d12.rs:4156:37 [INFO] [stderr] | [INFO] [stderr] 4156 | obj.ParameterType = D3D12_ROOT_PARAMETER_TYPE_DESCRIPTOR_TABLE; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_ROOT_PARAMETER_TYPE_32BIT_CONSTANTS` in this scope [INFO] [stderr] --> src/d3d12.rs:4168:37 [INFO] [stderr] | [INFO] [stderr] 4168 | obj.ParameterType = D3D12_ROOT_PARAMETER_TYPE_32BIT_CONSTANTS; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_ROOT_PARAMETER1` in this scope [INFO] [stderr] --> src/d3d12.rs:4192:11 [INFO] [stderr] | [INFO] [stderr] 4192 | impl From for RootParameter1 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_ROOT_PARAMETER1` in this scope [INFO] [stderr] --> src/d3d12.rs:4193:18 [INFO] [stderr] | [INFO] [stderr] 4193 | fn from(src: D3D12_ROOT_PARAMETER1) -> RootParameter1 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_ROOT_SIGNATURE_DESC` in this scope [INFO] [stderr] --> src/d3d12.rs:4243:9 [INFO] [stderr] | [INFO] [stderr] 4243 | D3D12_ROOT_SIGNATURE_DESC, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_ROOT_PARAMETER` in this scope [INFO] [stderr] --> src/d3d12.rs:4244:14 [INFO] [stderr] | [INFO] [stderr] 4244 | (Vec, Vec), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_STATIC_SAMPLER_DESC` in this scope [INFO] [stderr] --> src/d3d12.rs:4244:41 [INFO] [stderr] | [INFO] [stderr] 4244 | (Vec, Vec), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `D3D12_ROOT_SIGNATURE_DESC` in this scope [INFO] [stderr] --> src/d3d12.rs:4257:13 [INFO] [stderr] | [INFO] [stderr] 4257 | D3D12_ROOT_SIGNATURE_DESC { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_ROOT_SIGNATURE_DESC` in this scope [INFO] [stderr] --> src/d3d12.rs:4275:11 [INFO] [stderr] | [INFO] [stderr] 4275 | impl From for RootSignatureDesc { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_ROOT_SIGNATURE_DESC` in this scope [INFO] [stderr] --> src/d3d12.rs:4276:18 [INFO] [stderr] | [INFO] [stderr] 4276 | fn from(src: D3D12_ROOT_SIGNATURE_DESC) -> RootSignatureDesc { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_ROOT_SIGNATURE_FLAG_NONE` in this scope [INFO] [stderr] --> src/d3d12.rs:4298:41 [INFO] [stderr] | [INFO] [stderr] 4298 | let flags = if src.Flags == D3D12_ROOT_SIGNATURE_FLAG_NONE { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_ROOT_SIGNATURE_DESC1` in this scope [INFO] [stderr] --> src/d3d12.rs:4322:9 [INFO] [stderr] | [INFO] [stderr] 4322 | D3D12_ROOT_SIGNATURE_DESC1, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_ROOT_PARAMETER1` in this scope [INFO] [stderr] --> src/d3d12.rs:4325:21 [INFO] [stderr] | [INFO] [stderr] 4325 | Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_DESCRIPTOR_RANGE1` in this scope [INFO] [stderr] --> src/d3d12.rs:4326:25 [INFO] [stderr] | [INFO] [stderr] 4326 | Vec>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_STATIC_SAMPLER_DESC` in this scope [INFO] [stderr] --> src/d3d12.rs:4328:17 [INFO] [stderr] | [INFO] [stderr] 4328 | Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_ROOT_PARAMETER1` in this scope [INFO] [stderr] --> src/d3d12.rs:4332:17 [INFO] [stderr] | [INFO] [stderr] 4332 | Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_DESCRIPTOR_RANGE1` in this scope [INFO] [stderr] --> src/d3d12.rs:4333:21 [INFO] [stderr] | [INFO] [stderr] 4333 | Vec>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `D3D12_ROOT_SIGNATURE_DESC1` in this scope [INFO] [stderr] --> src/d3d12.rs:4343:13 [INFO] [stderr] | [INFO] [stderr] 4343 | D3D12_ROOT_SIGNATURE_DESC1 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_ROOT_SIGNATURE_DESC1` in this scope [INFO] [stderr] --> src/d3d12.rs:4363:11 [INFO] [stderr] | [INFO] [stderr] 4363 | impl From for RootSignatureDesc1 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_ROOT_SIGNATURE_DESC1` in this scope [INFO] [stderr] --> src/d3d12.rs:4364:18 [INFO] [stderr] | [INFO] [stderr] 4364 | fn from(src: D3D12_ROOT_SIGNATURE_DESC1) -> RootSignatureDesc1 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_ROOT_SIGNATURE_FLAG_NONE` in this scope [INFO] [stderr] --> src/d3d12.rs:4386:41 [INFO] [stderr] | [INFO] [stderr] 4386 | let flags = if src.Flags == D3D12_ROOT_SIGNATURE_FLAG_NONE { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_MAX_MAXANISOTROPY` in this scope [INFO] [stderr] --> src/d3d12.rs:4409:36 [INFO] [stderr] | [INFO] [stderr] 4409 | pub const MAX_MAXANISOTROPY: u32 = D3D12_MAX_MAXANISOTROPY; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `MAX_MAXANISOTROPY` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_SAMPLER_DESC` in this scope [INFO] [stderr] --> src/d3d12.rs:4498:30 [INFO] [stderr] | [INFO] [stderr] 4498 | fn to_c_struct(&self) -> D3D12_SAMPLER_DESC { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `D3D12_SAMPLER_DESC` in this scope [INFO] [stderr] --> src/d3d12.rs:4499:9 [INFO] [stderr] | [INFO] [stderr] 4499 | D3D12_SAMPLER_DESC { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_SHADER_BYTECODE` in this scope [INFO] [stderr] --> src/d3d12.rs:4525:30 [INFO] [stderr] | [INFO] [stderr] 4525 | fn to_c_struct(&self) -> D3D12_SHADER_BYTECODE { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `D3D12_SHADER_BYTECODE` in this scope [INFO] [stderr] --> src/d3d12.rs:4527:13 [INFO] [stderr] | [INFO] [stderr] 4527 | D3D12_SHADER_BYTECODE { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `D3D12_SHADER_BYTECODE` in this scope [INFO] [stderr] --> src/d3d12.rs:4532:13 [INFO] [stderr] | [INFO] [stderr] 4532 | D3D12_SHADER_BYTECODE { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_SHADER_RESOURCE_VIEW_DESC` in this scope [INFO] [stderr] --> src/d3d12.rs:4634:30 [INFO] [stderr] | [INFO] [stderr] 4634 | fn to_c_struct(&self) -> D3D12_SHADER_RESOURCE_VIEW_DESC { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_SRV_DIMENSION_BUFFER` in this scope [INFO] [stderr] --> src/d3d12.rs:4646:38 [INFO] [stderr] | [INFO] [stderr] 4646 | desc.ViewDimension = D3D12_SRV_DIMENSION_BUFFER; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_SRV_DIMENSION_TEXTURE1D` in this scope [INFO] [stderr] --> src/d3d12.rs:4661:38 [INFO] [stderr] | [INFO] [stderr] 4661 | desc.ViewDimension = D3D12_SRV_DIMENSION_TEXTURE1D; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_SRV_DIMENSION_TEXTURE1DARRAY` in this scope [INFO] [stderr] --> src/d3d12.rs:4677:38 [INFO] [stderr] | [INFO] [stderr] 4677 | desc.ViewDimension = D3D12_SRV_DIMENSION_TEXTURE1DARRAY; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_SRV_DIMENSION_TEXTURE2D` in this scope [INFO] [stderr] --> src/d3d12.rs:4694:38 [INFO] [stderr] | [INFO] [stderr] 4694 | desc.ViewDimension = D3D12_SRV_DIMENSION_TEXTURE2D; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_SRV_DIMENSION_TEXTURE2DARRAY` in this scope [INFO] [stderr] --> src/d3d12.rs:4712:38 [INFO] [stderr] | [INFO] [stderr] 4712 | desc.ViewDimension = D3D12_SRV_DIMENSION_TEXTURE2DARRAY; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_SRV_DIMENSION_TEXTURE2DMS` in this scope [INFO] [stderr] --> src/d3d12.rs:4726:38 [INFO] [stderr] | [INFO] [stderr] 4726 | desc.ViewDimension = D3D12_SRV_DIMENSION_TEXTURE2DMS; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_SRV_DIMENSION_TEXTURE2DMSARRAY` in this scope [INFO] [stderr] --> src/d3d12.rs:4736:38 [INFO] [stderr] | [INFO] [stderr] 4736 | desc.ViewDimension = D3D12_SRV_DIMENSION_TEXTURE2DMSARRAY; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_SRV_DIMENSION_TEXTURE3D` in this scope [INFO] [stderr] --> src/d3d12.rs:4749:38 [INFO] [stderr] | [INFO] [stderr] 4749 | desc.ViewDimension = D3D12_SRV_DIMENSION_TEXTURE3D; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_SRV_DIMENSION_TEXTURECUBE` in this scope [INFO] [stderr] --> src/d3d12.rs:4763:38 [INFO] [stderr] | [INFO] [stderr] 4763 | desc.ViewDimension = D3D12_SRV_DIMENSION_TEXTURECUBE; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_SRV_DIMENSION_TEXTURECUBE` in this scope [INFO] [stderr] --> src/d3d12.rs:4779:38 [INFO] [stderr] | [INFO] [stderr] 4779 | desc.ViewDimension = D3D12_SRV_DIMENSION_TEXTURECUBE; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_SO_DECLARATION_ENTRY` in this scope [INFO] [stderr] --> src/d3d12.rs:4802:31 [INFO] [stderr] | [INFO] [stderr] 4802 | fn to_c_struct(&self) -> (D3D12_SO_DECLARATION_ENTRY, std::ffi::CString) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `D3D12_SO_DECLARATION_ENTRY` in this scope [INFO] [stderr] --> src/d3d12.rs:4805:13 [INFO] [stderr] | [INFO] [stderr] 4805 | D3D12_SO_DECLARATION_ENTRY { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_STATIC_SAMPLER_DESC` in this scope [INFO] [stderr] --> src/d3d12.rs:4967:30 [INFO] [stderr] | [INFO] [stderr] 4967 | fn to_c_struct(&self) -> D3D12_STATIC_SAMPLER_DESC { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `D3D12_STATIC_SAMPLER_DESC` in this scope [INFO] [stderr] --> src/d3d12.rs:4968:9 [INFO] [stderr] | [INFO] [stderr] 4968 | D3D12_STATIC_SAMPLER_DESC { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_STATIC_SAMPLER_DESC` in this scope [INFO] [stderr] --> src/d3d12.rs:4985:11 [INFO] [stderr] | [INFO] [stderr] 4985 | impl From for StaticSamplerDesc { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_STATIC_SAMPLER_DESC` in this scope [INFO] [stderr] --> src/d3d12.rs:4987:14 [INFO] [stderr] | [INFO] [stderr] 4987 | src: D3D12_STATIC_SAMPLER_DESC, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_STREAM_OUTPUT_DESC` in this scope [INFO] [stderr] --> src/d3d12.rs:5027:9 [INFO] [stderr] | [INFO] [stderr] 5027 | D3D12_STREAM_OUTPUT_DESC, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_SO_DECLARATION_ENTRY` in this scope [INFO] [stderr] --> src/d3d12.rs:5028:14 [INFO] [stderr] | [INFO] [stderr] 5028 | (Vec, Vec), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `D3D12_STREAM_OUTPUT_DESC` in this scope [INFO] [stderr] --> src/d3d12.rs:5037:13 [INFO] [stderr] | [INFO] [stderr] 5037 | D3D12_STREAM_OUTPUT_DESC { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_SUBRESOURCE_FOOTPRINT` in this scope [INFO] [stderr] --> src/d3d12.rs:5074:30 [INFO] [stderr] | [INFO] [stderr] 5074 | fn to_c_struct(&self) -> D3D12_SUBRESOURCE_FOOTPRINT { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `D3D12_SUBRESOURCE_FOOTPRINT` in this scope [INFO] [stderr] --> src/d3d12.rs:5075:9 [INFO] [stderr] | [INFO] [stderr] 5075 | D3D12_SUBRESOURCE_FOOTPRINT { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_SUBRESOURCE_TILING` in this scope [INFO] [stderr] --> src/d3d12.rs:5105:11 [INFO] [stderr] | [INFO] [stderr] 5105 | impl From for SubresourceTiling { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_SUBRESOURCE_TILING` in this scope [INFO] [stderr] --> src/d3d12.rs:5106:18 [INFO] [stderr] | [INFO] [stderr] 5106 | fn from(src: D3D12_SUBRESOURCE_TILING) -> SubresourceTiling { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_TEXTURE_COPY_LOCATION` in this scope [INFO] [stderr] --> src/d3d12.rs:5129:30 [INFO] [stderr] | [INFO] [stderr] 5129 | fn to_c_struct(&self) -> D3D12_TEXTURE_COPY_LOCATION { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D12Resource` in this scope [INFO] [stderr] --> src/d3d12.rs:5137:59 [INFO] [stderr] | [INFO] [stderr] 5137 | tcl.pResource = resource.as_ptr() as *mut ID3D12Resource; [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_TEXTURE_COPY_TYPE_PLACED_FOOTPRINT` in this scope [INFO] [stderr] --> src/d3d12.rs:5138:28 [INFO] [stderr] | [INFO] [stderr] 5138 | tcl.Type = D3D12_TEXTURE_COPY_TYPE_PLACED_FOOTPRINT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D12Resource` in this scope [INFO] [stderr] --> src/d3d12.rs:5143:59 [INFO] [stderr] | [INFO] [stderr] 5143 | tcl.pResource = resource.as_ptr() as *mut ID3D12Resource; [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_TEXTURE_COPY_TYPE_SUBRESOURCE_INDEX` in this scope [INFO] [stderr] --> src/d3d12.rs:5144:28 [INFO] [stderr] | [INFO] [stderr] 5144 | tcl.Type = D3D12_TEXTURE_COPY_TYPE_SUBRESOURCE_INDEX; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_TILE_REGION_SIZE` in this scope [INFO] [stderr] --> src/d3d12.rs:5161:30 [INFO] [stderr] | [INFO] [stderr] 5161 | fn to_c_struct(&self) -> D3D12_TILE_REGION_SIZE { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `D3D12_TILE_REGION_SIZE` in this scope [INFO] [stderr] --> src/d3d12.rs:5162:9 [INFO] [stderr] | [INFO] [stderr] 5162 | D3D12_TILE_REGION_SIZE { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_TILE_SHAPE` in this scope [INFO] [stderr] --> src/d3d12.rs:5178:11 [INFO] [stderr] | [INFO] [stderr] 5178 | impl From for TileShape { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_TILE_SHAPE` in this scope [INFO] [stderr] --> src/d3d12.rs:5179:18 [INFO] [stderr] | [INFO] [stderr] 5179 | fn from(src: D3D12_TILE_SHAPE) -> TileShape { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_TILED_RESOURCE_COORDINATE` in this scope [INFO] [stderr] --> src/d3d12.rs:5197:30 [INFO] [stderr] | [INFO] [stderr] 5197 | fn to_c_struct(&self) -> D3D12_TILED_RESOURCE_COORDINATE { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `D3D12_TILED_RESOURCE_COORDINATE` in this scope [INFO] [stderr] --> src/d3d12.rs:5198:9 [INFO] [stderr] | [INFO] [stderr] 5198 | D3D12_TILED_RESOURCE_COORDINATE { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_UNORDERED_ACCESS_VIEW_DESC` in this scope [INFO] [stderr] --> src/d3d12.rs:5247:30 [INFO] [stderr] | [INFO] [stderr] 5247 | fn to_c_struct(&self) -> D3D12_UNORDERED_ACCESS_VIEW_DESC { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_UAV_DIMENSION_BUFFER` in this scope [INFO] [stderr] --> src/d3d12.rs:5259:38 [INFO] [stderr] | [INFO] [stderr] 5259 | desc.ViewDimension = D3D12_UAV_DIMENSION_BUFFER; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_UAV_DIMENSION_TEXTURE1D` in this scope [INFO] [stderr] --> src/d3d12.rs:5268:38 [INFO] [stderr] | [INFO] [stderr] 5268 | desc.ViewDimension = D3D12_UAV_DIMENSION_TEXTURE1D; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_UAV_DIMENSION_TEXTURE1DARRAY` in this scope [INFO] [stderr] --> src/d3d12.rs:5278:38 [INFO] [stderr] | [INFO] [stderr] 5278 | desc.ViewDimension = D3D12_UAV_DIMENSION_TEXTURE1DARRAY; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_UAV_DIMENSION_TEXTURE2D` in this scope [INFO] [stderr] --> src/d3d12.rs:5289:38 [INFO] [stderr] | [INFO] [stderr] 5289 | desc.ViewDimension = D3D12_UAV_DIMENSION_TEXTURE2D; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_UAV_DIMENSION_TEXTURE2DARRAY` in this scope [INFO] [stderr] --> src/d3d12.rs:5301:38 [INFO] [stderr] | [INFO] [stderr] 5301 | desc.ViewDimension = D3D12_UAV_DIMENSION_TEXTURE2DARRAY; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D12_UAV_DIMENSION_TEXTURE3D` in this scope [INFO] [stderr] --> src/d3d12.rs:5314:38 [INFO] [stderr] | [INFO] [stderr] 5314 | desc.ViewDimension = D3D12_UAV_DIMENSION_TEXTURE3D; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_VERSIONED_ROOT_SIGNATURE_DESC` in this scope [INFO] [stderr] --> src/d3d12.rs:5331:31 [INFO] [stderr] | [INFO] [stderr] 5331 | fn to_c_struct(&self) -> (D3D12_VERSIONED_ROOT_SIGNATURE_DESC, Box) { [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/d3d12.rs:5336:31 [INFO] [stderr] | [INFO] [stderr] 5336 | obj.Version = 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/d3d12.rs:5342:31 [INFO] [stderr] | [INFO] [stderr] 5342 | obj.Version = D3D_ROOT_SIGNATURE_VERSION_1_1; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_VERSIONED_ROOT_SIGNATURE_DESC` in this scope [INFO] [stderr] --> src/d3d12.rs:5349:11 [INFO] [stderr] | [INFO] [stderr] 5349 | impl From for VersionedRootSignatureDesc { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_VERSIONED_ROOT_SIGNATURE_DESC` in this scope [INFO] [stderr] --> src/d3d12.rs:5350:18 [INFO] [stderr] | [INFO] [stderr] 5350 | fn from(src: D3D12_VERSIONED_ROOT_SIGNATURE_DESC) -> VersionedRootSignatureDesc { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D12CommandAllocator` in this scope [INFO] [stderr] --> src/d3d12.rs:5438:36 [INFO] [stderr] | [INFO] [stderr] 5438 | pub struct CommandAllocator(ComPtr); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `ICommandAllocator` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D12CommandAllocator` in this scope [INFO] [stderr] --> src/d3d12.rs:5439:34 [INFO] [stderr] | [INFO] [stderr] 5439 | impl_pageable!(CommandAllocator, ID3D12CommandAllocator); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `ICommandAllocator` [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/d3d12.rs:5439:1 [INFO] [stderr] | [INFO] [stderr] 5439 | impl_pageable!(CommandAllocator, ID3D12CommandAllocator); [INFO] [stderr] | --------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D12CommandList` in this scope [INFO] [stderr] --> src/d3d12.rs:5466:31 [INFO] [stderr] | [INFO] [stderr] 5466 | pub struct CommandList(ComPtr); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `ICommandList` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D12CommandList` in this scope [INFO] [stderr] --> src/d3d12.rs:5467:33 [INFO] [stderr] | [INFO] [stderr] 5467 | impl_command_list!(CommandList, ID3D12CommandList, CommandList); [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/d3d12.rs:5467:1 [INFO] [stderr] | [INFO] [stderr] 5467 | impl_command_list!(CommandList, ID3D12CommandList, CommandList); [INFO] [stderr] | ---------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D12CommandQueue` in this scope [INFO] [stderr] --> src/d3d12.rs:5501:32 [INFO] [stderr] | [INFO] [stderr] 5501 | pub struct CommandQueue(ComPtr); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `ICommandQueue` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D12CommandQueue` in this scope [INFO] [stderr] --> src/d3d12.rs:5502:30 [INFO] [stderr] | [INFO] [stderr] 5502 | impl_pageable!(CommandQueue, ID3D12CommandQueue); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `ICommandQueue` [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/d3d12.rs:5502:1 [INFO] [stderr] | [INFO] [stderr] 5502 | impl_pageable!(CommandQueue, ID3D12CommandQueue); [INFO] [stderr] | ------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_TILE_REGION_SIZE` in this scope [INFO] [stderr] --> src/d3d12.rs:5591:45 [INFO] [stderr] | [INFO] [stderr] 5591 | rrss.as_ptr() as *const D3D12_TILE_REGION_SIZE [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_TILE_RANGE_FLAGS` in this scope [INFO] [stderr] --> src/d3d12.rs:5595:48 [INFO] [stderr] | [INFO] [stderr] 5595 | range_flags.as_ptr() as *const D3D12_TILE_RANGE_FLAGS, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D12CommandSignature` in this scope [INFO] [stderr] --> src/d3d12.rs:5609:36 [INFO] [stderr] | [INFO] [stderr] 5609 | pub struct CommandSignature(ComPtr); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `ICommandSignature` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D12CommandSignature` in this scope [INFO] [stderr] --> src/d3d12.rs:5610:34 [INFO] [stderr] | [INFO] [stderr] 5610 | impl_pageable!(CommandSignature, ID3D12CommandSignature); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `ICommandSignature` [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/d3d12.rs:5610:1 [INFO] [stderr] | [INFO] [stderr] 5610 | impl_pageable!(CommandSignature, ID3D12CommandSignature); [INFO] [stderr] | --------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D12DescriptorHeap` in this scope [INFO] [stderr] --> src/d3d12.rs:5619:34 [INFO] [stderr] | [INFO] [stderr] 5619 | pub struct DescriptorHeap(ComPtr); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IDescriptorHeap` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D12DescriptorHeap` in this scope [INFO] [stderr] --> src/d3d12.rs:5620:32 [INFO] [stderr] | [INFO] [stderr] 5620 | impl_pageable!(DescriptorHeap, ID3D12DescriptorHeap); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IDescriptorHeap` [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/d3d12.rs:5620:1 [INFO] [stderr] | [INFO] [stderr] 5620 | impl_pageable!(DescriptorHeap, ID3D12DescriptorHeap); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `SECURITY_ATTRIBUTES` in this scope [INFO] [stderr] --> src/d3d12.rs:5767:29 [INFO] [stderr] | [INFO] [stderr] 5767 | attributes: Option<&SECURITY_ATTRIBUTES>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `HANDLE` in this scope [INFO] [stderr] --> src/d3d12.rs:5770:17 [INFO] [stderr] | [INFO] [stderr] 5770 | ) -> Result; [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `HANDLE` in this scope [INFO] [stderr] --> src/d3d12.rs:5810:59 [INFO] [stderr] | [INFO] [stderr] 5810 | fn open_shared_handle(&self, nt_handle: HANDLE) -> Result; [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `HANDLE` in this scope [INFO] [stderr] --> src/d3d12.rs:5811:77 [INFO] [stderr] | [INFO] [stderr] 5811 | fn open_shared_handle_by_name(&self, name: &str, access: u32) -> Result; [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D12Device` in this scope [INFO] [stderr] --> src/d3d12.rs:6545:26 [INFO] [stderr] | [INFO] [stderr] 6545 | pub struct Device(ComPtr); [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D12Device1` in this scope [INFO] [stderr] --> src/d3d12.rs:6547:27 [INFO] [stderr] | [INFO] [stderr] 6547 | pub struct Device1(ComPtr); [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D12Device2` in this scope [INFO] [stderr] --> src/d3d12.rs:6549:27 [INFO] [stderr] | [INFO] [stderr] 6549 | pub struct Device2(ComPtr); [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D12Device` in this scope [INFO] [stderr] --> src/d3d12.rs:6550:22 [INFO] [stderr] | [INFO] [stderr] 6550 | impl_device!(Device, ID3D12Device, Device); [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/d3d12.rs:6550:1 [INFO] [stderr] | [INFO] [stderr] 6550 | impl_device!(Device, ID3D12Device, Device); [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D12Device` in this scope [INFO] [stderr] --> src/d3d12.rs:5843:66 [INFO] [stderr] | [INFO] [stderr] 5843 | T::check_feature_support(self.0.as_ptr() as *mut ID3D12Device, args) [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6550 | impl_device!(Device, ID3D12Device, Device); [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_CPU_DESCRIPTOR_HANDLE` in this scope [INFO] [stderr] --> src/d3d12.rs:5855:69 [INFO] [stderr] | [INFO] [stderr] 5855 | dest_descriptor_range_starts.as_ptr() as *const D3D12_CPU_DESCRIPTOR_HANDLE, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6550 | impl_device!(Device, ID3D12Device, Device); [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_CPU_DESCRIPTOR_HANDLE` in this scope [INFO] [stderr] --> src/d3d12.rs:5858:67 [INFO] [stderr] | [INFO] [stderr] 5858 | src_descriptor_range_start.as_ptr() as *const D3D12_CPU_DESCRIPTOR_HANDLE, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6550 | impl_device!(Device, ID3D12Device, Device); [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `D3D12_CPU_DESCRIPTOR_HANDLE` in this scope [INFO] [stderr] --> src/d3d12.rs:5872:21 [INFO] [stderr] | [INFO] [stderr] 5872 | D3D12_CPU_DESCRIPTOR_HANDLE { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6550 | impl_device!(Device, ID3D12Device, Device); [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `D3D12_CPU_DESCRIPTOR_HANDLE` in this scope [INFO] [stderr] --> src/d3d12.rs:5875:21 [INFO] [stderr] | [INFO] [stderr] 5875 | D3D12_CPU_DESCRIPTOR_HANDLE { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6550 | impl_device!(Device, ID3D12Device, Device); [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `D3D12_COMMAND_SIGNATURE_DESC` in this scope [INFO] [stderr] --> src/d3d12.rs:5944:35 [INFO] [stderr] | [INFO] [stderr] 5944 | let cs_desc = D3D12_COMMAND_SIGNATURE_DESC { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6550 | impl_device!(Device, ID3D12Device, Device); [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `D3D12_CPU_DESCRIPTOR_HANDLE` in this scope [INFO] [stderr] --> src/d3d12.rs:6136:25 [INFO] [stderr] | [INFO] [stderr] 6136 | D3D12_CPU_DESCRIPTOR_HANDLE { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6550 | impl_device!(Device, ID3D12Device, Device); [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `D3D12_CPU_DESCRIPTOR_HANDLE` in this scope [INFO] [stderr] --> src/d3d12.rs:6144:25 [INFO] [stderr] | [INFO] [stderr] 6144 | D3D12_CPU_DESCRIPTOR_HANDLE { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6550 | impl_device!(Device, ID3D12Device, Device); [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `D3D12_CPU_DESCRIPTOR_HANDLE` in this scope [INFO] [stderr] --> src/d3d12.rs:6198:25 [INFO] [stderr] | [INFO] [stderr] 6198 | D3D12_CPU_DESCRIPTOR_HANDLE { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6550 | impl_device!(Device, ID3D12Device, Device); [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `D3D12_CPU_DESCRIPTOR_HANDLE` in this scope [INFO] [stderr] --> src/d3d12.rs:6214:25 [INFO] [stderr] | [INFO] [stderr] 6214 | D3D12_CPU_DESCRIPTOR_HANDLE { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6550 | impl_device!(Device, ID3D12Device, Device); [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `D3D12_CPU_DESCRIPTOR_HANDLE` in this scope [INFO] [stderr] --> src/d3d12.rs:6222:25 [INFO] [stderr] | [INFO] [stderr] 6222 | D3D12_CPU_DESCRIPTOR_HANDLE { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6550 | impl_device!(Device, ID3D12Device, Device); [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `SECURITY_ATTRIBUTES` in this scope [INFO] [stderr] --> src/d3d12.rs:6231:37 [INFO] [stderr] | [INFO] [stderr] 6231 | attributes: Option<&SECURITY_ATTRIBUTES>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6550 | impl_device!(Device, ID3D12Device, Device); [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `HANDLE` in this scope [INFO] [stderr] --> src/d3d12.rs:6234:25 [INFO] [stderr] | [INFO] [stderr] 6234 | ) -> Result { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6550 | impl_device!(Device, ID3D12Device, Device); [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D12DeviceChild` in this scope [INFO] [stderr] --> src/d3d12.rs:6239:62 [INFO] [stderr] | [INFO] [stderr] 6239 | object.as_com_ptr().as_ptr() as *mut ID3D12DeviceChild, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IDeviceChild` [INFO] [stderr] ... [INFO] [stderr] 6550 | impl_device!(Device, ID3D12Device, Device); [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `D3D12_CPU_DESCRIPTOR_HANDLE` in this scope [INFO] [stderr] --> src/d3d12.rs:6260:25 [INFO] [stderr] | [INFO] [stderr] 6260 | D3D12_CPU_DESCRIPTOR_HANDLE { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6550 | impl_device!(Device, ID3D12Device, Device); [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `D3D12_CPU_DESCRIPTOR_HANDLE` in this scope [INFO] [stderr] --> src/d3d12.rs:6269:25 [INFO] [stderr] | [INFO] [stderr] 6269 | D3D12_CPU_DESCRIPTOR_HANDLE { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6550 | impl_device!(Device, ID3D12Device, Device); [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D12Pageable` in this scope [INFO] [stderr] --> src/d3d12.rs:6278:66 [INFO] [stderr] | [INFO] [stderr] 6278 | .map(|obj| obj.as_com_ptr().as_ptr() as *mut ID3D12Pageable) [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6550 | impl_device!(Device, ID3D12Device, Device); [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D12Pageable` in this scope [INFO] [stderr] --> src/d3d12.rs:6416:62 [INFO] [stderr] | [INFO] [stderr] 6416 | .map(|p| p.as_com_ptr().as_ptr() as *mut ID3D12Pageable) [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6550 | impl_device!(Device, ID3D12Device, Device); [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `HANDLE` in this scope [INFO] [stderr] --> src/d3d12.rs:6421:67 [INFO] [stderr] | [INFO] [stderr] 6421 | fn open_shared_handle(&self, nt_handle: HANDLE) -> Result { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6550 | impl_device!(Device, ID3D12Device, Device); [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `HANDLE` in this scope [INFO] [stderr] --> src/d3d12.rs:6435:25 [INFO] [stderr] | [INFO] [stderr] 6435 | ) -> Result { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6550 | impl_device!(Device, ID3D12Device, Device); [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D12Device1` in this scope [INFO] [stderr] --> src/d3d12.rs:6551:23 [INFO] [stderr] | [INFO] [stderr] 6551 | impl_device!(Device1, ID3D12Device1, Device1); [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/d3d12.rs:6551:1 [INFO] [stderr] | [INFO] [stderr] 6551 | impl_device!(Device1, ID3D12Device1, Device1); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D12Device` in this scope [INFO] [stderr] --> src/d3d12.rs:5843:66 [INFO] [stderr] | [INFO] [stderr] 5843 | T::check_feature_support(self.0.as_ptr() as *mut ID3D12Device, args) [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6551 | impl_device!(Device1, ID3D12Device1, Device1); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_CPU_DESCRIPTOR_HANDLE` in this scope [INFO] [stderr] --> src/d3d12.rs:5855:69 [INFO] [stderr] | [INFO] [stderr] 5855 | dest_descriptor_range_starts.as_ptr() as *const D3D12_CPU_DESCRIPTOR_HANDLE, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6551 | impl_device!(Device1, ID3D12Device1, Device1); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_CPU_DESCRIPTOR_HANDLE` in this scope [INFO] [stderr] --> src/d3d12.rs:5858:67 [INFO] [stderr] | [INFO] [stderr] 5858 | src_descriptor_range_start.as_ptr() as *const D3D12_CPU_DESCRIPTOR_HANDLE, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6551 | impl_device!(Device1, ID3D12Device1, Device1); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `D3D12_CPU_DESCRIPTOR_HANDLE` in this scope [INFO] [stderr] --> src/d3d12.rs:5872:21 [INFO] [stderr] | [INFO] [stderr] 5872 | D3D12_CPU_DESCRIPTOR_HANDLE { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6551 | impl_device!(Device1, ID3D12Device1, Device1); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `D3D12_CPU_DESCRIPTOR_HANDLE` in this scope [INFO] [stderr] --> src/d3d12.rs:5875:21 [INFO] [stderr] | [INFO] [stderr] 5875 | D3D12_CPU_DESCRIPTOR_HANDLE { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6551 | impl_device!(Device1, ID3D12Device1, Device1); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `D3D12_COMMAND_SIGNATURE_DESC` in this scope [INFO] [stderr] --> src/d3d12.rs:5944:35 [INFO] [stderr] | [INFO] [stderr] 5944 | let cs_desc = D3D12_COMMAND_SIGNATURE_DESC { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6551 | impl_device!(Device1, ID3D12Device1, Device1); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `D3D12_CPU_DESCRIPTOR_HANDLE` in this scope [INFO] [stderr] --> src/d3d12.rs:6136:25 [INFO] [stderr] | [INFO] [stderr] 6136 | D3D12_CPU_DESCRIPTOR_HANDLE { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6551 | impl_device!(Device1, ID3D12Device1, Device1); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `D3D12_CPU_DESCRIPTOR_HANDLE` in this scope [INFO] [stderr] --> src/d3d12.rs:6144:25 [INFO] [stderr] | [INFO] [stderr] 6144 | D3D12_CPU_DESCRIPTOR_HANDLE { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6551 | impl_device!(Device1, ID3D12Device1, Device1); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `D3D12_CPU_DESCRIPTOR_HANDLE` in this scope [INFO] [stderr] --> src/d3d12.rs:6198:25 [INFO] [stderr] | [INFO] [stderr] 6198 | D3D12_CPU_DESCRIPTOR_HANDLE { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6551 | impl_device!(Device1, ID3D12Device1, Device1); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `D3D12_CPU_DESCRIPTOR_HANDLE` in this scope [INFO] [stderr] --> src/d3d12.rs:6214:25 [INFO] [stderr] | [INFO] [stderr] 6214 | D3D12_CPU_DESCRIPTOR_HANDLE { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6551 | impl_device!(Device1, ID3D12Device1, Device1); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `D3D12_CPU_DESCRIPTOR_HANDLE` in this scope [INFO] [stderr] --> src/d3d12.rs:6222:25 [INFO] [stderr] | [INFO] [stderr] 6222 | D3D12_CPU_DESCRIPTOR_HANDLE { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6551 | impl_device!(Device1, ID3D12Device1, Device1); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `SECURITY_ATTRIBUTES` in this scope [INFO] [stderr] --> src/d3d12.rs:6231:37 [INFO] [stderr] | [INFO] [stderr] 6231 | attributes: Option<&SECURITY_ATTRIBUTES>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6551 | impl_device!(Device1, ID3D12Device1, Device1); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `HANDLE` in this scope [INFO] [stderr] --> src/d3d12.rs:6234:25 [INFO] [stderr] | [INFO] [stderr] 6234 | ) -> Result { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6551 | impl_device!(Device1, ID3D12Device1, Device1); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D12DeviceChild` in this scope [INFO] [stderr] --> src/d3d12.rs:6239:62 [INFO] [stderr] | [INFO] [stderr] 6239 | object.as_com_ptr().as_ptr() as *mut ID3D12DeviceChild, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IDeviceChild` [INFO] [stderr] ... [INFO] [stderr] 6551 | impl_device!(Device1, ID3D12Device1, Device1); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `D3D12_CPU_DESCRIPTOR_HANDLE` in this scope [INFO] [stderr] --> src/d3d12.rs:6260:25 [INFO] [stderr] | [INFO] [stderr] 6260 | D3D12_CPU_DESCRIPTOR_HANDLE { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6551 | impl_device!(Device1, ID3D12Device1, Device1); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `D3D12_CPU_DESCRIPTOR_HANDLE` in this scope [INFO] [stderr] --> src/d3d12.rs:6269:25 [INFO] [stderr] | [INFO] [stderr] 6269 | D3D12_CPU_DESCRIPTOR_HANDLE { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6551 | impl_device!(Device1, ID3D12Device1, Device1); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D12Pageable` in this scope [INFO] [stderr] --> src/d3d12.rs:6278:66 [INFO] [stderr] | [INFO] [stderr] 6278 | .map(|obj| obj.as_com_ptr().as_ptr() as *mut ID3D12Pageable) [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6551 | impl_device!(Device1, ID3D12Device1, Device1); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D12Pageable` in this scope [INFO] [stderr] --> src/d3d12.rs:6416:62 [INFO] [stderr] | [INFO] [stderr] 6416 | .map(|p| p.as_com_ptr().as_ptr() as *mut ID3D12Pageable) [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6551 | impl_device!(Device1, ID3D12Device1, Device1); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `HANDLE` in this scope [INFO] [stderr] --> src/d3d12.rs:6421:67 [INFO] [stderr] | [INFO] [stderr] 6421 | fn open_shared_handle(&self, nt_handle: HANDLE) -> Result { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6551 | impl_device!(Device1, ID3D12Device1, Device1); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `HANDLE` in this scope [INFO] [stderr] --> src/d3d12.rs:6435:25 [INFO] [stderr] | [INFO] [stderr] 6435 | ) -> Result { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6551 | impl_device!(Device1, ID3D12Device1, Device1); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D12Device` in this scope [INFO] [stderr] --> src/d3d12.rs:6454:49 [INFO] [stderr] | [INFO] [stderr] 6454 | Device(self.0.query_interface::().unwrap()) [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6551 | impl_device!(Device1, ID3D12Device1, Device1); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D12Pageable` in this scope [INFO] [stderr] --> src/d3d12.rs:6503:62 [INFO] [stderr] | [INFO] [stderr] 6503 | .map(|p| p.as_com_ptr().as_ptr() as *mut ID3D12Pageable) [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6551 | impl_device!(Device1, ID3D12Device1, Device1); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D12Device2` in this scope [INFO] [stderr] --> src/d3d12.rs:6552:23 [INFO] [stderr] | [INFO] [stderr] 6552 | impl_device!(Device2, ID3D12Device2, Device2); [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/d3d12.rs:6552:1 [INFO] [stderr] | [INFO] [stderr] 6552 | impl_device!(Device2, ID3D12Device2, Device2); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D12Device` in this scope [INFO] [stderr] --> src/d3d12.rs:5843:66 [INFO] [stderr] | [INFO] [stderr] 5843 | T::check_feature_support(self.0.as_ptr() as *mut ID3D12Device, args) [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6552 | impl_device!(Device2, ID3D12Device2, Device2); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_CPU_DESCRIPTOR_HANDLE` in this scope [INFO] [stderr] --> src/d3d12.rs:5855:69 [INFO] [stderr] | [INFO] [stderr] 5855 | dest_descriptor_range_starts.as_ptr() as *const D3D12_CPU_DESCRIPTOR_HANDLE, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6552 | impl_device!(Device2, ID3D12Device2, Device2); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_CPU_DESCRIPTOR_HANDLE` in this scope [INFO] [stderr] --> src/d3d12.rs:5858:67 [INFO] [stderr] | [INFO] [stderr] 5858 | src_descriptor_range_start.as_ptr() as *const D3D12_CPU_DESCRIPTOR_HANDLE, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6552 | impl_device!(Device2, ID3D12Device2, Device2); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `D3D12_CPU_DESCRIPTOR_HANDLE` in this scope [INFO] [stderr] --> src/d3d12.rs:5872:21 [INFO] [stderr] | [INFO] [stderr] 5872 | D3D12_CPU_DESCRIPTOR_HANDLE { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6552 | impl_device!(Device2, ID3D12Device2, Device2); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `D3D12_CPU_DESCRIPTOR_HANDLE` in this scope [INFO] [stderr] --> src/d3d12.rs:5875:21 [INFO] [stderr] | [INFO] [stderr] 5875 | D3D12_CPU_DESCRIPTOR_HANDLE { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6552 | impl_device!(Device2, ID3D12Device2, Device2); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `D3D12_COMMAND_SIGNATURE_DESC` in this scope [INFO] [stderr] --> src/d3d12.rs:5944:35 [INFO] [stderr] | [INFO] [stderr] 5944 | let cs_desc = D3D12_COMMAND_SIGNATURE_DESC { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6552 | impl_device!(Device2, ID3D12Device2, Device2); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `D3D12_CPU_DESCRIPTOR_HANDLE` in this scope [INFO] [stderr] --> src/d3d12.rs:6136:25 [INFO] [stderr] | [INFO] [stderr] 6136 | D3D12_CPU_DESCRIPTOR_HANDLE { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6552 | impl_device!(Device2, ID3D12Device2, Device2); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `D3D12_CPU_DESCRIPTOR_HANDLE` in this scope [INFO] [stderr] --> src/d3d12.rs:6144:25 [INFO] [stderr] | [INFO] [stderr] 6144 | D3D12_CPU_DESCRIPTOR_HANDLE { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6552 | impl_device!(Device2, ID3D12Device2, Device2); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `D3D12_CPU_DESCRIPTOR_HANDLE` in this scope [INFO] [stderr] --> src/d3d12.rs:6198:25 [INFO] [stderr] | [INFO] [stderr] 6198 | D3D12_CPU_DESCRIPTOR_HANDLE { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6552 | impl_device!(Device2, ID3D12Device2, Device2); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `D3D12_CPU_DESCRIPTOR_HANDLE` in this scope [INFO] [stderr] --> src/d3d12.rs:6214:25 [INFO] [stderr] | [INFO] [stderr] 6214 | D3D12_CPU_DESCRIPTOR_HANDLE { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6552 | impl_device!(Device2, ID3D12Device2, Device2); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `D3D12_CPU_DESCRIPTOR_HANDLE` in this scope [INFO] [stderr] --> src/d3d12.rs:6222:25 [INFO] [stderr] | [INFO] [stderr] 6222 | D3D12_CPU_DESCRIPTOR_HANDLE { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6552 | impl_device!(Device2, ID3D12Device2, Device2); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `SECURITY_ATTRIBUTES` in this scope [INFO] [stderr] --> src/d3d12.rs:6231:37 [INFO] [stderr] | [INFO] [stderr] 6231 | attributes: Option<&SECURITY_ATTRIBUTES>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6552 | impl_device!(Device2, ID3D12Device2, Device2); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `HANDLE` in this scope [INFO] [stderr] --> src/d3d12.rs:6234:25 [INFO] [stderr] | [INFO] [stderr] 6234 | ) -> Result { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6552 | impl_device!(Device2, ID3D12Device2, Device2); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D12DeviceChild` in this scope [INFO] [stderr] --> src/d3d12.rs:6239:62 [INFO] [stderr] | [INFO] [stderr] 6239 | object.as_com_ptr().as_ptr() as *mut ID3D12DeviceChild, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IDeviceChild` [INFO] [stderr] ... [INFO] [stderr] 6552 | impl_device!(Device2, ID3D12Device2, Device2); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `D3D12_CPU_DESCRIPTOR_HANDLE` in this scope [INFO] [stderr] --> src/d3d12.rs:6260:25 [INFO] [stderr] | [INFO] [stderr] 6260 | D3D12_CPU_DESCRIPTOR_HANDLE { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6552 | impl_device!(Device2, ID3D12Device2, Device2); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `D3D12_CPU_DESCRIPTOR_HANDLE` in this scope [INFO] [stderr] --> src/d3d12.rs:6269:25 [INFO] [stderr] | [INFO] [stderr] 6269 | D3D12_CPU_DESCRIPTOR_HANDLE { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6552 | impl_device!(Device2, ID3D12Device2, Device2); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D12Pageable` in this scope [INFO] [stderr] --> src/d3d12.rs:6278:66 [INFO] [stderr] | [INFO] [stderr] 6278 | .map(|obj| obj.as_com_ptr().as_ptr() as *mut ID3D12Pageable) [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6552 | impl_device!(Device2, ID3D12Device2, Device2); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D12Pageable` in this scope [INFO] [stderr] --> src/d3d12.rs:6416:62 [INFO] [stderr] | [INFO] [stderr] 6416 | .map(|p| p.as_com_ptr().as_ptr() as *mut ID3D12Pageable) [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6552 | impl_device!(Device2, ID3D12Device2, Device2); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `HANDLE` in this scope [INFO] [stderr] --> src/d3d12.rs:6421:67 [INFO] [stderr] | [INFO] [stderr] 6421 | fn open_shared_handle(&self, nt_handle: HANDLE) -> Result { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6552 | impl_device!(Device2, ID3D12Device2, Device2); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `HANDLE` in this scope [INFO] [stderr] --> src/d3d12.rs:6435:25 [INFO] [stderr] | [INFO] [stderr] 6435 | ) -> Result { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6552 | impl_device!(Device2, ID3D12Device2, Device2); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D12Device` in this scope [INFO] [stderr] --> src/d3d12.rs:6454:49 [INFO] [stderr] | [INFO] [stderr] 6454 | Device(self.0.query_interface::().unwrap()) [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6552 | impl_device!(Device2, ID3D12Device2, Device2); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D12Pageable` in this scope [INFO] [stderr] --> src/d3d12.rs:6503:62 [INFO] [stderr] | [INFO] [stderr] 6503 | .map(|p| p.as_com_ptr().as_ptr() as *mut ID3D12Pageable) [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6552 | impl_device!(Device2, ID3D12Device2, Device2); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D12Device1` in this scope [INFO] [stderr] --> src/d3d12.rs:6521:50 [INFO] [stderr] | [INFO] [stderr] 6521 | Device1(self.0.query_interface::().unwrap()) [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 6552 | impl_device!(Device2, ID3D12Device2, Device2); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D12Fence` in this scope [INFO] [stderr] --> src/d3d12.rs:6596:25 [INFO] [stderr] | [INFO] [stderr] 6596 | pub struct Fence(ComPtr); [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D12Fence` in this scope [INFO] [stderr] --> src/d3d12.rs:6599:20 [INFO] [stderr] | [INFO] [stderr] 6599 | impl_fence!(Fence, ID3D12Fence, Fence); [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/d3d12.rs:6599:1 [INFO] [stderr] | [INFO] [stderr] 6599 | impl_fence!(Fence, ID3D12Fence, Fence); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D12GraphicsCommandList` in this scope [INFO] [stderr] --> src/d3d12.rs:7388:39 [INFO] [stderr] | [INFO] [stderr] 7388 | pub struct GraphicsCommandList(ComPtr); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IGraphicsCommandList` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D12GraphicsCommandList` in this scope [INFO] [stderr] --> src/d3d12.rs:7391:5 [INFO] [stderr] | [INFO] [stderr] 7391 | ID3D12GraphicsCommandList, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IGraphicsCommandList` [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/d3d12.rs:7389:1 [INFO] [stderr] | [INFO] [stderr] 7389 | / impl_graphics_command_list!( [INFO] [stderr] 7390 | | GraphicsCommandList, [INFO] [stderr] 7391 | | ID3D12GraphicsCommandList, [INFO] [stderr] 7392 | | GraphicsCommandList [INFO] [stderr] 7393 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RECT` in this scope [INFO] [stderr] --> src/d3d12.rs:6845:85 [INFO] [stderr] | [INFO] [stderr] 6845 | rects.map_or(std::ptr::null(), |rcs| rcs.as_ptr() as *const RECT), [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 7389 | / impl_graphics_command_list!( [INFO] [stderr] 7390 | | GraphicsCommandList, [INFO] [stderr] 7391 | | ID3D12GraphicsCommandList, [INFO] [stderr] 7392 | | GraphicsCommandList [INFO] [stderr] 7393 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RECT` in this scope [INFO] [stderr] --> src/d3d12.rs:6860:85 [INFO] [stderr] | [INFO] [stderr] 6860 | rects.map_or(std::ptr::null(), |rcs| rcs.as_ptr() as *const RECT), [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 7389 | / impl_graphics_command_list!( [INFO] [stderr] 7390 | | GraphicsCommandList, [INFO] [stderr] 7391 | | ID3D12GraphicsCommandList, [INFO] [stderr] 7392 | | GraphicsCommandList [INFO] [stderr] 7393 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RECT` in this scope [INFO] [stderr] --> src/d3d12.rs:6882:50 [INFO] [stderr] | [INFO] [stderr] 6882 | rects.as_ptr() as *const RECT, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 7389 | / impl_graphics_command_list!( [INFO] [stderr] 7390 | | GraphicsCommandList, [INFO] [stderr] 7391 | | ID3D12GraphicsCommandList, [INFO] [stderr] 7392 | | GraphicsCommandList [INFO] [stderr] 7393 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RECT` in this scope [INFO] [stderr] --> src/d3d12.rs:6901:50 [INFO] [stderr] | [INFO] [stderr] 6901 | rects.as_ptr() as *const RECT, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 7389 | / impl_graphics_command_list!( [INFO] [stderr] 7390 | | GraphicsCommandList, [INFO] [stderr] 7391 | | ID3D12GraphicsCommandList, [INFO] [stderr] 7392 | | GraphicsCommandList [INFO] [stderr] 7393 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_BOX` in this scope [INFO] [stderr] --> src/d3d12.rs:6950:87 [INFO] [stderr] | [INFO] [stderr] 6950 | .map_or(std::ptr::null(), |b| b as *const Box3D as *const D3D12_BOX), [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 7389 | / impl_graphics_command_list!( [INFO] [stderr] 7390 | | GraphicsCommandList, [INFO] [stderr] 7391 | | ID3D12GraphicsCommandList, [INFO] [stderr] 7392 | | GraphicsCommandList [INFO] [stderr] 7393 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_INDEX_BUFFER_VIEW` in this scope [INFO] [stderr] --> src/d3d12.rs:7062:66 [INFO] [stderr] | [INFO] [stderr] 7062 | view as *const IndexBufferView as *const D3D12_INDEX_BUFFER_VIEW, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 7389 | / impl_graphics_command_list!( [INFO] [stderr] 7390 | | GraphicsCommandList, [INFO] [stderr] 7391 | | ID3D12GraphicsCommandList, [INFO] [stderr] 7392 | | GraphicsCommandList [INFO] [stderr] 7393 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_VERTEX_BUFFER_VIEW` in this scope [INFO] [stderr] --> src/d3d12.rs:7074:50 [INFO] [stderr] | [INFO] [stderr] 7074 | views.as_ptr() as *const D3D12_VERTEX_BUFFER_VIEW, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 7389 | / impl_graphics_command_list!( [INFO] [stderr] 7390 | | GraphicsCommandList, [INFO] [stderr] 7391 | | ID3D12GraphicsCommandList, [INFO] [stderr] 7392 | | GraphicsCommandList [INFO] [stderr] 7393 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_CPU_DESCRIPTOR_HANDLE` in this scope [INFO] [stderr] --> src/d3d12.rs:7097:70 [INFO] [stderr] | [INFO] [stderr] 7097 | render_target_descriptors.as_ptr() as *const D3D12_CPU_DESCRIPTOR_HANDLE, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 7389 | / impl_graphics_command_list!( [INFO] [stderr] 7390 | | GraphicsCommandList, [INFO] [stderr] 7391 | | ID3D12GraphicsCommandList, [INFO] [stderr] 7392 | | GraphicsCommandList [INFO] [stderr] 7393 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_CPU_DESCRIPTOR_HANDLE` in this scope [INFO] [stderr] --> src/d3d12.rs:7103:47 [INFO] [stderr] | [INFO] [stderr] 7103 | as *const D3D12_CPU_DESCRIPTOR_HANDLE [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 7389 | / impl_graphics_command_list!( [INFO] [stderr] 7390 | | GraphicsCommandList, [INFO] [stderr] 7391 | | ID3D12GraphicsCommandList, [INFO] [stderr] 7392 | | GraphicsCommandList [INFO] [stderr] 7393 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_RESOURCE_BARRIER` in this scope [INFO] [stderr] --> src/d3d12.rs:7169:55 [INFO] [stderr] | [INFO] [stderr] 7169 | c_barriers.as_ptr() as *const D3D12_RESOURCE_BARRIER, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 7389 | / impl_graphics_command_list!( [INFO] [stderr] 7390 | | GraphicsCommandList, [INFO] [stderr] 7391 | | ID3D12GraphicsCommandList, [INFO] [stderr] 7392 | | GraphicsCommandList [INFO] [stderr] 7393 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RECT` in this scope [INFO] [stderr] --> src/d3d12.rs:7176:89 [INFO] [stderr] | [INFO] [stderr] 7176 | .RSSetScissorRects(rects.len() as u32, rects.as_ptr() as *const RECT) [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 7389 | / impl_graphics_command_list!( [INFO] [stderr] 7390 | | GraphicsCommandList, [INFO] [stderr] 7391 | | ID3D12GraphicsCommandList, [INFO] [stderr] 7392 | | GraphicsCommandList [INFO] [stderr] 7393 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_VIEWPORT` in this scope [INFO] [stderr] --> src/d3d12.rs:7183:54 [INFO] [stderr] | [INFO] [stderr] 7183 | viewports.as_ptr() as *const D3D12_VIEWPORT, [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 7389 | / impl_graphics_command_list!( [INFO] [stderr] 7390 | | GraphicsCommandList, [INFO] [stderr] 7391 | | ID3D12GraphicsCommandList, [INFO] [stderr] 7392 | | GraphicsCommandList [INFO] [stderr] 7393 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_STREAM_OUTPUT_BUFFER_VIEW` in this scope [INFO] [stderr] --> src/d3d12.rs:7380:48 [INFO] [stderr] | [INFO] [stderr] 7380 | views.as_ptr() as *mut D3D12_STREAM_OUTPUT_BUFFER_VIEW, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 7389 | / impl_graphics_command_list!( [INFO] [stderr] 7390 | | GraphicsCommandList, [INFO] [stderr] 7391 | | ID3D12GraphicsCommandList, [INFO] [stderr] 7392 | | GraphicsCommandList [INFO] [stderr] 7393 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D12Heap` in this scope [INFO] [stderr] --> src/d3d12.rs:7399:24 [INFO] [stderr] | [INFO] [stderr] 7399 | pub struct Heap(ComPtr); [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D12Heap` in this scope [INFO] [stderr] --> src/d3d12.rs:7400:22 [INFO] [stderr] | [INFO] [stderr] 7400 | impl_pageable!(Heap, ID3D12Heap); [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/d3d12.rs:7400:1 [INFO] [stderr] | [INFO] [stderr] 7400 | impl_pageable!(Heap, ID3D12Heap); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D12PipelineLibrary` in this scope [INFO] [stderr] --> src/d3d12.rs:7490:35 [INFO] [stderr] | [INFO] [stderr] 7490 | pub struct PipelineLibrary(ComPtr); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IPipelineLibrary` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D12PipelineLibrary` in this scope [INFO] [stderr] --> src/d3d12.rs:7491:41 [INFO] [stderr] | [INFO] [stderr] 7491 | impl_pipeline_library!(PipelineLibrary, ID3D12PipelineLibrary, PipelineLibrary); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IPipelineLibrary` [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/d3d12.rs:7491:1 [INFO] [stderr] | [INFO] [stderr] 7491 | impl_pipeline_library!(PipelineLibrary, ID3D12PipelineLibrary, PipelineLibrary); [INFO] [stderr] | -------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D12PipelineState` in this scope [INFO] [stderr] --> src/d3d12.rs:7497:33 [INFO] [stderr] | [INFO] [stderr] 7497 | pub struct PipelineState(ComPtr); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IPipelineState` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D12PipelineState` in this scope [INFO] [stderr] --> src/d3d12.rs:7498:31 [INFO] [stderr] | [INFO] [stderr] 7498 | impl_pageable!(PipelineState, ID3D12PipelineState); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IPipelineState` [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/d3d12.rs:7498:1 [INFO] [stderr] | [INFO] [stderr] 7498 | impl_pageable!(PipelineState, ID3D12PipelineState); [INFO] [stderr] | --------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D12QueryHeap` in this scope [INFO] [stderr] --> src/d3d12.rs:7511:29 [INFO] [stderr] | [INFO] [stderr] 7511 | pub struct QueryHeap(ComPtr); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IQueryHeap` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D12QueryHeap` in this scope [INFO] [stderr] --> src/d3d12.rs:7512:27 [INFO] [stderr] | [INFO] [stderr] 7512 | impl_pageable!(QueryHeap, ID3D12QueryHeap); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IQueryHeap` [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/d3d12.rs:7512:1 [INFO] [stderr] | [INFO] [stderr] 7512 | impl_pageable!(QueryHeap, ID3D12QueryHeap); [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D12Resource` in this scope [INFO] [stderr] --> src/d3d12.rs:7530:28 [INFO] [stderr] | [INFO] [stderr] 7530 | pub struct Resource(ComPtr); [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D12Resource` in this scope [INFO] [stderr] --> src/d3d12.rs:7531:26 [INFO] [stderr] | [INFO] [stderr] 7531 | impl_pageable!(Resource, ID3D12Resource); [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/d3d12.rs:7531:1 [INFO] [stderr] | [INFO] [stderr] 7531 | impl_pageable!(Resource, ID3D12Resource); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_RANGE` in this scope [INFO] [stderr] --> src/d3d12.rs:7555:45 [INFO] [stderr] | [INFO] [stderr] 7555 | r as *const Range as *const D3D12_RANGE [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `D3D12_RANGE` in this scope [INFO] [stderr] --> src/d3d12.rs:7569:113 [INFO] [stderr] | [INFO] [stderr] 7569 | self.0.Unmap(subresource, write_range.as_ref().map_or(std::ptr::null(), |r| r as *const Range as *const D3D12_RANGE)); [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D12RootSignature` in this scope [INFO] [stderr] --> src/d3d12.rs:7575:33 [INFO] [stderr] | [INFO] [stderr] 7575 | pub struct RootSignature(ComPtr); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IRootSignature` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D12RootSignature` in this scope [INFO] [stderr] --> src/d3d12.rs:7576:34 [INFO] [stderr] | [INFO] [stderr] 7576 | impl_devicechild!(RootSignature, ID3D12RootSignature); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IRootSignature` [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/d3d12.rs:7576:1 [INFO] [stderr] | [INFO] [stderr] 7576 | impl_devicechild!(RootSignature, ID3D12RootSignature); [INFO] [stderr] | ------------------------------------------------------ in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D12RootSignatureDeserializer` in this scope [INFO] [stderr] --> src/d3d12.rs:7583:45 [INFO] [stderr] | [INFO] [stderr] 7583 | pub struct RootSignatureDeserializer(ComPtr); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IRootSignatureDeserializer` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D12RootSignatureDeserializer` in this scope [INFO] [stderr] --> src/d3d12.rs:7584:44 [INFO] [stderr] | [INFO] [stderr] 7584 | impl_interface!(RootSignatureDeserializer, ID3D12RootSignatureDeserializer); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IRootSignatureDeserializer` [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/d3d12.rs:7584:1 [INFO] [stderr] | [INFO] [stderr] 7584 | impl_interface!(RootSignatureDeserializer, ID3D12RootSignatureDeserializer); [INFO] [stderr] | ---------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D12VersionedRootSignatureDeserializer` in this scope [INFO] [stderr] --> src/d3d12.rs:7599:54 [INFO] [stderr] | [INFO] [stderr] 7599 | pub struct VersionedRootSignatureDeserializer(ComPtr); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IVersionedRootSignatureDeserializer` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D12VersionedRootSignatureDeserializer` in this scope [INFO] [stderr] --> src/d3d12.rs:7602:5 [INFO] [stderr] | [INFO] [stderr] 7602 | ID3D12VersionedRootSignatureDeserializer [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IVersionedRootSignatureDeserializer` [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/d3d12.rs:7600:1 [INFO] [stderr] | [INFO] [stderr] 7600 | / impl_interface!( [INFO] [stderr] 7601 | | VersionedRootSignatureDeserializer, [INFO] [stderr] 7602 | | ID3D12VersionedRootSignatureDeserializer [INFO] [stderr] 7603 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `D3D12CreateDevice` in this scope [INFO] [stderr] --> src/d3d12.rs:7642:13 [INFO] [stderr] | [INFO] [stderr] 7642 | D3D12CreateDevice( [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `D3D12SerializeRootSignature` in this scope [INFO] [stderr] --> src/d3d12.rs:7661:19 [INFO] [stderr] | [INFO] [stderr] 7661 | let res = D3D12SerializeRootSignature(&c_desc, version.into(), &mut obj, &mut err); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `D3D12SerializeVersionedRootSignature` in this scope [INFO] [stderr] --> src/d3d12.rs:7684:19 [INFO] [stderr] | [INFO] [stderr] 7684 | let res = D3D12SerializeVersionedRootSignature(&c_desc, &mut obj, &mut err); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `serialize_versioned_root_signature` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `D3D12GetDebugInterface` in this scope [INFO] [stderr] --> src/d3d12.rs:7703:28 [INFO] [stderr] | [INFO] [stderr] 7703 | let res = unsafe { D3D12GetDebugInterface(&T::uuidof().into(), &mut obj) }; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D12Debug` in this scope [INFO] [stderr] --> src/d3d12sdklayers.rs:20:25 [INFO] [stderr] | [INFO] [stderr] 20 | pub struct Debug(ComPtr); [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ID3D12Debug` in this scope [INFO] [stderr] --> src/d3d12sdklayers.rs:21:20 [INFO] [stderr] | [INFO] [stderr] 21 | impl_debug!(Debug, ID3D12Debug, Debug); [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/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[E0412]: cannot find type `GUID` in this scope [INFO] [stderr] --> src/dxgi.rs:72:24 [INFO] [stderr] | [INFO] [stderr] 72 | 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/dxgi.rs:73:30 [INFO] [stderr] | [INFO] [stderr] 73 | fn from(src: DebugID) -> GUID { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `GUID` in this scope [INFO] [stderr] --> src/dxgi.rs:77:11 [INFO] [stderr] | [INFO] [stderr] 77 | impl From for DebugID { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `GUID` in this scope [INFO] [stderr] --> src/dxgi.rs:78:18 [INFO] [stderr] | [INFO] [stderr] 78 | fn from(src: GUID) -> DebugID { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_ENUM_MODES_INTERLACED` in this scope [INFO] [stderr] --> src/dxgi.rs:87:39 [INFO] [stderr] | [INFO] [stderr] 87 | pub const Interlaced: Self = Self(DXGI_ENUM_MODES_INTERLACED); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_ENUM_MODES_SCALING` in this scope [INFO] [stderr] --> src/dxgi.rs:88:36 [INFO] [stderr] | [INFO] [stderr] 88 | pub const Scaling: Self = Self(DXGI_ENUM_MODES_SCALING); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_PRESENT_DO_NOT_SEQUENCE` in this scope [INFO] [stderr] --> src/dxgi.rs:100:42 [INFO] [stderr] | [INFO] [stderr] 100 | pub const DoNotSequence: Self = Self(DXGI_PRESENT_DO_NOT_SEQUENCE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_PRESENT_TEST` in this scope [INFO] [stderr] --> src/dxgi.rs:101:33 [INFO] [stderr] | [INFO] [stderr] 101 | pub const Test: Self = Self(DXGI_PRESENT_TEST); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_PRESENT_RESTART` in this scope [INFO] [stderr] --> src/dxgi.rs:102:36 [INFO] [stderr] | [INFO] [stderr] 102 | pub const Restart: Self = Self(DXGI_PRESENT_RESTART); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_PRESENT_DO_NOT_WAIT` in this scope [INFO] [stderr] --> src/dxgi.rs:103:38 [INFO] [stderr] | [INFO] [stderr] 103 | pub const DoNotWait: Self = Self(DXGI_PRESENT_DO_NOT_WAIT); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_PRESENT_RESTRICT_TO_OUTPUT` in this scope [INFO] [stderr] --> src/dxgi.rs:104:45 [INFO] [stderr] | [INFO] [stderr] 104 | pub const RestrictToOutput: Self = Self(DXGI_PRESENT_RESTRICT_TO_OUTPUT); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_PRESENT_STEREO_PREFER_RIGHT` in this scope [INFO] [stderr] --> src/dxgi.rs:105:46 [INFO] [stderr] | [INFO] [stderr] 105 | pub const StreaoPreferRight: Self = Self(DXGI_PRESENT_STEREO_PREFER_RIGHT); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_PRESENT_STEREO_TEMPORARY_MONO` in this scope [INFO] [stderr] --> src/dxgi.rs:106:48 [INFO] [stderr] | [INFO] [stderr] 106 | pub const StereoTemporaryMono: Self = Self(DXGI_PRESENT_STEREO_TEMPORARY_MONO); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_PRESENT_USE_DURATION` in this scope [INFO] [stderr] --> src/dxgi.rs:107:40 [INFO] [stderr] | [INFO] [stderr] 107 | pub const UseDuration: Self = Self(DXGI_PRESENT_USE_DURATION); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_PRESENT_ALLOW_TEARING` in this scope [INFO] [stderr] --> src/dxgi.rs:108:41 [INFO] [stderr] | [INFO] [stderr] 108 | pub const AllowTearing: Self = Self(DXGI_PRESENT_ALLOW_TEARING); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_USAGE_SHADER_INPUT` in this scope [INFO] [stderr] --> src/dxgi.rs:128:40 [INFO] [stderr] | [INFO] [stderr] 128 | pub const ShaderInput: Self = Self(DXGI_USAGE_SHADER_INPUT); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_USAGE_RENDER_TARGET_OUTPUT` in this scope [INFO] [stderr] --> src/dxgi.rs:129:47 [INFO] [stderr] | [INFO] [stderr] 129 | pub const RenderTargetOutput: Self = Self(DXGI_USAGE_RENDER_TARGET_OUTPUT); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_USAGE_BACK_BUFFER` in this scope [INFO] [stderr] --> src/dxgi.rs:130:39 [INFO] [stderr] | [INFO] [stderr] 130 | pub const BackBuffer: Self = Self(DXGI_USAGE_BACK_BUFFER); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_USAGE_SHARED` in this scope [INFO] [stderr] --> src/dxgi.rs:131:35 [INFO] [stderr] | [INFO] [stderr] 131 | pub const Shared: Self = Self(DXGI_USAGE_SHARED); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_USAGE_READ_ONLY` in this scope [INFO] [stderr] --> src/dxgi.rs:132:37 [INFO] [stderr] | [INFO] [stderr] 132 | pub const ReadOnly: Self = Self(DXGI_USAGE_READ_ONLY); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_USAGE_DISCARD_ON_PRESENT` in this scope [INFO] [stderr] --> src/dxgi.rs:133:45 [INFO] [stderr] | [INFO] [stderr] 133 | pub const DiscardOnPresent: Self = Self(DXGI_USAGE_DISCARD_ON_PRESENT); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_USAGE_UNORDERED_ACCESS` in this scope [INFO] [stderr] --> src/dxgi.rs:134:44 [INFO] [stderr] | [INFO] [stderr] 134 | pub const UnorderedAccess: Self = Self(DXGI_USAGE_UNORDERED_ACCESS); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_CPU_ACCESS_NONE` in this scope [INFO] [stderr] --> src/dxgi.rs:141:12 [INFO] [stderr] | [INFO] [stderr] 141 | None = DXGI_CPU_ACCESS_NONE, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_CPU_ACCESS_DYNAMIC` in this scope [INFO] [stderr] --> src/dxgi.rs:142:15 [INFO] [stderr] | [INFO] [stderr] 142 | Dynamic = DXGI_CPU_ACCESS_DYNAMIC, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_CPU_ACCESS_READ_WRITE` in this scope [INFO] [stderr] --> src/dxgi.rs:143:17 [INFO] [stderr] | [INFO] [stderr] 143 | ReadWrite = DXGI_CPU_ACCESS_READ_WRITE, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_CPU_ACCESS_SCRATCH` in this scope [INFO] [stderr] --> src/dxgi.rs:144:15 [INFO] [stderr] | [INFO] [stderr] 144 | Scratch = DXGI_CPU_ACCESS_SCRATCH, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_CPU_ACCESS_FIELD` in this scope [INFO] [stderr] --> src/dxgi.rs:145:13 [INFO] [stderr] | [INFO] [stderr] 145 | Field = DXGI_CPU_ACCESS_FIELD, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_MAP_READ` in this scope [INFO] [stderr] --> src/dxgi.rs:152:27 [INFO] [stderr] | [INFO] [stderr] 152 | pub const Read: u32 = DXGI_MAP_READ; [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_MAP_WRITE` in this scope [INFO] [stderr] --> src/dxgi.rs:153:28 [INFO] [stderr] | [INFO] [stderr] 153 | pub const Write: u32 = DXGI_MAP_WRITE; [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_MAP_DISCARD` in this scope [INFO] [stderr] --> src/dxgi.rs:154:30 [INFO] [stderr] | [INFO] [stderr] 154 | pub const Discard: u32 = DXGI_MAP_DISCARD; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_STATUS_OCCLUDED` in this scope [INFO] [stderr] --> src/dxgi.rs:161:16 [INFO] [stderr] | [INFO] [stderr] 161 | Occluded = DXGI_STATUS_OCCLUDED, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_STATUS_MODE_CHANGED` in this scope [INFO] [stderr] --> src/dxgi.rs:162:19 [INFO] [stderr] | [INFO] [stderr] 162 | ModeChanged = DXGI_STATUS_MODE_CHANGED, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_STATUS_MODE_CHANGE_IN_PROGRESS` in this scope [INFO] [stderr] --> src/dxgi.rs:163:28 [INFO] [stderr] | [INFO] [stderr] 163 | ModeChangeInProgress = DXGI_STATUS_MODE_CHANGE_IN_PROGRESS, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_ADAPTER_FLAG_NONE` in this scope [INFO] [stderr] --> src/dxgi.rs:169:12 [INFO] [stderr] | [INFO] [stderr] 169 | None = DXGI_ADAPTER_FLAG_NONE, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_ADAPTER_FLAG_REMOTE` in this scope [INFO] [stderr] --> src/dxgi.rs:170:14 [INFO] [stderr] | [INFO] [stderr] 170 | Remote = DXGI_ADAPTER_FLAG_REMOTE, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_ADAPTER_FLAG_SOFTWARE` in this scope [INFO] [stderr] --> src/dxgi.rs:171:16 [INFO] [stderr] | [INFO] [stderr] 171 | Software = DXGI_ADAPTER_FLAG_SOFTWARE, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_COLOR_SPACE_RGB_FULL_G22_NONE_P709` in this scope [INFO] [stderr] --> src/dxgi.rs:200:26 [INFO] [stderr] | [INFO] [stderr] 200 | RGBFullG22NoneP709 = DXGI_COLOR_SPACE_RGB_FULL_G22_NONE_P709, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_COLOR_SPACE_RGB_FULL_G10_NONE_P709` in this scope [INFO] [stderr] --> src/dxgi.rs:201:26 [INFO] [stderr] | [INFO] [stderr] 201 | RGBFullG10NoneP709 = DXGI_COLOR_SPACE_RGB_FULL_G10_NONE_P709, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_COLOR_SPACE_RGB_STUDIO_G22_NONE_P709` in this scope [INFO] [stderr] --> src/dxgi.rs:202:28 [INFO] [stderr] | [INFO] [stderr] 202 | RGBStudioG22NoneP709 = DXGI_COLOR_SPACE_RGB_STUDIO_G22_NONE_P709, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_COLOR_SPACE_RGB_STUDIO_G22_NONE_P2020` in this scope [INFO] [stderr] --> src/dxgi.rs:203:29 [INFO] [stderr] | [INFO] [stderr] 203 | RGBStudioG22NoneP2020 = DXGI_COLOR_SPACE_RGB_STUDIO_G22_NONE_P2020, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_COLOR_SPACE_RESERVED` in this scope [INFO] [stderr] --> src/dxgi.rs:204:16 [INFO] [stderr] | [INFO] [stderr] 204 | Reserved = DXGI_COLOR_SPACE_RESERVED, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_COLOR_SPACE_YCBCR_FULL_G22_NONE_P709_X601` in this scope [INFO] [stderr] --> src/dxgi.rs:205:32 [INFO] [stderr] | [INFO] [stderr] 205 | YCbCrFullG22NoneP709X601 = DXGI_COLOR_SPACE_YCBCR_FULL_G22_NONE_P709_X601, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_COLOR_SPACE_YCBCR_STUDIO_G22_LEFT_P601` in this scope [INFO] [stderr] --> src/dxgi.rs:206:30 [INFO] [stderr] | [INFO] [stderr] 206 | YCbCrStudioG22LeftP601 = DXGI_COLOR_SPACE_YCBCR_STUDIO_G22_LEFT_P601, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_COLOR_SPACE_YCBCR_FULL_G22_LEFT_P601` in this scope [INFO] [stderr] --> src/dxgi.rs:207:28 [INFO] [stderr] | [INFO] [stderr] 207 | YCbCrFullG22LeftP601 = DXGI_COLOR_SPACE_YCBCR_FULL_G22_LEFT_P601, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_COLOR_SPACE_YCBCR_STUDIO_G22_LEFT_P709` in this scope [INFO] [stderr] --> src/dxgi.rs:208:30 [INFO] [stderr] | [INFO] [stderr] 208 | YCbCrStudioG22LeftP709 = DXGI_COLOR_SPACE_YCBCR_STUDIO_G22_LEFT_P709, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_COLOR_SPACE_YCBCR_FULL_G22_LEFT_P709` in this scope [INFO] [stderr] --> src/dxgi.rs:209:28 [INFO] [stderr] | [INFO] [stderr] 209 | YCbCrFullG22LeftP709 = DXGI_COLOR_SPACE_YCBCR_FULL_G22_LEFT_P709, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_COLOR_SPACE_YCBCR_STUDIO_G22_LEFT_P2020` in this scope [INFO] [stderr] --> src/dxgi.rs:210:31 [INFO] [stderr] | [INFO] [stderr] 210 | YCbCrStudioG22LeftP2020 = DXGI_COLOR_SPACE_YCBCR_STUDIO_G22_LEFT_P2020, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_COLOR_SPACE_YCBCR_FULL_G22_LEFT_P2020` in this scope [INFO] [stderr] --> src/dxgi.rs:211:29 [INFO] [stderr] | [INFO] [stderr] 211 | YCbCrFullG22LeftP2020 = DXGI_COLOR_SPACE_YCBCR_FULL_G22_LEFT_P2020, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_COLOR_SPACE_RGB_FULL_G2084_NONE_P2020` in this scope [INFO] [stderr] --> src/dxgi.rs:212:29 [INFO] [stderr] | [INFO] [stderr] 212 | RGBFullG2084NoneP2020 = DXGI_COLOR_SPACE_RGB_FULL_G2084_NONE_P2020, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_COLOR_SPACE_YCBCR_STUDIO_G2084_LEFT_P2020` in this scope [INFO] [stderr] --> src/dxgi.rs:213:33 [INFO] [stderr] | [INFO] [stderr] 213 | YCbCrStudioG2084LeftP2020 = DXGI_COLOR_SPACE_YCBCR_STUDIO_G2084_LEFT_P2020, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_COLOR_SPACE_RGB_STUDIO_G2084_NONE_P2020` in this scope [INFO] [stderr] --> src/dxgi.rs:214:31 [INFO] [stderr] | [INFO] [stderr] 214 | RGBStudioG2084NoneP2020 = DXGI_COLOR_SPACE_RGB_STUDIO_G2084_NONE_P2020, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_COLOR_SPACE_YCBCR_STUDIO_G22_TOPLEFT_P2020` in this scope [INFO] [stderr] --> src/dxgi.rs:215:34 [INFO] [stderr] | [INFO] [stderr] 215 | YCbCrStudioG22TopleftP2020 = DXGI_COLOR_SPACE_YCBCR_STUDIO_G22_TOPLEFT_P2020, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_COLOR_SPACE_YCBCR_STUDIO_G2084_TOPLEFT_P2020` in this scope [INFO] [stderr] --> src/dxgi.rs:216:36 [INFO] [stderr] | [INFO] [stderr] 216 | YCbCrStudioG2084TopleftP2020 = DXGI_COLOR_SPACE_YCBCR_STUDIO_G2084_TOPLEFT_P2020, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_COLOR_SPACE_RGB_FULL_G22_NONE_P2020` in this scope [INFO] [stderr] --> src/dxgi.rs:217:27 [INFO] [stderr] | [INFO] [stderr] 217 | RGBFullG22NoneP2020 = DXGI_COLOR_SPACE_RGB_FULL_G22_NONE_P2020, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_COLOR_SPACE_CUSTOM` in this scope [INFO] [stderr] --> src/dxgi.rs:225:14 [INFO] [stderr] | [INFO] [stderr] 225 | Custom = DXGI_COLOR_SPACE_CUSTOM, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_DEBUG_RLO_SUMMARY` in this scope [INFO] [stderr] --> src/dxgi.rs:242:15 [INFO] [stderr] | [INFO] [stderr] 242 | Summary = DXGI_DEBUG_RLO_SUMMARY, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_DEBUG_RLO_DETAIL` in this scope [INFO] [stderr] --> src/dxgi.rs:243:14 [INFO] [stderr] | [INFO] [stderr] 243 | Detail = DXGI_DEBUG_RLO_DETAIL, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_DEBUG_RLO_IGNORE_INTERNAL` in this scope [INFO] [stderr] --> src/dxgi.rs:244:22 [INFO] [stderr] | [INFO] [stderr] 244 | IgnoreInternal = DXGI_DEBUG_RLO_IGNORE_INTERNAL, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_DEBUG_RLO_ALL` in this scope [INFO] [stderr] --> src/dxgi.rs:245:11 [INFO] [stderr] | [INFO] [stderr] 245 | All = DXGI_DEBUG_RLO_ALL, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_UNKNOWN` in this scope [INFO] [stderr] --> src/dxgi.rs:258:15 [INFO] [stderr] | [INFO] [stderr] 258 | Unknown = DXGI_FORMAT_UNKNOWN, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R32G32B32A32_TYPELESS` in this scope [INFO] [stderr] --> src/dxgi.rs:259:28 [INFO] [stderr] | [INFO] [stderr] 259 | R32G32B32A32Typeless = DXGI_FORMAT_R32G32B32A32_TYPELESS, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R32G32B32A32_FLOAT` in this scope [INFO] [stderr] --> src/dxgi.rs:260:25 [INFO] [stderr] | [INFO] [stderr] 260 | R32G32B32A32Float = DXGI_FORMAT_R32G32B32A32_FLOAT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R32G32B32A32_UINT` in this scope [INFO] [stderr] --> src/dxgi.rs:261:24 [INFO] [stderr] | [INFO] [stderr] 261 | R32G32B32A32Uint = DXGI_FORMAT_R32G32B32A32_UINT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R32G32B32A32_SINT` in this scope [INFO] [stderr] --> src/dxgi.rs:262:24 [INFO] [stderr] | [INFO] [stderr] 262 | R32G32B32A32Sint = DXGI_FORMAT_R32G32B32A32_SINT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R32G32B32_TYPELESS` in this scope [INFO] [stderr] --> src/dxgi.rs:263:25 [INFO] [stderr] | [INFO] [stderr] 263 | R32G32B32Typeless = DXGI_FORMAT_R32G32B32_TYPELESS, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R32G32B32_FLOAT` in this scope [INFO] [stderr] --> src/dxgi.rs:264:22 [INFO] [stderr] | [INFO] [stderr] 264 | R32G32B32Float = DXGI_FORMAT_R32G32B32_FLOAT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R32G32B32_UINT` in this scope [INFO] [stderr] --> src/dxgi.rs:265:21 [INFO] [stderr] | [INFO] [stderr] 265 | R32G32B32Uint = DXGI_FORMAT_R32G32B32_UINT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R32G32B32_SINT` in this scope [INFO] [stderr] --> src/dxgi.rs:266:21 [INFO] [stderr] | [INFO] [stderr] 266 | R32G32B32Sint = DXGI_FORMAT_R32G32B32_SINT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R16G16B16A16_TYPELESS` in this scope [INFO] [stderr] --> src/dxgi.rs:267:28 [INFO] [stderr] | [INFO] [stderr] 267 | R16G16B16A16Typeless = DXGI_FORMAT_R16G16B16A16_TYPELESS, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R16G16B16A16_FLOAT` in this scope [INFO] [stderr] --> src/dxgi.rs:268:25 [INFO] [stderr] | [INFO] [stderr] 268 | R16G16B16A16Float = DXGI_FORMAT_R16G16B16A16_FLOAT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R16G16B16A16_UNORM` in this scope [INFO] [stderr] --> src/dxgi.rs:269:25 [INFO] [stderr] | [INFO] [stderr] 269 | R16G16B16A16Unorm = DXGI_FORMAT_R16G16B16A16_UNORM, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R16G16B16A16_UINT` in this scope [INFO] [stderr] --> src/dxgi.rs:270:24 [INFO] [stderr] | [INFO] [stderr] 270 | R16G16B16A16Uint = DXGI_FORMAT_R16G16B16A16_UINT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R16G16B16A16_SNORM` in this scope [INFO] [stderr] --> src/dxgi.rs:271:25 [INFO] [stderr] | [INFO] [stderr] 271 | R16G16B16A16Snorm = DXGI_FORMAT_R16G16B16A16_SNORM, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R16G16B16A16_SINT` in this scope [INFO] [stderr] --> src/dxgi.rs:272:24 [INFO] [stderr] | [INFO] [stderr] 272 | R16G16B16A16Sint = DXGI_FORMAT_R16G16B16A16_SINT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R32G32_TYPELESS` in this scope [INFO] [stderr] --> src/dxgi.rs:273:22 [INFO] [stderr] | [INFO] [stderr] 273 | R32G32Typeless = DXGI_FORMAT_R32G32_TYPELESS, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R32G32_FLOAT` in this scope [INFO] [stderr] --> src/dxgi.rs:274:19 [INFO] [stderr] | [INFO] [stderr] 274 | R32G32Float = DXGI_FORMAT_R32G32_FLOAT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R32G32_UINT` in this scope [INFO] [stderr] --> src/dxgi.rs:275:18 [INFO] [stderr] | [INFO] [stderr] 275 | R32G32Uint = DXGI_FORMAT_R32G32_UINT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R32G32_SINT` in this scope [INFO] [stderr] --> src/dxgi.rs:276:18 [INFO] [stderr] | [INFO] [stderr] 276 | R32G32Sint = DXGI_FORMAT_R32G32_SINT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R32G8X24_TYPELESS` in this scope [INFO] [stderr] --> src/dxgi.rs:277:24 [INFO] [stderr] | [INFO] [stderr] 277 | R32G8X24Typeless = DXGI_FORMAT_R32G8X24_TYPELESS, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_D32_FLOAT_S8X24_UINT` in this scope [INFO] [stderr] --> src/dxgi.rs:278:25 [INFO] [stderr] | [INFO] [stderr] 278 | D32FloatS8X24Uint = DXGI_FORMAT_D32_FLOAT_S8X24_UINT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R32_FLOAT_X8X24_TYPELESS` in this scope [INFO] [stderr] --> src/dxgi.rs:279:29 [INFO] [stderr] | [INFO] [stderr] 279 | R32FloatX8X24Typeless = DXGI_FORMAT_R32_FLOAT_X8X24_TYPELESS, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_X32_TYPELESS_G8X24_UINT` in this scope [INFO] [stderr] --> src/dxgi.rs:280:28 [INFO] [stderr] | [INFO] [stderr] 280 | X32TypelessG8X24Uint = DXGI_FORMAT_X32_TYPELESS_G8X24_UINT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R10G10B10A2_TYPELESS` in this scope [INFO] [stderr] --> src/dxgi.rs:281:27 [INFO] [stderr] | [INFO] [stderr] 281 | R10G10B10A2Typeless = DXGI_FORMAT_R10G10B10A2_TYPELESS, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R10G10B10A2_UNORM` in this scope [INFO] [stderr] --> src/dxgi.rs:282:24 [INFO] [stderr] | [INFO] [stderr] 282 | R10G10B10A2Unorm = DXGI_FORMAT_R10G10B10A2_UNORM, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R10G10B10A2_UINT` in this scope [INFO] [stderr] --> src/dxgi.rs:283:23 [INFO] [stderr] | [INFO] [stderr] 283 | R10G10B10A2Uint = DXGI_FORMAT_R10G10B10A2_UINT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R8G8B8A8_TYPELESS` in this scope [INFO] [stderr] --> src/dxgi.rs:284:24 [INFO] [stderr] | [INFO] [stderr] 284 | R8G8B8A8Typeless = DXGI_FORMAT_R8G8B8A8_TYPELESS, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R8G8B8A8_UNORM` in this scope [INFO] [stderr] --> src/dxgi.rs:285:21 [INFO] [stderr] | [INFO] [stderr] 285 | R8G8B8A8Unorm = DXGI_FORMAT_R8G8B8A8_UNORM, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R8G8B8A8_UNORM_SRGB` in this scope [INFO] [stderr] --> src/dxgi.rs:286:25 [INFO] [stderr] | [INFO] [stderr] 286 | R8G8B8A8UnormSRGB = DXGI_FORMAT_R8G8B8A8_UNORM_SRGB, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R8G8B8A8_UINT` in this scope [INFO] [stderr] --> src/dxgi.rs:287:20 [INFO] [stderr] | [INFO] [stderr] 287 | R8G8B8A8Uint = DXGI_FORMAT_R8G8B8A8_UINT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R8G8B8A8_SNORM` in this scope [INFO] [stderr] --> src/dxgi.rs:288:21 [INFO] [stderr] | [INFO] [stderr] 288 | R8G8B8A8Snorm = DXGI_FORMAT_R8G8B8A8_SNORM, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R8G8B8A8_SINT` in this scope [INFO] [stderr] --> src/dxgi.rs:289:20 [INFO] [stderr] | [INFO] [stderr] 289 | R8G8B8A8Sint = DXGI_FORMAT_R8G8B8A8_SINT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R16G16_TYPELESS` in this scope [INFO] [stderr] --> src/dxgi.rs:290:22 [INFO] [stderr] | [INFO] [stderr] 290 | R16G16Typeless = DXGI_FORMAT_R16G16_TYPELESS, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R16G16_FLOAT` in this scope [INFO] [stderr] --> src/dxgi.rs:291:19 [INFO] [stderr] | [INFO] [stderr] 291 | R16G16Float = DXGI_FORMAT_R16G16_FLOAT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R16G16_UNORM` in this scope [INFO] [stderr] --> src/dxgi.rs:292:19 [INFO] [stderr] | [INFO] [stderr] 292 | R16G16Unorm = DXGI_FORMAT_R16G16_UNORM, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R16G16_UINT` in this scope [INFO] [stderr] --> src/dxgi.rs:293:18 [INFO] [stderr] | [INFO] [stderr] 293 | R16G16Uint = DXGI_FORMAT_R16G16_UINT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R16G16_SNORM` in this scope [INFO] [stderr] --> src/dxgi.rs:294:19 [INFO] [stderr] | [INFO] [stderr] 294 | R16G16Snorm = DXGI_FORMAT_R16G16_SNORM, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R16G16_SINT` in this scope [INFO] [stderr] --> src/dxgi.rs:295:18 [INFO] [stderr] | [INFO] [stderr] 295 | R16G16Sint = DXGI_FORMAT_R16G16_SINT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R32_TYPELESS` in this scope [INFO] [stderr] --> src/dxgi.rs:296:19 [INFO] [stderr] | [INFO] [stderr] 296 | R32Typeless = DXGI_FORMAT_R32_TYPELESS, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_D32_FLOAT` in this scope [INFO] [stderr] --> src/dxgi.rs:297:16 [INFO] [stderr] | [INFO] [stderr] 297 | D32Float = DXGI_FORMAT_D32_FLOAT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R32_FLOAT` in this scope [INFO] [stderr] --> src/dxgi.rs:298:16 [INFO] [stderr] | [INFO] [stderr] 298 | R32Float = DXGI_FORMAT_R32_FLOAT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R32_UINT` in this scope [INFO] [stderr] --> src/dxgi.rs:299:15 [INFO] [stderr] | [INFO] [stderr] 299 | R32Uint = DXGI_FORMAT_R32_UINT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R32_SINT` in this scope [INFO] [stderr] --> src/dxgi.rs:300:15 [INFO] [stderr] | [INFO] [stderr] 300 | R32Sint = DXGI_FORMAT_R32_SINT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R24G8_TYPELESS` in this scope [INFO] [stderr] --> src/dxgi.rs:301:21 [INFO] [stderr] | [INFO] [stderr] 301 | R24G8Typeless = DXGI_FORMAT_R24G8_TYPELESS, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_D24_UNORM_S8_UINT` in this scope [INFO] [stderr] --> src/dxgi.rs:302:22 [INFO] [stderr] | [INFO] [stderr] 302 | D24UnormS8Uint = DXGI_FORMAT_D24_UNORM_S8_UINT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R24_UNORM_X8_TYPELESS` in this scope [INFO] [stderr] --> src/dxgi.rs:303:26 [INFO] [stderr] | [INFO] [stderr] 303 | R24UnormX8Typeless = DXGI_FORMAT_R24_UNORM_X8_TYPELESS, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_X24_TYPELESS_G8_UINT` in this scope [INFO] [stderr] --> src/dxgi.rs:304:25 [INFO] [stderr] | [INFO] [stderr] 304 | X24TypelessG8Uint = DXGI_FORMAT_X24_TYPELESS_G8_UINT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R8G8_TYPELESS` in this scope [INFO] [stderr] --> src/dxgi.rs:305:20 [INFO] [stderr] | [INFO] [stderr] 305 | R8G8Typeless = DXGI_FORMAT_R8G8_TYPELESS, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R8G8_UNORM` in this scope [INFO] [stderr] --> src/dxgi.rs:306:17 [INFO] [stderr] | [INFO] [stderr] 306 | R8G8Unorm = DXGI_FORMAT_R8G8_UNORM, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R8G8_UINT` in this scope [INFO] [stderr] --> src/dxgi.rs:307:16 [INFO] [stderr] | [INFO] [stderr] 307 | R8G8Uint = DXGI_FORMAT_R8G8_UINT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R8G8_SNORM` in this scope [INFO] [stderr] --> src/dxgi.rs:308:17 [INFO] [stderr] | [INFO] [stderr] 308 | R8G8Snorm = DXGI_FORMAT_R8G8_SNORM, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R8G8_SINT` in this scope [INFO] [stderr] --> src/dxgi.rs:309:16 [INFO] [stderr] | [INFO] [stderr] 309 | R8G8Sint = DXGI_FORMAT_R8G8_SINT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R16_TYPELESS` in this scope [INFO] [stderr] --> src/dxgi.rs:310:19 [INFO] [stderr] | [INFO] [stderr] 310 | R16Typeless = DXGI_FORMAT_R16_TYPELESS, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R16_FLOAT` in this scope [INFO] [stderr] --> src/dxgi.rs:311:16 [INFO] [stderr] | [INFO] [stderr] 311 | R16Float = DXGI_FORMAT_R16_FLOAT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_D16_UNORM` in this scope [INFO] [stderr] --> src/dxgi.rs:312:16 [INFO] [stderr] | [INFO] [stderr] 312 | D16Unorm = DXGI_FORMAT_D16_UNORM, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R16_UNORM` in this scope [INFO] [stderr] --> src/dxgi.rs:313:16 [INFO] [stderr] | [INFO] [stderr] 313 | R16Unorm = DXGI_FORMAT_R16_UNORM, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R16_UINT` in this scope [INFO] [stderr] --> src/dxgi.rs:314:15 [INFO] [stderr] | [INFO] [stderr] 314 | R16Uint = DXGI_FORMAT_R16_UINT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R16_SNORM` in this scope [INFO] [stderr] --> src/dxgi.rs:315:16 [INFO] [stderr] | [INFO] [stderr] 315 | R16Snorm = DXGI_FORMAT_R16_SNORM, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R16_SINT` in this scope [INFO] [stderr] --> src/dxgi.rs:316:15 [INFO] [stderr] | [INFO] [stderr] 316 | R16Sint = DXGI_FORMAT_R16_SINT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R8_TYPELESS` in this scope [INFO] [stderr] --> src/dxgi.rs:317:18 [INFO] [stderr] | [INFO] [stderr] 317 | R8Typeless = DXGI_FORMAT_R8_TYPELESS, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R8_UNORM` in this scope [INFO] [stderr] --> src/dxgi.rs:318:15 [INFO] [stderr] | [INFO] [stderr] 318 | R8Unorm = DXGI_FORMAT_R8_UNORM, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R8_UINT` in this scope [INFO] [stderr] --> src/dxgi.rs:319:14 [INFO] [stderr] | [INFO] [stderr] 319 | R8Uint = DXGI_FORMAT_R8_UINT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R8_SNORM` in this scope [INFO] [stderr] --> src/dxgi.rs:320:15 [INFO] [stderr] | [INFO] [stderr] 320 | R8Snorm = DXGI_FORMAT_R8_SNORM, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R8_SINT` in this scope [INFO] [stderr] --> src/dxgi.rs:321:14 [INFO] [stderr] | [INFO] [stderr] 321 | R8Sint = DXGI_FORMAT_R8_SINT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_A8_UNORM` in this scope [INFO] [stderr] --> src/dxgi.rs:322:15 [INFO] [stderr] | [INFO] [stderr] 322 | A8Unorm = DXGI_FORMAT_A8_UNORM, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R1_UNORM` in this scope [INFO] [stderr] --> src/dxgi.rs:323:15 [INFO] [stderr] | [INFO] [stderr] 323 | R1Unorm = DXGI_FORMAT_R1_UNORM, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R9G9B9E5_SHAREDEXP` in this scope [INFO] [stderr] --> src/dxgi.rs:324:25 [INFO] [stderr] | [INFO] [stderr] 324 | R9G9B9E5SharedExp = DXGI_FORMAT_R9G9B9E5_SHAREDEXP, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R8G8_B8G8_UNORM` in this scope [INFO] [stderr] --> src/dxgi.rs:325:21 [INFO] [stderr] | [INFO] [stderr] 325 | R8G8B8G8Unorm = DXGI_FORMAT_R8G8_B8G8_UNORM, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_G8R8_G8B8_UNORM` in this scope [INFO] [stderr] --> src/dxgi.rs:326:21 [INFO] [stderr] | [INFO] [stderr] 326 | G8R8G8B8Unorm = DXGI_FORMAT_G8R8_G8B8_UNORM, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_BC1_TYPELESS` in this scope [INFO] [stderr] --> src/dxgi.rs:327:19 [INFO] [stderr] | [INFO] [stderr] 327 | BC1Typeless = DXGI_FORMAT_BC1_TYPELESS, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_BC1_UNORM` in this scope [INFO] [stderr] --> src/dxgi.rs:328:16 [INFO] [stderr] | [INFO] [stderr] 328 | BC1Unorm = DXGI_FORMAT_BC1_UNORM, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_BC1_UNORM_SRGB` in this scope [INFO] [stderr] --> src/dxgi.rs:329:20 [INFO] [stderr] | [INFO] [stderr] 329 | BC1UnormSRGB = DXGI_FORMAT_BC1_UNORM_SRGB, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_BC2_TYPELESS` in this scope [INFO] [stderr] --> src/dxgi.rs:330:19 [INFO] [stderr] | [INFO] [stderr] 330 | BC2Typeless = DXGI_FORMAT_BC2_TYPELESS, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_BC2_UNORM` in this scope [INFO] [stderr] --> src/dxgi.rs:331:16 [INFO] [stderr] | [INFO] [stderr] 331 | BC2Unorm = DXGI_FORMAT_BC2_UNORM, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_BC2_UNORM_SRGB` in this scope [INFO] [stderr] --> src/dxgi.rs:332:20 [INFO] [stderr] | [INFO] [stderr] 332 | BC2UnormSRGB = DXGI_FORMAT_BC2_UNORM_SRGB, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_BC3_TYPELESS` in this scope [INFO] [stderr] --> src/dxgi.rs:333:19 [INFO] [stderr] | [INFO] [stderr] 333 | BC3Typeless = DXGI_FORMAT_BC3_TYPELESS, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_BC3_UNORM` in this scope [INFO] [stderr] --> src/dxgi.rs:334:16 [INFO] [stderr] | [INFO] [stderr] 334 | BC3Unorm = DXGI_FORMAT_BC3_UNORM, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_BC3_UNORM_SRGB` in this scope [INFO] [stderr] --> src/dxgi.rs:335:20 [INFO] [stderr] | [INFO] [stderr] 335 | BC3UnormSRGB = DXGI_FORMAT_BC3_UNORM_SRGB, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_BC4_TYPELESS` in this scope [INFO] [stderr] --> src/dxgi.rs:336:19 [INFO] [stderr] | [INFO] [stderr] 336 | BC4Typeless = DXGI_FORMAT_BC4_TYPELESS, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_BC4_UNORM` in this scope [INFO] [stderr] --> src/dxgi.rs:337:16 [INFO] [stderr] | [INFO] [stderr] 337 | BC4Unorm = DXGI_FORMAT_BC4_UNORM, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_BC4_SNORM` in this scope [INFO] [stderr] --> src/dxgi.rs:338:16 [INFO] [stderr] | [INFO] [stderr] 338 | BC4Snorm = DXGI_FORMAT_BC4_SNORM, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_BC5_TYPELESS` in this scope [INFO] [stderr] --> src/dxgi.rs:339:19 [INFO] [stderr] | [INFO] [stderr] 339 | BC5Typeless = DXGI_FORMAT_BC5_TYPELESS, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_BC5_UNORM` in this scope [INFO] [stderr] --> src/dxgi.rs:340:16 [INFO] [stderr] | [INFO] [stderr] 340 | BC5Unorm = DXGI_FORMAT_BC5_UNORM, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_BC5_SNORM` in this scope [INFO] [stderr] --> src/dxgi.rs:341:16 [INFO] [stderr] | [INFO] [stderr] 341 | BC5Snorm = DXGI_FORMAT_BC5_SNORM, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_B5G6R5_UNORM` in this scope [INFO] [stderr] --> src/dxgi.rs:342:19 [INFO] [stderr] | [INFO] [stderr] 342 | B5G6R5Unorm = DXGI_FORMAT_B5G6R5_UNORM, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_B5G5R5A1_UNORM` in this scope [INFO] [stderr] --> src/dxgi.rs:343:21 [INFO] [stderr] | [INFO] [stderr] 343 | B5G5R5A1Unorm = DXGI_FORMAT_B5G5R5A1_UNORM, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_B8G8R8A8_UNORM` in this scope [INFO] [stderr] --> src/dxgi.rs:344:21 [INFO] [stderr] | [INFO] [stderr] 344 | B8G8R8A8Unorm = DXGI_FORMAT_B8G8R8A8_UNORM, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_B8G8R8X8_UNORM` in this scope [INFO] [stderr] --> src/dxgi.rs:345:21 [INFO] [stderr] | [INFO] [stderr] 345 | B8G8R8X8Unorm = DXGI_FORMAT_B8G8R8X8_UNORM, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R10G10B10_XR_BIAS_A2_UNORM` in this scope [INFO] [stderr] --> src/dxgi.rs:346:30 [INFO] [stderr] | [INFO] [stderr] 346 | R10G10B10XrBiasA2Unorm = DXGI_FORMAT_R10G10B10_XR_BIAS_A2_UNORM, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_B8G8R8A8_TYPELESS` in this scope [INFO] [stderr] --> src/dxgi.rs:347:24 [INFO] [stderr] | [INFO] [stderr] 347 | B8G8R8A8Typeless = DXGI_FORMAT_B8G8R8A8_TYPELESS, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_B8G8R8A8_UNORM_SRGB` in this scope [INFO] [stderr] --> src/dxgi.rs:348:25 [INFO] [stderr] | [INFO] [stderr] 348 | B8G8R8A8UnormSRGB = DXGI_FORMAT_B8G8R8A8_UNORM_SRGB, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_B8G8R8X8_TYPELESS` in this scope [INFO] [stderr] --> src/dxgi.rs:349:24 [INFO] [stderr] | [INFO] [stderr] 349 | B8G8R8X8Typeless = DXGI_FORMAT_B8G8R8X8_TYPELESS, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_B8G8R8X8_UNORM_SRGB` in this scope [INFO] [stderr] --> src/dxgi.rs:350:25 [INFO] [stderr] | [INFO] [stderr] 350 | B8G8R8X8UnormSRGB = DXGI_FORMAT_B8G8R8X8_UNORM_SRGB, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_BC6H_TYPELESS` in this scope [INFO] [stderr] --> src/dxgi.rs:351:20 [INFO] [stderr] | [INFO] [stderr] 351 | BC6HTypeless = DXGI_FORMAT_BC6H_TYPELESS, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_BC6H_UF16` in this scope [INFO] [stderr] --> src/dxgi.rs:352:16 [INFO] [stderr] | [INFO] [stderr] 352 | BC6HUf16 = DXGI_FORMAT_BC6H_UF16, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_BC6H_SF16` in this scope [INFO] [stderr] --> src/dxgi.rs:353:16 [INFO] [stderr] | [INFO] [stderr] 353 | BC6HSf16 = DXGI_FORMAT_BC6H_SF16, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_BC7_TYPELESS` in this scope [INFO] [stderr] --> src/dxgi.rs:354:19 [INFO] [stderr] | [INFO] [stderr] 354 | BC7Typeless = DXGI_FORMAT_BC7_TYPELESS, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_BC7_UNORM` in this scope [INFO] [stderr] --> src/dxgi.rs:355:16 [INFO] [stderr] | [INFO] [stderr] 355 | BC7Unorm = DXGI_FORMAT_BC7_UNORM, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_BC7_UNORM_SRGB` in this scope [INFO] [stderr] --> src/dxgi.rs:356:20 [INFO] [stderr] | [INFO] [stderr] 356 | BC7UnormSRGB = DXGI_FORMAT_BC7_UNORM_SRGB, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_AYUV` in this scope [INFO] [stderr] --> src/dxgi.rs:357:12 [INFO] [stderr] | [INFO] [stderr] 357 | AYUV = DXGI_FORMAT_AYUV, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_Y410` in this scope [INFO] [stderr] --> src/dxgi.rs:358:12 [INFO] [stderr] | [INFO] [stderr] 358 | Y410 = DXGI_FORMAT_Y410, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_Y416` in this scope [INFO] [stderr] --> src/dxgi.rs:359:12 [INFO] [stderr] | [INFO] [stderr] 359 | Y416 = DXGI_FORMAT_Y416, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_NV12` in this scope [INFO] [stderr] --> src/dxgi.rs:360:12 [INFO] [stderr] | [INFO] [stderr] 360 | NV12 = DXGI_FORMAT_NV12, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_P010` in this scope [INFO] [stderr] --> src/dxgi.rs:361:12 [INFO] [stderr] | [INFO] [stderr] 361 | P010 = DXGI_FORMAT_P010, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_P016` in this scope [INFO] [stderr] --> src/dxgi.rs:362:12 [INFO] [stderr] | [INFO] [stderr] 362 | P016 = DXGI_FORMAT_P016, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_420_OPAQUE` in this scope [INFO] [stderr] --> src/dxgi.rs:363:18 [INFO] [stderr] | [INFO] [stderr] 363 | _420Opaque = DXGI_FORMAT_420_OPAQUE, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_YUY2` in this scope [INFO] [stderr] --> src/dxgi.rs:364:12 [INFO] [stderr] | [INFO] [stderr] 364 | YUY2 = DXGI_FORMAT_YUY2, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_Y210` in this scope [INFO] [stderr] --> src/dxgi.rs:365:12 [INFO] [stderr] | [INFO] [stderr] 365 | Y210 = DXGI_FORMAT_Y210, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_Y216` in this scope [INFO] [stderr] --> src/dxgi.rs:366:12 [INFO] [stderr] | [INFO] [stderr] 366 | Y216 = DXGI_FORMAT_Y216, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_NV11` in this scope [INFO] [stderr] --> src/dxgi.rs:367:12 [INFO] [stderr] | [INFO] [stderr] 367 | NV11 = DXGI_FORMAT_NV11, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_AI44` in this scope [INFO] [stderr] --> src/dxgi.rs:368:12 [INFO] [stderr] | [INFO] [stderr] 368 | AI44 = DXGI_FORMAT_AI44, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_IA44` in this scope [INFO] [stderr] --> src/dxgi.rs:369:12 [INFO] [stderr] | [INFO] [stderr] 369 | IA44 = DXGI_FORMAT_IA44, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_P8` in this scope [INFO] [stderr] --> src/dxgi.rs:370:10 [INFO] [stderr] | [INFO] [stderr] 370 | P8 = DXGI_FORMAT_P8, [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_A8P8` in this scope [INFO] [stderr] --> src/dxgi.rs:371:12 [INFO] [stderr] | [INFO] [stderr] 371 | A8P8 = DXGI_FORMAT_A8P8, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_B4G4R4A4_UNORM` in this scope [INFO] [stderr] --> src/dxgi.rs:372:21 [INFO] [stderr] | [INFO] [stderr] 372 | B4G4R4A4Unorm = DXGI_FORMAT_B4G4R4A4_UNORM, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_P208` in this scope [INFO] [stderr] --> src/dxgi.rs:373:12 [INFO] [stderr] | [INFO] [stderr] 373 | P208 = DXGI_FORMAT_P208, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_V208` in this scope [INFO] [stderr] --> src/dxgi.rs:374:12 [INFO] [stderr] | [INFO] [stderr] 374 | V208 = DXGI_FORMAT_V208, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_V408` in this scope [INFO] [stderr] --> src/dxgi.rs:375:12 [INFO] [stderr] | [INFO] [stderr] 375 | V408 = DXGI_FORMAT_V408, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_INFO_QUEUE_MESSAGE_CATEGORY_UNKNOWN` in this scope [INFO] [stderr] --> src/dxgi.rs:438:15 [INFO] [stderr] | [INFO] [stderr] 438 | Unknown = DXGI_INFO_QUEUE_MESSAGE_CATEGORY_UNKNOWN, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_INFO_QUEUE_MESSAGE_CATEGORY_MISCELLANEOUS` in this scope [INFO] [stderr] --> src/dxgi.rs:439:21 [INFO] [stderr] | [INFO] [stderr] 439 | Miscellaneous = DXGI_INFO_QUEUE_MESSAGE_CATEGORY_MISCELLANEOUS, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_INFO_QUEUE_MESSAGE_CATEGORY_INITIALIZATION` in this scope [INFO] [stderr] --> src/dxgi.rs:440:22 [INFO] [stderr] | [INFO] [stderr] 440 | Initialization = DXGI_INFO_QUEUE_MESSAGE_CATEGORY_INITIALIZATION, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_INFO_QUEUE_MESSAGE_CATEGORY_CLEANUP` in this scope [INFO] [stderr] --> src/dxgi.rs:441:15 [INFO] [stderr] | [INFO] [stderr] 441 | Cleanup = DXGI_INFO_QUEUE_MESSAGE_CATEGORY_CLEANUP, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_INFO_QUEUE_MESSAGE_CATEGORY_COMPILATION` in this scope [INFO] [stderr] --> src/dxgi.rs:442:19 [INFO] [stderr] | [INFO] [stderr] 442 | Compilation = DXGI_INFO_QUEUE_MESSAGE_CATEGORY_COMPILATION, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_INFO_QUEUE_MESSAGE_CATEGORY_STATE_CREATION` in this scope [INFO] [stderr] --> src/dxgi.rs:443:21 [INFO] [stderr] | [INFO] [stderr] 443 | StateCreation = DXGI_INFO_QUEUE_MESSAGE_CATEGORY_STATE_CREATION, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_INFO_QUEUE_MESSAGE_CATEGORY_STATE_SETTING` in this scope [INFO] [stderr] --> src/dxgi.rs:444:20 [INFO] [stderr] | [INFO] [stderr] 444 | StateSetting = DXGI_INFO_QUEUE_MESSAGE_CATEGORY_STATE_SETTING, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_INFO_QUEUE_MESSAGE_CATEGORY_STATE_GETTING` in this scope [INFO] [stderr] --> src/dxgi.rs:445:20 [INFO] [stderr] | [INFO] [stderr] 445 | StateGetting = DXGI_INFO_QUEUE_MESSAGE_CATEGORY_STATE_GETTING, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_INFO_QUEUE_MESSAGE_CATEGORY_RESOURCE_MANIPULATION` in this scope [INFO] [stderr] --> src/dxgi.rs:446:28 [INFO] [stderr] | [INFO] [stderr] 446 | ResourceManipulation = DXGI_INFO_QUEUE_MESSAGE_CATEGORY_RESOURCE_MANIPULATION, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_INFO_QUEUE_MESSAGE_CATEGORY_EXECUTION` in this scope [INFO] [stderr] --> src/dxgi.rs:447:17 [INFO] [stderr] | [INFO] [stderr] 447 | Execution = DXGI_INFO_QUEUE_MESSAGE_CATEGORY_EXECUTION, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_INFO_QUEUE_MESSAGE_CATEGORY_SHADER` in this scope [INFO] [stderr] --> src/dxgi.rs:448:14 [INFO] [stderr] | [INFO] [stderr] 448 | Shader = DXGI_INFO_QUEUE_MESSAGE_CATEGORY_SHADER, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_INFO_QUEUE_MESSAGE_SEVERITY_CORRUPTION` in this scope [INFO] [stderr] --> src/dxgi.rs:454:18 [INFO] [stderr] | [INFO] [stderr] 454 | Corruption = DXGI_INFO_QUEUE_MESSAGE_SEVERITY_CORRUPTION, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_INFO_QUEUE_MESSAGE_SEVERITY_ERROR` in this scope [INFO] [stderr] --> src/dxgi.rs:455:13 [INFO] [stderr] | [INFO] [stderr] 455 | Error = DXGI_INFO_QUEUE_MESSAGE_SEVERITY_ERROR, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_INFO_QUEUE_MESSAGE_SEVERITY_WARNING` in this scope [INFO] [stderr] --> src/dxgi.rs:456:15 [INFO] [stderr] | [INFO] [stderr] 456 | Warning = DXGI_INFO_QUEUE_MESSAGE_SEVERITY_WARNING, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_INFO_QUEUE_MESSAGE_SEVERITY_INFO` in this scope [INFO] [stderr] --> src/dxgi.rs:457:12 [INFO] [stderr] | [INFO] [stderr] 457 | Info = DXGI_INFO_QUEUE_MESSAGE_SEVERITY_INFO, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_INFO_QUEUE_MESSAGE_SEVERITY_MESSAGE` in this scope [INFO] [stderr] --> src/dxgi.rs:458:15 [INFO] [stderr] | [INFO] [stderr] 458 | Message = DXGI_INFO_QUEUE_MESSAGE_SEVERITY_MESSAGE, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_MODE_ROTATION_UNSPECIFIED` in this scope [INFO] [stderr] --> src/dxgi.rs:472:19 [INFO] [stderr] | [INFO] [stderr] 472 | Unspecified = DXGI_MODE_ROTATION_UNSPECIFIED, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_MODE_ROTATION_IDENTITY` in this scope [INFO] [stderr] --> src/dxgi.rs:473:16 [INFO] [stderr] | [INFO] [stderr] 473 | Identity = DXGI_MODE_ROTATION_IDENTITY, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_MODE_ROTATION_ROTATE90` in this scope [INFO] [stderr] --> src/dxgi.rs:474:16 [INFO] [stderr] | [INFO] [stderr] 474 | Rotate90 = DXGI_MODE_ROTATION_ROTATE90, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_MODE_ROTATION_ROTATE180` in this scope [INFO] [stderr] --> src/dxgi.rs:475:17 [INFO] [stderr] | [INFO] [stderr] 475 | Rotate180 = DXGI_MODE_ROTATION_ROTATE180, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_MODE_ROTATION_ROTATE270` in this scope [INFO] [stderr] --> src/dxgi.rs:476:17 [INFO] [stderr] | [INFO] [stderr] 476 | Rotate270 = DXGI_MODE_ROTATION_ROTATE270, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_MODE_SCALING_UNSPECIFIED` in this scope [INFO] [stderr] --> src/dxgi.rs:482:19 [INFO] [stderr] | [INFO] [stderr] 482 | Unspecified = DXGI_MODE_SCALING_UNSPECIFIED, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_MODE_SCALING_CENTERED` in this scope [INFO] [stderr] --> src/dxgi.rs:483:16 [INFO] [stderr] | [INFO] [stderr] 483 | Centered = DXGI_MODE_SCALING_CENTERED, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_MODE_SCALING_STRETCHED` in this scope [INFO] [stderr] --> src/dxgi.rs:484:17 [INFO] [stderr] | [INFO] [stderr] 484 | Stretched = DXGI_MODE_SCALING_STRETCHED, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_MODE_SCANLINE_ORDER_UNSPECIFIED` in this scope [INFO] [stderr] --> src/dxgi.rs:490:19 [INFO] [stderr] | [INFO] [stderr] 490 | Unspecified = DXGI_MODE_SCANLINE_ORDER_UNSPECIFIED, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_MODE_SCANLINE_ORDER_PROGRESSIVE` in this scope [INFO] [stderr] --> src/dxgi.rs:491:19 [INFO] [stderr] | [INFO] [stderr] 491 | Progressive = DXGI_MODE_SCANLINE_ORDER_PROGRESSIVE, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_MODE_SCANLINE_ORDER_UPPER_FIELD_FIRST` in this scope [INFO] [stderr] --> src/dxgi.rs:492:23 [INFO] [stderr] | [INFO] [stderr] 492 | UpperFieldFirst = DXGI_MODE_SCANLINE_ORDER_UPPER_FIELD_FIRST, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_MODE_SCANLINE_ORDER_LOWER_FIELD_FIRST` in this scope [INFO] [stderr] --> src/dxgi.rs:493:23 [INFO] [stderr] | [INFO] [stderr] 493 | LowerFieldFirst = DXGI_MODE_SCANLINE_ORDER_LOWER_FIELD_FIRST, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_RESIDENCY_FULLY_RESIDENT` in this scope [INFO] [stderr] --> src/dxgi.rs:569:21 [INFO] [stderr] | [INFO] [stderr] 569 | FullyResident = DXGI_RESIDENCY_FULLY_RESIDENT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_RESIDENCY_RESIDENT_IN_SHARED_MEMORY` in this scope [INFO] [stderr] --> src/dxgi.rs:570:22 [INFO] [stderr] | [INFO] [stderr] 570 | InSharedMemory = DXGI_RESIDENCY_RESIDENT_IN_SHARED_MEMORY, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_RESIDENCY_EVICTED_TO_DISK` in this scope [INFO] [stderr] --> src/dxgi.rs:571:21 [INFO] [stderr] | [INFO] [stderr] 571 | EvictedToDisk = DXGI_RESIDENCY_EVICTED_TO_DISK, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_SWAP_CHAIN_FLAG_NONPREROTATED` in this scope [INFO] [stderr] --> src/dxgi.rs:597:42 [INFO] [stderr] | [INFO] [stderr] 597 | pub const NonPrerotated: Self = Self(DXGI_SWAP_CHAIN_FLAG_NONPREROTATED); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_SWAP_CHAIN_FLAG_ALLOW_MODE_SWITCH` in this scope [INFO] [stderr] --> src/dxgi.rs:598:44 [INFO] [stderr] | [INFO] [stderr] 598 | pub const AllowModeSwitch: Self = Self(DXGI_SWAP_CHAIN_FLAG_ALLOW_MODE_SWITCH); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_SWAP_CHAIN_FLAG_GDI_COMPATIBLE` in this scope [INFO] [stderr] --> src/dxgi.rs:599:42 [INFO] [stderr] | [INFO] [stderr] 599 | pub const GDICompatible: Self = Self(DXGI_SWAP_CHAIN_FLAG_GDI_COMPATIBLE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_SWAP_CHAIN_FLAG_RESTRICTED_CONTENT` in this scope [INFO] [stderr] --> src/dxgi.rs:600:46 [INFO] [stderr] | [INFO] [stderr] 600 | pub const RestrictedContent: Self = Self(DXGI_SWAP_CHAIN_FLAG_RESTRICTED_CONTENT); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_SWAP_CHAIN_FLAG_RESTRICT_SHARED_RESOURCE_DRIVER` in this scope [INFO] [stderr] --> src/dxgi.rs:602:14 [INFO] [stderr] | [INFO] [stderr] 602 | Self(DXGI_SWAP_CHAIN_FLAG_RESTRICT_SHARED_RESOURCE_DRIVER); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_SWAP_CHAIN_FLAG_DISPLAY_ONLY` in this scope [INFO] [stderr] --> src/dxgi.rs:603:40 [INFO] [stderr] | [INFO] [stderr] 603 | pub const DisplayOnly: Self = Self(DXGI_SWAP_CHAIN_FLAG_DISPLAY_ONLY); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_SWAP_CHAIN_FLAG_FRAME_LATENCY_WAITABLE_OBJECT` in this scope [INFO] [stderr] --> src/dxgi.rs:605:14 [INFO] [stderr] | [INFO] [stderr] 605 | Self(DXGI_SWAP_CHAIN_FLAG_FRAME_LATENCY_WAITABLE_OBJECT); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_SWAP_CHAIN_FLAG_FOREGROUND_LAYER` in this scope [INFO] [stderr] --> src/dxgi.rs:606:44 [INFO] [stderr] | [INFO] [stderr] 606 | pub const ForegroundLayer: Self = Self(DXGI_SWAP_CHAIN_FLAG_FOREGROUND_LAYER); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_SWAP_CHAIN_FLAG_FULLSCREEN_VIDEO` in this scope [INFO] [stderr] --> src/dxgi.rs:607:44 [INFO] [stderr] | [INFO] [stderr] 607 | pub const FullscreenVideo: Self = Self(DXGI_SWAP_CHAIN_FLAG_FULLSCREEN_VIDEO); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_SWAP_CHAIN_FLAG_YUV_VIDEO` in this scope [INFO] [stderr] --> src/dxgi.rs:608:37 [INFO] [stderr] | [INFO] [stderr] 608 | pub const YUVVideo: Self = Self(DXGI_SWAP_CHAIN_FLAG_YUV_VIDEO); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_SWAP_CHAIN_FLAG_HW_PROTECTED` in this scope [INFO] [stderr] --> src/dxgi.rs:609:40 [INFO] [stderr] | [INFO] [stderr] 609 | pub const HWProtected: Self = Self(DXGI_SWAP_CHAIN_FLAG_HW_PROTECTED); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_SWAP_CHAIN_FLAG_ALLOW_TEARING` in this scope [INFO] [stderr] --> src/dxgi.rs:610:41 [INFO] [stderr] | [INFO] [stderr] 610 | pub const AllowTearing: Self = Self(DXGI_SWAP_CHAIN_FLAG_ALLOW_TEARING); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_SWAP_EFFECT_DISCARD` in this scope [INFO] [stderr] --> src/dxgi.rs:618:15 [INFO] [stderr] | [INFO] [stderr] 618 | Discard = DXGI_SWAP_EFFECT_DISCARD, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_SWAP_EFFECT_SEQUENTIAL` in this scope [INFO] [stderr] --> src/dxgi.rs:619:18 [INFO] [stderr] | [INFO] [stderr] 619 | Sequential = DXGI_SWAP_EFFECT_SEQUENTIAL, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_SWAP_EFFECT_FLIP_SEQUENTIAL` in this scope [INFO] [stderr] --> src/dxgi.rs:620:22 [INFO] [stderr] | [INFO] [stderr] 620 | FlipSequential = DXGI_SWAP_EFFECT_FLIP_SEQUENTIAL, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_SWAP_EFFECT_FLIP_DISCARD` in this scope [INFO] [stderr] --> src/dxgi.rs:621:19 [INFO] [stderr] | [INFO] [stderr] 621 | FlipDiscard = DXGI_SWAP_EFFECT_FLIP_DISCARD, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `DXGI_ADAPTER_DESC` in this scope [INFO] [stderr] --> src/dxgi.rs:668:11 [INFO] [stderr] | [INFO] [stderr] 668 | impl From for AdapterDesc { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `DXGI_ADAPTER_DESC` in this scope [INFO] [stderr] --> src/dxgi.rs:669:18 [INFO] [stderr] | [INFO] [stderr] 669 | fn from(src: DXGI_ADAPTER_DESC) -> AdapterDesc { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `DXGI_ADAPTER_DESC1` in this scope [INFO] [stderr] --> src/dxgi.rs:697:11 [INFO] [stderr] | [INFO] [stderr] 697 | impl From for AdapterDesc1 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `DXGI_ADAPTER_DESC1` in this scope [INFO] [stderr] --> src/dxgi.rs:698:18 [INFO] [stderr] | [INFO] [stderr] 698 | fn from(src: DXGI_ADAPTER_DESC1) -> AdapterDesc1 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `DXGI_FRAME_STATISTICS` in this scope [INFO] [stderr] --> src/dxgi.rs:820:11 [INFO] [stderr] | [INFO] [stderr] 820 | impl From for FrameStatistics { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `DXGI_FRAME_STATISTICS` in this scope [INFO] [stderr] --> src/dxgi.rs:821:18 [INFO] [stderr] | [INFO] [stderr] 821 | fn from(src: DXGI_FRAME_STATISTICS) -> FrameStatistics { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `DXGI_GAMMA_CONTROL` in this scope [INFO] [stderr] --> src/dxgi.rs:864:11 [INFO] [stderr] | [INFO] [stderr] 864 | impl From for GammaControl { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `DXGI_GAMMA_CONTROL` in this scope [INFO] [stderr] --> src/dxgi.rs:865:18 [INFO] [stderr] | [INFO] [stderr] 865 | fn from(src: DXGI_GAMMA_CONTROL) -> GammaControl { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `DXGI_GAMMA_CONTROL` in this scope [INFO] [stderr] --> src/dxgi.rs:879:29 [INFO] [stderr] | [INFO] [stderr] 879 | impl From for DXGI_GAMMA_CONTROL { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `DXGI_GAMMA_CONTROL` in this scope [INFO] [stderr] --> src/dxgi.rs:880:35 [INFO] [stderr] | [INFO] [stderr] 880 | fn from(src: GammaControl) -> DXGI_GAMMA_CONTROL { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `DXGI_GAMMA_CONTROL` in this scope [INFO] [stderr] --> src/dxgi.rs:881:9 [INFO] [stderr] | [INFO] [stderr] 881 | DXGI_GAMMA_CONTROL { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `DXGI_GAMMA_CONTROL_CAPABILITIES` in this scope [INFO] [stderr] --> src/dxgi.rs:915:11 [INFO] [stderr] | [INFO] [stderr] 915 | impl From for GammaControlCapabilities { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `DXGI_GAMMA_CONTROL_CAPABILITIES` in this scope [INFO] [stderr] --> src/dxgi.rs:916:18 [INFO] [stderr] | [INFO] [stderr] 916 | fn from(src: DXGI_GAMMA_CONTROL_CAPABILITIES) -> GammaControlCapabilities { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stderr] --> src/dxgi.rs:918:72 [INFO] [stderr] | [INFO] [stderr] 918 | scale_and_offset_supported: src.ScaleAndOffsetSupported == TRUE, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `DXGI_GAMMA_CONTROL_CAPABILITIES` in this scope [INFO] [stderr] --> src/dxgi.rs:929:41 [INFO] [stderr] | [INFO] [stderr] 929 | impl From for DXGI_GAMMA_CONTROL_CAPABILITIES { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `DXGI_GAMMA_CONTROL_CAPABILITIES` in this scope [INFO] [stderr] --> src/dxgi.rs:930:47 [INFO] [stderr] | [INFO] [stderr] 930 | fn from(src: GammaControlCapabilities) -> DXGI_GAMMA_CONTROL_CAPABILITIES { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `DXGI_GAMMA_CONTROL_CAPABILITIES` in this scope [INFO] [stderr] --> src/dxgi.rs:931:9 [INFO] [stderr] | [INFO] [stderr] 931 | DXGI_GAMMA_CONTROL_CAPABILITIES { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `DXGI_INFO_QUEUE_MESSAGE_ID` in this scope [INFO] [stderr] --> src/dxgi.rs:976:31 [INFO] [stderr] | [INFO] [stderr] 976 | pub type InfoQueueMessageID = DXGI_INFO_QUEUE_MESSAGE_ID; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `DXGI_INFO_QUEUE_FILTER` in this scope [INFO] [stderr] --> src/dxgi.rs:983:11 [INFO] [stderr] | [INFO] [stderr] 983 | impl From for InfoQueueFilter { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `DXGI_INFO_QUEUE_FILTER` in this scope [INFO] [stderr] --> src/dxgi.rs:984:18 [INFO] [stderr] | [INFO] [stderr] 984 | fn from(src: DXGI_INFO_QUEUE_FILTER) -> InfoQueueFilter { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `DXGI_INFO_QUEUE_FILTER` in this scope [INFO] [stderr] --> src/dxgi.rs:991:32 [INFO] [stderr] | [INFO] [stderr] 991 | impl From for DXGI_INFO_QUEUE_FILTER { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `DXGI_INFO_QUEUE_FILTER` in this scope [INFO] [stderr] --> src/dxgi.rs:992:38 [INFO] [stderr] | [INFO] [stderr] 992 | fn from(src: InfoQueueFilter) -> DXGI_INFO_QUEUE_FILTER { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `DXGI_INFO_QUEUE_FILTER` in this scope [INFO] [stderr] --> src/dxgi.rs:993:9 [INFO] [stderr] | [INFO] [stderr] 993 | DXGI_INFO_QUEUE_FILTER { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `DXGI_INFO_QUEUE_FILTER_DESC` in this scope [INFO] [stderr] --> src/dxgi.rs:1006:11 [INFO] [stderr] | [INFO] [stderr] 1006 | impl From for InfoQueueFilterDesc { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `DXGI_INFO_QUEUE_FILTER_DESC` in this scope [INFO] [stderr] --> src/dxgi.rs:1007:18 [INFO] [stderr] | [INFO] [stderr] 1007 | fn from(src: DXGI_INFO_QUEUE_FILTER_DESC) -> InfoQueueFilterDesc { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `DXGI_INFO_QUEUE_FILTER_DESC` in this scope [INFO] [stderr] --> src/dxgi.rs:1030:36 [INFO] [stderr] | [INFO] [stderr] 1030 | impl From for DXGI_INFO_QUEUE_FILTER_DESC { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `DXGI_INFO_QUEUE_FILTER_DESC` in this scope [INFO] [stderr] --> src/dxgi.rs:1031:42 [INFO] [stderr] | [INFO] [stderr] 1031 | fn from(src: InfoQueueFilterDesc) -> DXGI_INFO_QUEUE_FILTER_DESC { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `DXGI_INFO_QUEUE_FILTER_DESC` in this scope [INFO] [stderr] --> src/dxgi.rs:1043:9 [INFO] [stderr] | [INFO] [stderr] 1043 | DXGI_INFO_QUEUE_FILTER_DESC { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `DXGI_INFO_QUEUE_MESSAGE` in this scope [INFO] [stderr] --> src/dxgi.rs:1062:11 [INFO] [stderr] | [INFO] [stderr] 1062 | impl From for InfoQueueMessage { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `DXGI_INFO_QUEUE_MESSAGE` in this scope [INFO] [stderr] --> src/dxgi.rs:1063:18 [INFO] [stderr] | [INFO] [stderr] 1063 | fn from(src: DXGI_INFO_QUEUE_MESSAGE) -> InfoQueueMessage { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `DXGI_MAPPED_RECT` in this scope [INFO] [stderr] --> src/dxgi.rs:1107:11 [INFO] [stderr] | [INFO] [stderr] 1107 | impl From for MappedRect { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `DXGI_MAPPED_RECT` in this scope [INFO] [stderr] --> src/dxgi.rs:1108:18 [INFO] [stderr] | [INFO] [stderr] 1108 | fn from(src: DXGI_MAPPED_RECT) -> MappedRect { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `DXGI_MODE_DESC` in this scope [INFO] [stderr] --> src/dxgi.rs:1125:11 [INFO] [stderr] | [INFO] [stderr] 1125 | impl From for ModeDesc { [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `DXGI_MODE_DESC` in this scope [INFO] [stderr] --> src/dxgi.rs:1126:18 [INFO] [stderr] | [INFO] [stderr] 1126 | fn from(src: DXGI_MODE_DESC) -> ModeDesc { [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `DXGI_MODE_DESC` in this scope [INFO] [stderr] --> src/dxgi.rs:1138:30 [INFO] [stderr] | [INFO] [stderr] 1138 | fn to_c_struct(&self) -> DXGI_MODE_DESC { [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `DXGI_MODE_DESC` in this scope [INFO] [stderr] --> src/dxgi.rs:1139:9 [INFO] [stderr] | [INFO] [stderr] 1139 | DXGI_MODE_DESC { [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `HMONITOR` in this scope [INFO] [stderr] --> src/dxgi.rs:1196:18 [INFO] [stderr] | [INFO] [stderr] 1196 | pub monitor: HMONITOR, [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `DXGI_OUTPUT_DESC` in this scope [INFO] [stderr] --> src/dxgi.rs:1198:11 [INFO] [stderr] | [INFO] [stderr] 1198 | impl From for OutputDesc { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `DXGI_OUTPUT_DESC` in this scope [INFO] [stderr] --> src/dxgi.rs:1199:18 [INFO] [stderr] | [INFO] [stderr] 1199 | fn from(src: DXGI_OUTPUT_DESC) -> OutputDesc { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stderr] --> src/dxgi.rs:1203:59 [INFO] [stderr] | [INFO] [stderr] 1203 | attached_to_desktop: src.AttachedToDesktop == TRUE, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `DXGI_RATIONAL` in this scope [INFO] [stderr] --> src/dxgi.rs:1382:11 [INFO] [stderr] | [INFO] [stderr] 1382 | impl From for Rational { [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `DXGI_RATIONAL` in this scope [INFO] [stderr] --> src/dxgi.rs:1383:18 [INFO] [stderr] | [INFO] [stderr] 1383 | fn from(src: DXGI_RATIONAL) -> Rational { [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `DXGI_RATIONAL` in this scope [INFO] [stderr] --> src/dxgi.rs:1390:25 [INFO] [stderr] | [INFO] [stderr] 1390 | impl From for DXGI_RATIONAL { [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `DXGI_RATIONAL` in this scope [INFO] [stderr] --> src/dxgi.rs:1391:31 [INFO] [stderr] | [INFO] [stderr] 1391 | fn from(src: Rational) -> DXGI_RATIONAL { [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `DXGI_RATIONAL` in this scope [INFO] [stderr] --> src/dxgi.rs:1392:9 [INFO] [stderr] | [INFO] [stderr] 1392 | DXGI_RATIONAL { [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `DXGI_RGB` in this scope [INFO] [stderr] --> src/dxgi.rs:1415:11 [INFO] [stderr] | [INFO] [stderr] 1415 | impl From for RGB { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `DXGI_RGB` in this scope [INFO] [stderr] --> src/dxgi.rs:1416:18 [INFO] [stderr] | [INFO] [stderr] 1416 | fn from(src: DXGI_RGB) -> RGB { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `DXGI_RGB` in this scope [INFO] [stderr] --> src/dxgi.rs:1424:20 [INFO] [stderr] | [INFO] [stderr] 1424 | impl From for DXGI_RGB { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `DXGI_RGB` in this scope [INFO] [stderr] --> src/dxgi.rs:1425:26 [INFO] [stderr] | [INFO] [stderr] 1425 | fn from(src: RGB) -> DXGI_RGB { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `DXGI_RGB` in this scope [INFO] [stderr] --> src/dxgi.rs:1426:9 [INFO] [stderr] | [INFO] [stderr] 1426 | DXGI_RGB { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `DXGI_RGBA` in this scope [INFO] [stderr] --> src/dxgi.rs:1450:11 [INFO] [stderr] | [INFO] [stderr] 1450 | impl From for RGBA { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `DXGI_RGBA` in this scope [INFO] [stderr] --> src/dxgi.rs:1451:18 [INFO] [stderr] | [INFO] [stderr] 1451 | fn from(src: DXGI_RGBA) -> RGBA { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `DXGI_RGBA` in this scope [INFO] [stderr] --> src/dxgi.rs:1460:21 [INFO] [stderr] | [INFO] [stderr] 1460 | impl From for DXGI_RGBA { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `DXGI_RGBA` in this scope [INFO] [stderr] --> src/dxgi.rs:1461:27 [INFO] [stderr] | [INFO] [stderr] 1461 | fn from(src: RGBA) -> DXGI_RGBA { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `DXGI_RGBA` in this scope [INFO] [stderr] --> src/dxgi.rs:1462:9 [INFO] [stderr] | [INFO] [stderr] 1462 | DXGI_RGBA { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `DXGI_SAMPLE_DESC` in this scope [INFO] [stderr] --> src/dxgi.rs:1487:41 [INFO] [stderr] | [INFO] [stderr] 1487 | pub(crate) fn to_c_struct(&self) -> DXGI_SAMPLE_DESC { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `DXGI_SAMPLE_DESC` in this scope [INFO] [stderr] --> src/dxgi.rs:1488:9 [INFO] [stderr] | [INFO] [stderr] 1488 | DXGI_SAMPLE_DESC { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `DXGI_SAMPLE_DESC` in this scope [INFO] [stderr] --> src/dxgi.rs:1502:11 [INFO] [stderr] | [INFO] [stderr] 1502 | impl From for SampleDesc { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `DXGI_SAMPLE_DESC` in this scope [INFO] [stderr] --> src/dxgi.rs:1503:18 [INFO] [stderr] | [INFO] [stderr] 1503 | fn from(src: DXGI_SAMPLE_DESC) -> SampleDesc { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `HANDLE` in this scope [INFO] [stderr] --> src/dxgi.rs:1513:13 [INFO] [stderr] | [INFO] [stderr] 1513 | handle: HANDLE, [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `DXGI_SHARED_RESOURCE` in this scope [INFO] [stderr] --> src/dxgi.rs:1515:11 [INFO] [stderr] | [INFO] [stderr] 1515 | impl From for SharedResource { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `DXGI_SHARED_RESOURCE` in this scope [INFO] [stderr] --> src/dxgi.rs:1516:18 [INFO] [stderr] | [INFO] [stderr] 1516 | fn from(src: DXGI_SHARED_RESOURCE) -> SharedResource { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `DXGI_SHARED_RESOURCE` in this scope [INFO] [stderr] --> src/dxgi.rs:1520:31 [INFO] [stderr] | [INFO] [stderr] 1520 | impl From for DXGI_SHARED_RESOURCE { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `DXGI_SHARED_RESOURCE` in this scope [INFO] [stderr] --> src/dxgi.rs:1521:37 [INFO] [stderr] | [INFO] [stderr] 1521 | fn from(src: SharedResource) -> DXGI_SHARED_RESOURCE { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `DXGI_SHARED_RESOURCE` in this scope [INFO] [stderr] --> src/dxgi.rs:1522:9 [INFO] [stderr] | [INFO] [stderr] 1522 | DXGI_SHARED_RESOURCE { Handle: src.handle } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `DXGI_SURFACE_DESC` in this scope [INFO] [stderr] --> src/dxgi.rs:1533:11 [INFO] [stderr] | [INFO] [stderr] 1533 | impl From for SurfaceDesc { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `DXGI_SURFACE_DESC` in this scope [INFO] [stderr] --> src/dxgi.rs:1534:18 [INFO] [stderr] | [INFO] [stderr] 1534 | fn from(src: DXGI_SURFACE_DESC) -> SurfaceDesc { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `DXGI_SURFACE_DESC` in this scope [INFO] [stderr] --> src/dxgi.rs:1544:30 [INFO] [stderr] | [INFO] [stderr] 1544 | fn to_c_struct(&self) -> DXGI_SURFACE_DESC { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `DXGI_SURFACE_DESC` in this scope [INFO] [stderr] --> src/dxgi.rs:1545:9 [INFO] [stderr] | [INFO] [stderr] 1545 | DXGI_SURFACE_DESC { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `HWND` in this scope [INFO] [stderr] --> src/dxgi.rs:1560:24 [INFO] [stderr] | [INFO] [stderr] 1560 | pub output_window: HWND, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `DXGI_SWAP_CHAIN_DESC` in this scope [INFO] [stderr] --> src/dxgi.rs:1565:11 [INFO] [stderr] | [INFO] [stderr] 1565 | impl From for SwapChainDesc { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `DXGI_SWAP_CHAIN_DESC` in this scope [INFO] [stderr] --> src/dxgi.rs:1566:18 [INFO] [stderr] | [INFO] [stderr] 1566 | fn from(src: DXGI_SWAP_CHAIN_DESC) -> SwapChainDesc { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stderr] --> src/dxgi.rs:1573:39 [INFO] [stderr] | [INFO] [stderr] 1573 | windowed: src.Windowed == TRUE, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `DXGI_SWAP_CHAIN_DESC` in this scope [INFO] [stderr] --> src/dxgi.rs:1584:30 [INFO] [stderr] | [INFO] [stderr] 1584 | fn to_c_struct(&self) -> DXGI_SWAP_CHAIN_DESC { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `DXGI_SWAP_CHAIN_DESC` in this scope [INFO] [stderr] --> src/dxgi.rs:1585:9 [INFO] [stderr] | [INFO] [stderr] 1585 | DXGI_SWAP_CHAIN_DESC { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `IDXGIAdapter` in this scope [INFO] [stderr] --> src/dxgi.rs:2003:27 [INFO] [stderr] | [INFO] [stderr] 2003 | pub struct Adapter(ComPtr); [INFO] [stderr] | ^^^^^^^^^^^^ help: a trait with a similar name exists: `IAdapter` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `IDXGIAdapter1` in this scope [INFO] [stderr] --> src/dxgi.rs:2005:28 [INFO] [stderr] | [INFO] [stderr] 2005 | pub struct Adapter1(ComPtr); [INFO] [stderr] | ^^^^^^^^^^^^^ help: a trait with a similar name exists: `IAdapter1` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `IDXGIAdapter` in this scope [INFO] [stderr] --> src/dxgi.rs:2015:24 [INFO] [stderr] | [INFO] [stderr] 2015 | impl_adapter!(Adapter, IDXGIAdapter, Adapter); [INFO] [stderr] | ^^^^^^^^^^^^ help: a trait with a similar name exists: `IAdapter` [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/dxgi.rs:2015:1 [INFO] [stderr] | [INFO] [stderr] 2015 | impl_adapter!(Adapter, IDXGIAdapter, Adapter); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_ERROR_NOT_FOUND` in this scope [INFO] [stderr] --> src/dxgi.rs:1873:31 [INFO] [stderr] | [INFO] [stderr] 1873 | enum_function(DXGI_ERROR_NOT_FOUND.into(), |i| { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 2015 | impl_adapter!(Adapter, IDXGIAdapter, Adapter); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `IDXGIAdapter1` in this scope [INFO] [stderr] --> src/dxgi.rs:2016:25 [INFO] [stderr] | [INFO] [stderr] 2016 | impl_adapter!(Adapter1, IDXGIAdapter1, Adapter1); [INFO] [stderr] | ^^^^^^^^^^^^^ help: a trait with a similar name exists: `IAdapter1` [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/dxgi.rs:2016:1 [INFO] [stderr] | [INFO] [stderr] 2016 | impl_adapter!(Adapter1, IDXGIAdapter1, Adapter1); [INFO] [stderr] | ------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_ERROR_NOT_FOUND` in this scope [INFO] [stderr] --> src/dxgi.rs:1873:31 [INFO] [stderr] | [INFO] [stderr] 1873 | enum_function(DXGI_ERROR_NOT_FOUND.into(), |i| { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 2016 | impl_adapter!(Adapter1, IDXGIAdapter1, Adapter1); [INFO] [stderr] | ------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `IDXGIAdapter` in this scope [INFO] [stderr] --> src/dxgi.rs:1892:50 [INFO] [stderr] | [INFO] [stderr] 1892 | Adapter(self.0.query_interface::().unwrap()) [INFO] [stderr] | ^^^^^^^^^^^^ help: a trait with a similar name exists: `IAdapter` [INFO] [stderr] ... [INFO] [stderr] 2016 | impl_adapter!(Adapter1, IDXGIAdapter1, Adapter1); [INFO] [stderr] | ------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `IDXGIDebug` in this scope [INFO] [stderr] --> src/dxgi.rs:2067:25 [INFO] [stderr] | [INFO] [stderr] 2067 | pub struct Debug(ComPtr); [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `IDXGIDebug1` in this scope [INFO] [stderr] --> src/dxgi.rs:2069:26 [INFO] [stderr] | [INFO] [stderr] 2069 | pub struct Debug1(ComPtr); [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `IDXGIDebug` in this scope [INFO] [stderr] --> src/dxgi.rs:2070:20 [INFO] [stderr] | [INFO] [stderr] 2070 | impl_debug!(Debug, IDXGIDebug, Debug); [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/dxgi.rs:2070:1 [INFO] [stderr] | [INFO] [stderr] 2070 | impl_debug!(Debug, IDXGIDebug, Debug); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `IDXGIDebug1` in this scope [INFO] [stderr] --> src/dxgi.rs:2071:21 [INFO] [stderr] | [INFO] [stderr] 2071 | impl_debug!(Debug1, IDXGIDebug1, Debug1); [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/dxgi.rs:2071:1 [INFO] [stderr] | [INFO] [stderr] 2071 | impl_debug!(Debug1, IDXGIDebug1, Debug1); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `IDXGIDebug` in this scope [INFO] [stderr] --> src/dxgi.rs:2050:48 [INFO] [stderr] | [INFO] [stderr] 2050 | Debug(self.0.query_interface::().unwrap()) [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 2071 | impl_debug!(Debug1, IDXGIDebug1, Debug1); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stderr] --> src/dxgi.rs:2061:69 [INFO] [stderr] | [INFO] [stderr] 2061 | unsafe { self.0.IsLeakTrackingEnabledForThread() == TRUE } [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 2071 | impl_debug!(Debug1, IDXGIDebug1, Debug1); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `IDXGIDevice` in this scope [INFO] [stderr] --> src/dxgi.rs:2393:26 [INFO] [stderr] | [INFO] [stderr] 2393 | pub struct Device(ComPtr); [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `IDXGIDevice1` in this scope [INFO] [stderr] --> src/dxgi.rs:2395:27 [INFO] [stderr] | [INFO] [stderr] 2395 | pub struct Device1(ComPtr); [INFO] [stderr] | ^^^^^^^^^^^^ help: a trait with a similar name exists: `IDevice1` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `IDXGIDevice` in this scope [INFO] [stderr] --> src/dxgi.rs:2405:22 [INFO] [stderr] | [INFO] [stderr] 2405 | impl_device!(Device, IDXGIDevice, Device); [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/dxgi.rs:2405:1 [INFO] [stderr] | [INFO] [stderr] 2405 | impl_device!(Device, IDXGIDevice, Device); [INFO] [stderr] | ------------------------------------------ in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stderr] --> src/dxgi.rs:2243:55 [INFO] [stderr] | [INFO] [stderr] 2243 | .map(|r| r.0.as_ptr() as *mut IUnknown) [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 2405 | impl_device!(Device, IDXGIDevice, Device); [INFO] [stderr] | ------------------------------------------ in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `IDXGIDevice1` in this scope [INFO] [stderr] --> src/dxgi.rs:2406:23 [INFO] [stderr] | [INFO] [stderr] 2406 | impl_device!(Device1, IDXGIDevice1, Device1); [INFO] [stderr] | ^^^^^^^^^^^^ help: a trait with a similar name exists: `IDevice1` [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/dxgi.rs:2406:1 [INFO] [stderr] | [INFO] [stderr] 2406 | impl_device!(Device1, IDXGIDevice1, Device1); [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stderr] --> src/dxgi.rs:2243:55 [INFO] [stderr] | [INFO] [stderr] 2243 | .map(|r| r.0.as_ptr() as *mut IUnknown) [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 2406 | impl_device!(Device1, IDXGIDevice1, Device1); [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `IDXGIDevice` in this scope [INFO] [stderr] --> src/dxgi.rs:2269:49 [INFO] [stderr] | [INFO] [stderr] 2269 | Device(self.0.query_interface::().unwrap()) [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 2406 | impl_device!(Device1, IDXGIDevice1, Device1); [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `HMODULE` in this scope [INFO] [stderr] --> src/dxgi.rs:2440:47 [INFO] [stderr] | [INFO] [stderr] 2440 | fn create_software_adapter(&self, module: HMODULE) -> Result; [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `HWND` in this scope [INFO] [stderr] --> src/dxgi.rs:2447:48 [INFO] [stderr] | [INFO] [stderr] 2447 | fn get_window_association(&self) -> Result; [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `IDXGIFactory` in this scope [INFO] [stderr] --> src/dxgi.rs:2820:27 [INFO] [stderr] | [INFO] [stderr] 2820 | pub struct Factory(ComPtr); [INFO] [stderr] | ^^^^^^^^^^^^ help: a trait with a similar name exists: `IFactory` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `IDXGIFactory1` in this scope [INFO] [stderr] --> src/dxgi.rs:2822:28 [INFO] [stderr] | [INFO] [stderr] 2822 | pub struct Factory1(ComPtr); [INFO] [stderr] | ^^^^^^^^^^^^^ help: a trait with a similar name exists: `IFactory1` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `IDXGIFactory` in this scope [INFO] [stderr] --> src/dxgi.rs:2838:24 [INFO] [stderr] | [INFO] [stderr] 2838 | impl_factory!(Factory, IDXGIFactory, Factory); [INFO] [stderr] | ^^^^^^^^^^^^ help: a trait with a similar name exists: `IFactory` [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/dxgi.rs:2838:1 [INFO] [stderr] | [INFO] [stderr] 2838 | impl_factory!(Factory, IDXGIFactory, Factory); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `HMODULE` in this scope [INFO] [stderr] --> src/dxgi.rs:2522:55 [INFO] [stderr] | [INFO] [stderr] 2522 | fn create_software_adapter(&self, module: HMODULE) -> Result { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 2838 | impl_factory!(Factory, IDXGIFactory, Factory); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_ERROR_NOT_FOUND` in this scope [INFO] [stderr] --> src/dxgi.rs:2545:31 [INFO] [stderr] | [INFO] [stderr] 2545 | enum_function(DXGI_ERROR_NOT_FOUND.into(), |i| { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 2838 | impl_factory!(Factory, IDXGIFactory, Factory); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `HWND` in this scope [INFO] [stderr] --> src/dxgi.rs:2553:56 [INFO] [stderr] | [INFO] [stderr] 2553 | fn get_window_association(&self) -> Result { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 2838 | impl_factory!(Factory, IDXGIFactory, Factory); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `IDXGIFactory1` in this scope [INFO] [stderr] --> src/dxgi.rs:2839:25 [INFO] [stderr] | [INFO] [stderr] 2839 | impl_factory!(Factory1, IDXGIFactory1, Factory1); [INFO] [stderr] | ^^^^^^^^^^^^^ help: a trait with a similar name exists: `IFactory1` [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/dxgi.rs:2839:1 [INFO] [stderr] | [INFO] [stderr] 2839 | impl_factory!(Factory1, IDXGIFactory1, Factory1); [INFO] [stderr] | ------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `HMODULE` in this scope [INFO] [stderr] --> src/dxgi.rs:2522:55 [INFO] [stderr] | [INFO] [stderr] 2522 | fn create_software_adapter(&self, module: HMODULE) -> Result { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 2839 | impl_factory!(Factory1, IDXGIFactory1, Factory1); [INFO] [stderr] | ------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_ERROR_NOT_FOUND` in this scope [INFO] [stderr] --> src/dxgi.rs:2545:31 [INFO] [stderr] | [INFO] [stderr] 2545 | enum_function(DXGI_ERROR_NOT_FOUND.into(), |i| { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 2839 | impl_factory!(Factory1, IDXGIFactory1, Factory1); [INFO] [stderr] | ------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `HWND` in this scope [INFO] [stderr] --> src/dxgi.rs:2553:56 [INFO] [stderr] | [INFO] [stderr] 2553 | fn get_window_association(&self) -> Result { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 2839 | impl_factory!(Factory1, IDXGIFactory1, Factory1); [INFO] [stderr] | ------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `IDXGIFactory` in this scope [INFO] [stderr] --> src/dxgi.rs:2575:50 [INFO] [stderr] | [INFO] [stderr] 2575 | Factory(self.0.query_interface::().unwrap()) [INFO] [stderr] | ^^^^^^^^^^^^ help: a trait with a similar name exists: `IFactory` [INFO] [stderr] ... [INFO] [stderr] 2839 | impl_factory!(Factory1, IDXGIFactory1, Factory1); [INFO] [stderr] | ------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_ERROR_NOT_FOUND` in this scope [INFO] [stderr] --> src/dxgi.rs:2580:31 [INFO] [stderr] | [INFO] [stderr] 2580 | enum_function(DXGI_ERROR_NOT_FOUND.into(), |i| { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 2839 | impl_factory!(Factory1, IDXGIFactory1, Factory1); [INFO] [stderr] | ------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stderr] --> src/dxgi.rs:2589:48 [INFO] [stderr] | [INFO] [stderr] 2589 | unsafe { self.0.IsCurrent() == TRUE } [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 2839 | impl_factory!(Factory1, IDXGIFactory1, Factory1); [INFO] [stderr] | ------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `IDXGIInfoQueue` in this scope [INFO] [stderr] --> src/dxgi.rs:3014:29 [INFO] [stderr] | [INFO] [stderr] 3014 | pub struct InfoQueue(ComPtr); [INFO] [stderr] | ^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IInfoQueue` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stderr] --> src/dxgi.rs:3082:81 [INFO] [stderr] | [INFO] [stderr] 3082 | unsafe { self.0.GetBreakOnCategory(producer.into(), category as u32) == TRUE } [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stderr] --> src/dxgi.rs:3085:62 [INFO] [stderr] | [INFO] [stderr] 3085 | unsafe { self.0.GetBreakOnID(producer.into(), id) == TRUE } [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stderr] --> src/dxgi.rs:3088:81 [INFO] [stderr] | [INFO] [stderr] 3088 | unsafe { self.0.GetBreakOnSeverity(producer.into(), severity as u32) == TRUE } [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `DXGI_INFO_QUEUE_MESSAGE` in this scope [INFO] [stderr] --> src/dxgi.rs:3103:42 [INFO] [stderr] | [INFO] [stderr] 3103 | msg.as_mut_ptr() as *mut DXGI_INFO_QUEUE_MESSAGE, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `DXGI_INFO_QUEUE_MESSAGE` in this scope [INFO] [stderr] --> src/dxgi.rs:3106:50 [INFO] [stderr] | [INFO] [stderr] 3106 | let src = msg.as_mut_ptr() as *const DXGI_INFO_QUEUE_MESSAGE; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stderr] --> src/dxgi.rs:3132:64 [INFO] [stderr] | [INFO] [stderr] 3132 | unsafe { self.0.GetMuteDebugOutput(producer.into()) == TRUE } [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `DXGI_INFO_QUEUE_FILTER` in this scope [INFO] [stderr] --> src/dxgi.rs:3167:42 [INFO] [stderr] | [INFO] [stderr] 3167 | buf.as_mut_ptr() as *mut DXGI_INFO_QUEUE_FILTER, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `DXGI_INFO_QUEUE_FILTER` in this scope [INFO] [stderr] --> src/dxgi.rs:3170:44 [INFO] [stderr] | [INFO] [stderr] 3170 | let p = buf.as_ptr() as *const DXGI_INFO_QUEUE_FILTER; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `DXGI_INFO_QUEUE_FILTER` in this scope [INFO] [stderr] --> src/dxgi.rs:3189:42 [INFO] [stderr] | [INFO] [stderr] 3189 | buf.as_mut_ptr() as *mut DXGI_INFO_QUEUE_FILTER, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `DXGI_INFO_QUEUE_FILTER` in this scope [INFO] [stderr] --> src/dxgi.rs:3192:44 [INFO] [stderr] | [INFO] [stderr] 3192 | let p = buf.as_ptr() as *const DXGI_INFO_QUEUE_FILTER; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `IDXGIKeyedMutex` in this scope [INFO] [stderr] --> src/dxgi.rs:3305:30 [INFO] [stderr] | [INFO] [stderr] 3305 | pub struct KeyedMutex(ComPtr); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IKeyedMutex` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `IDXGIKeyedMutex` in this scope [INFO] [stderr] --> src/dxgi.rs:3306:29 [INFO] [stderr] | [INFO] [stderr] 3306 | impl_interface!(KeyedMutex, IDXGIKeyedMutex); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IKeyedMutex` [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/dxgi.rs:3306:1 [INFO] [stderr] | [INFO] [stderr] 3306 | impl_interface!(KeyedMutex, IDXGIKeyedMutex); [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `IDXGIOutput` in this scope [INFO] [stderr] --> src/dxgi.rs:3691:26 [INFO] [stderr] | [INFO] [stderr] 3691 | pub struct Output(ComPtr); [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `IDXGIOutput` in this scope [INFO] [stderr] --> src/dxgi.rs:3710:22 [INFO] [stderr] | [INFO] [stderr] 3710 | impl_output!(Output, IDXGIOutput, Output); [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/dxgi.rs:3710:1 [INFO] [stderr] | [INFO] [stderr] 3710 | impl_output!(Output, IDXGIOutput, Output); [INFO] [stderr] | ------------------------------------------ in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `HANDLE` in this scope [INFO] [stderr] --> src/dxgi.rs:3854:43 [INFO] [stderr] | [INFO] [stderr] 3854 | fn get_shared_handle(&self) -> Result; [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `IDXGIResource` in this scope [INFO] [stderr] --> src/dxgi.rs:3904:28 [INFO] [stderr] | [INFO] [stderr] 3904 | pub struct Resource(ComPtr); [INFO] [stderr] | ^^^^^^^^^^^^^ help: a trait with a similar name exists: `IResource` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `IDXGIResource` in this scope [INFO] [stderr] --> src/dxgi.rs:3908:26 [INFO] [stderr] | [INFO] [stderr] 3908 | impl_resource!(Resource, IDXGIResource, Resource); [INFO] [stderr] | ^^^^^^^^^^^^^ help: a trait with a similar name exists: `IResource` [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/dxgi.rs:3908:1 [INFO] [stderr] | [INFO] [stderr] 3908 | impl_resource!(Resource, IDXGIResource, Resource); [INFO] [stderr] | -------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `HANDLE` in this scope [INFO] [stderr] --> src/dxgi.rs:3878:51 [INFO] [stderr] | [INFO] [stderr] 3878 | fn get_shared_handle(&self) -> Result { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 3908 | impl_resource!(Resource, IDXGIResource, Resource); [INFO] [stderr] | -------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `HDC` in this scope [INFO] [stderr] --> src/dxgi.rs:3918:47 [INFO] [stderr] | [INFO] [stderr] 3918 | fn get_dc(&self, discard: bool) -> Result; [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `IDXGISurface` in this scope [INFO] [stderr] --> src/dxgi.rs:3991:27 [INFO] [stderr] | [INFO] [stderr] 3991 | pub struct Surface(ComPtr); [INFO] [stderr] | ^^^^^^^^^^^^ help: a trait with a similar name exists: `ISurface` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `IDXGISurface1` in this scope [INFO] [stderr] --> src/dxgi.rs:3993:28 [INFO] [stderr] | [INFO] [stderr] 3993 | pub struct Surface1(ComPtr); [INFO] [stderr] | ^^^^^^^^^^^^^ help: a trait with a similar name exists: `ISurface1` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `IDXGISurface` in this scope [INFO] [stderr] --> src/dxgi.rs:3997:24 [INFO] [stderr] | [INFO] [stderr] 3997 | impl_surface!(Surface, IDXGISurface, Surface); [INFO] [stderr] | ^^^^^^^^^^^^ help: a trait with a similar name exists: `ISurface` [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/dxgi.rs:3997:1 [INFO] [stderr] | [INFO] [stderr] 3997 | impl_surface!(Surface, IDXGISurface, Surface); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `IDXGISurface1` in this scope [INFO] [stderr] --> src/dxgi.rs:3998:25 [INFO] [stderr] | [INFO] [stderr] 3998 | impl_surface!(Surface1, IDXGISurface1, Surface1); [INFO] [stderr] | ^^^^^^^^^^^^^ help: a trait with a similar name exists: `ISurface1` [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/dxgi.rs:3998:1 [INFO] [stderr] | [INFO] [stderr] 3998 | impl_surface!(Surface1, IDXGISurface1, Surface1); [INFO] [stderr] | ------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `IDXGISurface` in this scope [INFO] [stderr] --> src/dxgi.rs:3949:50 [INFO] [stderr] | [INFO] [stderr] 3949 | Surface(self.0.query_interface::().unwrap()) [INFO] [stderr] | ^^^^^^^^^^^^ help: a trait with a similar name exists: `ISurface` [INFO] [stderr] ... [INFO] [stderr] 3998 | impl_surface!(Surface1, IDXGISurface1, Surface1); [INFO] [stderr] | ------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `HDC` in this scope [INFO] [stderr] --> src/dxgi.rs:3953:55 [INFO] [stderr] | [INFO] [stderr] 3953 | fn get_dc(&self, discard: bool) -> Result { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 3998 | impl_surface!(Surface1, IDXGISurface1, Surface1); [INFO] [stderr] | ------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RECT` in this scope [INFO] [stderr] --> src/dxgi.rs:3962:91 [INFO] [stderr] | [INFO] [stderr] 3962 | .ReleaseDC(rc.as_mut().map_or(std::ptr::null_mut(), |r| r as *mut RECT)) [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 3998 | impl_surface!(Surface1, IDXGISurface1, Surface1); [INFO] [stderr] | ------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `IDXGISwapChain` in this scope [INFO] [stderr] --> src/dxgi.rs:4383:29 [INFO] [stderr] | [INFO] [stderr] 4383 | pub struct SwapChain(ComPtr); [INFO] [stderr] | ^^^^^^^^^^^^^^ help: a trait with a similar name exists: `ISwapChain` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `IDXGISwapChain` in this scope [INFO] [stderr] --> src/dxgi.rs:4396:28 [INFO] [stderr] | [INFO] [stderr] 4396 | impl_swapchain!(SwapChain, IDXGISwapChain, SwapChain); [INFO] [stderr] | ^^^^^^^^^^^^^^ help: a trait with a similar name exists: `ISwapChain` [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/dxgi.rs:4396:1 [INFO] [stderr] | [INFO] [stderr] 4396 | impl_swapchain!(SwapChain, IDXGISwapChain, SwapChain); [INFO] [stderr] | ------------------------------------------------------ in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stderr] --> src/dxgi.rs:4123:44 [INFO] [stderr] | [INFO] [stderr] 4123 | hresult((fullscreen == TRUE, obj), res) [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 4396 | impl_swapchain!(SwapChain, IDXGISwapChain, SwapChain); [INFO] [stderr] | ------------------------------------------------------ in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `CreateDXGIFactory` in this scope [INFO] [stderr] --> src/dxgi.rs:4444:28 [INFO] [stderr] | [INFO] [stderr] 4444 | let res = unsafe { CreateDXGIFactory(&T::uuidof().into(), &mut obj) }; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `CreateDXGIFactory1` in this scope [INFO] [stderr] --> src/dxgi.rs:4451:28 [INFO] [stderr] | [INFO] [stderr] 4451 | let res = unsafe { CreateDXGIFactory1(&T::uuidof().into(), &mut obj) }; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `DXGIGetDebugInterface` in this scope [INFO] [stderr] --> src/dxgi.rs:4477:28 [INFO] [stderr] | [INFO] [stderr] 4477 | let res = unsafe { DXGIGetDebugInterface(&T::uuidof().into(), &mut obj) }; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stderr] --> src/result.rs:9:15 [INFO] [stderr] | [INFO] [stderr] 9 | Successed(HRESULT), [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stderr] --> src/result.rs:11:12 [INFO] [stderr] | [INFO] [stderr] 11 | Failed(HRESULT), [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stderr] --> src/result.rs:23:23 [INFO] [stderr] | [INFO] [stderr] 23 | fn code(&self) -> HRESULT { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stderr] --> src/result.rs:31:11 [INFO] [stderr] | [INFO] [stderr] 31 | impl From for HResultKind { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stderr] --> src/result.rs:32:18 [INFO] [stderr] | [INFO] [stderr] 32 | fn from(src: HRESULT) -> HResultKind { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stderr] --> src/result.rs:59:27 [INFO] [stderr] | [INFO] [stderr] 59 | pub fn code(&self) -> HRESULT { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `FormatMessageW` in this scope [INFO] [stderr] --> src/result.rs:75:23 [INFO] [stderr] | [INFO] [stderr] 75 | let len = FormatMessageW( [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `FORMAT_MESSAGE_FROM_SYSTEM` in this scope [INFO] [stderr] --> src/result.rs:76:17 [INFO] [stderr] | [INFO] [stderr] 76 | FORMAT_MESSAGE_FROM_SYSTEM | FORMAT_MESSAGE_ALLOCATE_BUFFER, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `FORMAT_MESSAGE_ALLOCATE_BUFFER` in this scope [INFO] [stderr] --> src/result.rs:76:46 [INFO] [stderr] | [INFO] [stderr] 76 | FORMAT_MESSAGE_FROM_SYSTEM | FORMAT_MESSAGE_ALLOCATE_BUFFER, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `LocalFree` in this scope [INFO] [stderr] --> src/result.rs:88:13 [INFO] [stderr] | [INFO] [stderr] 88 | LocalFree(p as *mut c_void); [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stderr] --> src/result.rs:97:11 [INFO] [stderr] | [INFO] [stderr] 97 | impl From for HResult { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stderr] --> src/result.rs:98:19 [INFO] [stderr] | [INFO] [stderr] 98 | fn from(code: HRESULT) -> HResult { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stderr] --> src/result.rs:121:16 [INFO] [stderr] | [INFO] [stderr] 121 | impl PartialEq for HResult { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stderr] --> src/result.rs:122:26 [INFO] [stderr] | [INFO] [stderr] 122 | fn eq(&self, other: &HRESULT) -> bool { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stderr] --> src/result.rs:132:32 [INFO] [stderr] | [INFO] [stderr] 132 | pub fn hresult(obj: T, res: HRESULT) -> Result { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `hresult` in crate `com_ptr` [INFO] [stderr] --> src/result.rs:133:14 [INFO] [stderr] | [INFO] [stderr] 133 | com_ptr::hresult(obj, res).map_err(|res| res.into()) [INFO] [stderr] | ^^^^^^^ not found in `com_ptr` [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use crate::result::hresult; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `BOOL` in this scope [INFO] [stderr] --> src/utility.rs:5:35 [INFO] [stderr] | [INFO] [stderr] 5 | pub(crate) fn to_BOOL(b: bool) -> BOOL { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stderr] --> src/utility.rs:7:17 [INFO] [stderr] | [INFO] [stderr] 7 | true => TRUE, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `FALSE` in this scope [INFO] [stderr] --> src/utility.rs:8:18 [INFO] [stderr] | [INFO] [stderr] 8 | false => FALSE, [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `UINT` in this scope [INFO] [stderr] --> src/utility.rs:14:11 [INFO] [stderr] | [INFO] [stderr] 14 | F: Fn(UINT) -> Result, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `Interface` in crate `winapi` [INFO] [stderr] --> src/lib.rs:19:27 [INFO] [stderr] | [INFO] [stderr] 19 | type APIType: winapi::Interface; [INFO] [stderr] | ^^^^^^^^^ not found in `winapi` [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 13 | use crate::Interface; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ComPtr` in crate `com_ptr` [INFO] [stderr] --> src/lib.rs:20:24 [INFO] [stderr] | [INFO] [stderr] 20 | fn new(p: com_ptr::ComPtr) -> Self; [INFO] [stderr] | ^^^^^^ not found in `com_ptr` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ComPtr` in crate `com_ptr` [INFO] [stderr] --> src/lib.rs:23:39 [INFO] [stderr] | [INFO] [stderr] 23 | fn as_com_ptr(&self) -> &com_ptr::ComPtr; [INFO] [stderr] | ^^^^^^ not found in `com_ptr` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ComPtr` in crate `com_ptr` [INFO] [stderr] --> src/lib.rs:25:33 [INFO] [stderr] | [INFO] [stderr] 25 | fn from_com_ptr(p: com_ptr::ComPtr) -> Self; [INFO] [stderr] | ^^^^^^ not found in `com_ptr` [INFO] [stderr] [INFO] [stderr] error: aborting due to 1487 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0405, E0408, E0412, E0422, E0425, E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0405`. [INFO] [stderr] error: could not compile `dxplr`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "98cfb7960aa34e886672dcc1cc9b7ca9dc7fbe6c869fc29eba11d093f8f22217"` [INFO] running `"docker" "rm" "-f" "98cfb7960aa34e886672dcc1cc9b7ca9dc7fbe6c869fc29eba11d093f8f22217"` [INFO] [stdout] 98cfb7960aa34e886672dcc1cc9b7ca9dc7fbe6c869fc29eba11d093f8f22217