gfx_device_dx11 0.8.2

DirectX-11 backend for gfx-rs
Build #156349 2019-04-25T16:28:05.690989+00:00
# rustc version
rustc 1.36.0-nightly (3c3d3c177 2019-04-17)# docs.rs version
cratesfyi 0.6.0 (54fff31 2019-04-12)# build log
Updating crates.io index
Fresh unicode-xid v0.1.0
Compiling winapi v0.3.7
Fresh cfg-if v0.1.7
Fresh bitflags v1.0.4
Fresh log v0.4.6
Fresh draw_state v0.8.0
Running `rustc --crate-name build_script_build /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.3.7/build.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="d3d11"' --cfg 'feature="d3dcommon"' --cfg 'feature="d3dcompiler"' --cfg 'feature="winerror"' -C metadata=4ba439e0d92b323b -C extra-filename=-4ba439e0d92b323b --out-dir /home/cratesfyi/cratesfyi/debug/build/winapi-4ba439e0d92b323b -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Fresh proc-macro2 v0.4.28
Fresh quote v0.6.12
Fresh syn v0.15.32
Fresh derivative v1.0.2
Fresh gfx_core v0.9.1
Running `/home/cratesfyi/cratesfyi/debug/build/winapi-4ba439e0d92b323b/build-script-build`
Running `rustc --crate-name winapi /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.3.7/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 --cfg 'feature="d3d11"' --cfg 'feature="d3dcommon"' --cfg 'feature="d3dcompiler"' --cfg 'feature="winerror"' -C metadata=a00bc4d879bc612b -C extra-filename=-a00bc4d879bc612b --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Documenting gfx_device_dx11 v0.8.2
Running `rustdoc --crate-name gfx_device_dx11 /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.8.2/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20190417-1.36.0-nightly-3c3d3c177 --static-root-path / --disable-per-crate-search --extern-html-root-url 'gfx_core=https://docs.rs/gfx_core/0.9.1' --extern-html-root-url 'log=https://docs.rs/log/0.4.6' --extern-html-root-url 'winapi=https://docs.rs/winapi/0.3.7' -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern gfx_core=/home/cratesfyi/cratesfyi/debug/deps/libgfx_core-b0ab2e6f4cecc6fb.rmeta --extern log=/home/cratesfyi/cratesfyi/debug/deps/liblog-ac52e1c18c5f5e24.rmeta --extern winapi=/home/cratesfyi/cratesfyi/debug/deps/libwinapi-a00bc4d879bc612b.rmeta`
error[E0432]: unresolved import `winapi::shared`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.8.2/src/lib.rs:22:13
|
22 | use winapi::shared::{dxgi, minwindef, winerror};
|             ^^^^^^ could not find `shared` in `winapi`

error[E0433]: failed to resolve: could not find `shared` in `winapi`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.8.2/src/command.rs:19:13
|
19 | use winapi::shared::minwindef::*;
|             ^^^^^^ could not find `shared` in `winapi`

error[E0433]: failed to resolve: could not find `shared` in `winapi`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.8.2/src/command.rs:20:13
|
20 | use winapi::shared::dxgiformat::{
|             ^^^^^^ could not find `shared` in `winapi`

error[E0433]: failed to resolve: could not find `um` in `winapi`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.8.2/src/command.rs:23:13
|
23 | use winapi::um::d3d11::{
|             ^^ could not find `um` in `winapi`

error[E0433]: failed to resolve: could not find `shared` in `winapi`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.8.2/src/data.rs:15:13
|
15 | use winapi::shared::dxgiformat::*;
|             ^^^^^^ could not find `shared` in `winapi`

error[E0433]: failed to resolve: could not find `shared` in `winapi`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.8.2/src/data.rs:16:13
|
16 | use winapi::shared::dxgitype::{DXGI_SAMPLE_DESC};
|             ^^^^^^ could not find `shared` in `winapi`

error[E0433]: failed to resolve: could not find `um` in `winapi`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.8.2/src/data.rs:17:13
|
17 | use winapi::um::d3d11::*;
|             ^^ could not find `um` in `winapi`

error[E0432]: unresolved import `winapi::um`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.8.2/src/lib.rs:23:13
|
23 | use winapi::um::{d3d11, d3d11shader, d3dcommon};
|             ^^ could not find `um` in `winapi`

error[E0433]: failed to resolve: could not find `shared` in `winapi`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.8.2/src/execute.rs:18:13
|
18 | use winapi::shared::minwindef::UINT;
|             ^^^^^^ could not find `shared` in `winapi`

error[E0433]: failed to resolve: could not find `shared` in `winapi`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.8.2/src/execute.rs:19:13
|
19 | use winapi::shared::winerror::SUCCEEDED;
|             ^^^^^^ could not find `shared` in `winapi`

error[E0432]: unresolved import `winapi::um`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.8.2/src/execute.rs:17:13
|
17 | use winapi::um::d3d11;
|             ^^ could not find `um` in `winapi`

error[E0432]: unresolved import `winapi::um`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.8.2/src/factory.rs:20:13
|
20 | use winapi::um::{d3d11, d3dcommon};
|             ^^ could not find `um` in `winapi`

error[E0432]: unresolved import `winapi::shared`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.8.2/src/factory.rs:21:13
|
21 | use winapi::shared::{dxgiformat, minwindef, winerror};
|             ^^^^^^ could not find `shared` in `winapi`

error[E0432]: unresolved import `winapi::shared`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.8.2/src/mirror.rs:17:13
|
17 | use winapi::shared::{winerror};
|             ^^^^^^ could not find `shared` in `winapi`

error[E0433]: failed to resolve: could not find `shared` in `winapi`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.8.2/src/state.rs:17:13
|
17 | use winapi::shared::basetsd::UINT8;
|             ^^^^^^ could not find `shared` in `winapi`

error[E0433]: failed to resolve: could not find `shared` in `winapi`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.8.2/src/state.rs:18:13
|
18 | use winapi::shared::winerror::SUCCEEDED;
|             ^^^^^^ could not find `shared` in `winapi`

error[E0433]: failed to resolve: could not find `shared` in `winapi`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.8.2/src/state.rs:19:13
|
19 | use winapi::shared::minwindef::*;
|             ^^^^^^ could not find `shared` in `winapi`

error[E0433]: failed to resolve: could not find `um` in `winapi`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.8.2/src/state.rs:20:13
|
20 | use winapi::um::d3d11::*;
|             ^^ could not find `um` in `winapi`

error[E0433]: failed to resolve: could not find `um` in `winapi`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.8.2/src/lib.rs:38:17
|
38 |     use winapi::um::d3d11::*;
|                 ^^ could not find `um` in `winapi`

error[E0432]: unresolved import `winapi::um`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.8.2/src/mirror.rs:18:13
|
18 | use winapi::um::{d3dcommon, d3dcompiler, d3d11shader};
|             ^^ could not find `um` in `winapi`

error[E0433]: failed to resolve: could not find `um` in `winapi`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.8.2/src/lib.rs:209:50
|
209 | pub fn create_from_existing(device: *mut winapi::um::d3d11::ID3D11Device, context: *mut winapi::um::d3d11::ID3D11DeviceContext)
|                                                  ^^ could not find `um` in `winapi`

error[E0433]: failed to resolve: could not find `um` in `winapi`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.8.2/src/lib.rs:209:97
|
209 | pub fn create_from_existing(device: *mut winapi::um::d3d11::ID3D11Device, context: *mut winapi::um::d3d11::ID3D11DeviceContext)
|                                                                                                 ^^ could not find `um` in `winapi`

error[E0412]: cannot find type `DXGI_FORMAT` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.8.2/src/command.rs:72:23
|
72 |     BindIndex(Buffer, DXGI_FORMAT),
|                       ^^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `UINT` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.8.2/src/command.rs:73:65
|
73 |     BindVertexBuffers([native::Buffer; MAX_VERTEX_ATTRIBUTES], [UINT; MAX_VERTEX_ATTRIBUTES], [UINT; MAX_VERTEX_ATTRIBUTES]),
|                                                                 ^^^^ not found in this scope

error[E0412]: cannot find type `UINT` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.8.2/src/command.rs:73:96
|
73 |     BindVertexBuffers([native::Buffer; MAX_VERTEX_ATTRIBUTES], [UINT; MAX_VERTEX_ATTRIBUTES], [UINT; MAX_VERTEX_ATTRIBUTES]),
|                                                                                                ^^^^ not found in this scope

error[E0412]: cannot find type `D3D11_PRIMITIVE_TOPOLOGY` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.8.2/src/command.rs:78:18
|
78 |     SetPrimitive(D3D11_PRIMITIVE_TOPOLOGY),
|                  ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `D3D11_VIEWPORT` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.8.2/src/command.rs:79:17
|
79 |     SetViewport(D3D11_VIEWPORT),
|                 ^^^^^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `D3D11_RECT` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.8.2/src/command.rs:80:16
|
80 |     SetScissor(D3D11_RECT),
|                ^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `ID3D11RasterizerState` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.8.2/src/command.rs:81:26
|
81 |     SetRasterizer(*const ID3D11RasterizerState),
|                          ^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `ID3D11DepthStencilState` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.8.2/src/command.rs:82:28
|
82 |     SetDepthStencil(*const ID3D11DepthStencilState, UINT),
|                            ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `UINT` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.8.2/src/command.rs:82:53
|
82 |     SetDepthStencil(*const ID3D11DepthStencilState, UINT),
|                                                     ^^^^ not found in this scope

error[E0412]: cannot find type `ID3D11BlendState` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.8.2/src/command.rs:83:21
|
83 |     SetBlend(*const ID3D11BlendState, [FLOAT; 4], UINT),
|                     ^^^^^^^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `FLOAT` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.8.2/src/command.rs:83:40
|
83 |     SetBlend(*const ID3D11BlendState, [FLOAT; 4], UINT),
|                                        ^^^^^ not found in this scope

error[E0412]: cannot find type `UINT` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.8.2/src/command.rs:83:51
|
83 |     SetBlend(*const ID3D11BlendState, [FLOAT; 4], UINT),
|                                                   ^^^^ not found in this scope

error[E0412]: cannot find type `UINT` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.8.2/src/command.rs:84:32
|
84 |     CopyBuffer(Buffer, Buffer, UINT, UINT, UINT),
|                                ^^^^ not found in this scope

error[E0412]: cannot find type `UINT` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.8.2/src/command.rs:84:38
|
84 |     CopyBuffer(Buffer, Buffer, UINT, UINT, UINT),
|                                      ^^^^ not found in this scope

error[E0412]: cannot find type `UINT` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.8.2/src/command.rs:84:44
|
84 |     CopyBuffer(Buffer, Buffer, UINT, UINT, UINT),
|                                            ^^^^ not found in this scope

error[E0412]: cannot find type `D3D11_CLEAR_FLAG` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.8.2/src/command.rs:92:36
|
92 |     ClearDepthStencil(native::Dsv, D3D11_CLEAR_FLAG, FLOAT, u8),
|                                    ^^^^^^^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `FLOAT` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.8.2/src/command.rs:92:54
|
92 |     ClearDepthStencil(native::Dsv, D3D11_CLEAR_FLAG, FLOAT, u8),
|                                                      ^^^^^ not found in this scope

error[E0412]: cannot find type `UINT` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.8.2/src/command.rs:93:10
|
93 |     Draw(UINT, UINT),
|          ^^^^ not found in this scope

error[E0412]: cannot find type `UINT` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.8.2/src/command.rs:93:16
|
93 |     Draw(UINT, UINT),
|                ^^^^ not found in this scope

error[E0412]: cannot find type `UINT` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.8.2/src/command.rs:94:19
|
94 |     DrawInstanced(UINT, UINT, UINT, UINT),
|                   ^^^^ not found in this scope

error[E0412]: cannot find type `UINT` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.8.2/src/command.rs:94:25
|
94 |     DrawInstanced(UINT, UINT, UINT, UINT),
|                         ^^^^ not found in this scope

error[E0412]: cannot find type `UINT` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.8.2/src/command.rs:94:31
|
94 |     DrawInstanced(UINT, UINT, UINT, UINT),
|                               ^^^^ not found in this scope

error[E0412]: cannot find type `UINT` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.8.2/src/command.rs:94:37
|
94 |     DrawInstanced(UINT, UINT, UINT, UINT),
|                                     ^^^^ not found in this scope

error[E0412]: cannot find type `UINT` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.8.2/src/command.rs:95:17
|
95 |     DrawIndexed(UINT, UINT, INT),
|                 ^^^^ not found in this scope

error[E0412]: cannot find type `UINT` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.8.2/src/command.rs:95:23
|
95 |     DrawIndexed(UINT, UINT, INT),
|                       ^^^^ not found in this scope

error[E0412]: cannot find type `INT` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.8.2/src/command.rs:95:29
|
95 |     DrawIndexed(UINT, UINT, INT),
|                             ^^^ not found in this scope

error[E0412]: cannot find type `UINT` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.8.2/src/command.rs:96:26
|
96 |     DrawIndexedInstanced(UINT, UINT, UINT, INT, UINT),
|                          ^^^^ not found in this scope

error[E0412]: cannot find type `UINT` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.8.2/src/command.rs:96:32
|
96 |     DrawIndexedInstanced(UINT, UINT, UINT, INT, UINT),
|                                ^^^^ not found in this scope

error[E0412]: cannot find type `UINT` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.8.2/src/command.rs:96:38
|
96 |     DrawIndexedInstanced(UINT, UINT, UINT, INT, UINT),
|                                      ^^^^ not found in this scope

error[E0412]: cannot find type `INT` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.8.2/src/command.rs:96:44
|
96 |     DrawIndexedInstanced(UINT, UINT, UINT, INT, UINT),
|                                            ^^^ not found in this scope

error[E0412]: cannot find type `UINT` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.8.2/src/command.rs:96:49
|
96 |     DrawIndexedInstanced(UINT, UINT, UINT, INT, UINT),
|                                                 ^^^^ not found in this scope

error[E0412]: cannot find type `ID3D11RasterizerState` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.8.2/src/command.rs:103:24
|
103 |     rasterizer: *const ID3D11RasterizerState,
|                        ^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `ID3D11DepthStencilState` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.8.2/src/command.rs:104:27
|
104 |     depth_stencil: *const ID3D11DepthStencilState,
|                           ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `UINT` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.8.2/src/command.rs:105:18
|
105 |     stencil_ref: UINT,
|                  ^^^^ not found in this scope

error[E0412]: cannot find type `ID3D11BlendState` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.8.2/src/command.rs:106:19
|
106 |     blend: *const ID3D11BlendState,
|                   ^^^^^^^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `FLOAT` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.8.2/src/command.rs:107:17
|
107 |     blend_ref: [FLOAT; 4],
|                 ^^^^^ not found in this scope

error[E0412]: cannot find type `D3D11_COMPARISON_FUNC` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.8.2/src/data.rs:25:41
|
25 | pub fn map_function(fun: Comparison) -> D3D11_COMPARISON_FUNC {
|                                         ^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `DXGI_FORMAT` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.8.2/src/data.rs:38:62
|
38 | pub fn map_format(format: Format, is_target: bool) -> Option<DXGI_FORMAT> {
|                                                              ^^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `DXGI_FORMAT` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.8.2/src/data.rs:152:52
|
152 | pub fn map_surface(surface: SurfaceType) -> Option<DXGI_FORMAT> {
|                                                    ^^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `DXGI_SAMPLE_DESC` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.8.2/src/data.rs:177:38
|
177 | pub fn map_anti_alias(aa: AaMode) -> DXGI_SAMPLE_DESC {
|                                      ^^^^^^^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `D3D11_BIND_FLAG` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.8.2/src/data.rs:194:32
|
194 | pub fn map_bind(bind: Bind) -> D3D11_BIND_FLAG {
|                                ^^^^^^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `D3D11_CPU_ACCESS_FLAG` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.8.2/src/data.rs:211:39
|
211 | pub fn _map_access(access: Access) -> D3D11_CPU_ACCESS_FLAG {
|                                       ^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `D3D11_USAGE` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.8.2/src/data.rs:218:48
|
218 | pub fn map_usage(usage: Usage, bind: Bind) -> (D3D11_USAGE, D3D11_CPU_ACCESS_FLAG) {
|                                                ^^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `D3D11_CPU_ACCESS_FLAG` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.8.2/src/data.rs:218:61
|
218 | pub fn map_usage(usage: Usage, bind: Bind) -> (D3D11_USAGE, D3D11_CPU_ACCESS_FLAG) {
|                                                             ^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `D3D11_TEXTURE_ADDRESS_MODE` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.8.2/src/data.rs:231:36
|
231 | pub fn map_wrap(wrap: WrapMode) -> D3D11_TEXTURE_ADDRESS_MODE {
|                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `D3D11_FILTER` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.8.2/src/data.rs:247:58
|
247 | pub fn map_filter(filter: FilterMethod, op: FilterOp) -> D3D11_FILTER {
|                                                          ^^^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `D3D11_DSV_FLAG` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.8.2/src/data.rs:267:49
|
267 | pub fn map_dsv_flags(dsf: DepthStencilFlags) -> D3D11_DSV_FLAG {
|                                                 ^^^^^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `UINT` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.8.2/src/execute.rs:28:28
|
28 |                src_offset: UINT, dst_offset: UINT,
|                            ^^^^ not found in this scope

error[E0412]: cannot find type `UINT` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.8.2/src/execute.rs:28:46
|
28 |                src_offset: UINT, dst_offset: UINT,
|                                              ^^^^ not found in this scope

error[E0412]: cannot find type `UINT` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.8.2/src/execute.rs:29:22
|
29 |                size: UINT) {
|                      ^^^^ not found in this scope

error[E0412]: cannot find type `UINT` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.8.2/src/execute.rs:124:78
|
124 | fn texture_subres(face: Option<tex::CubeFace>, image: &tex::RawImageInfo) -> UINT {
|                                                                              ^^^^ not found in this scope

error[E0412]: cannot find type `ID3D11Device` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.8.2/src/state.rs:26:37
|
26 | pub fn make_rasterizer(device: *mut ID3D11Device, rast: &state::Rasterizer, use_scissor: bool)
|                                     ^^^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `ID3D11RasterizerState` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.8.2/src/state.rs:27:34
|
27 |                        -> *const ID3D11RasterizerState {
|                                  ^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `D3D11_STENCIL_OP` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.8.2/src/state.rs:74:46
|
74 | fn map_stencil_op(oper: state::StencilOp) -> D3D11_STENCIL_OP {
|                                              ^^^^^^^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `D3D11_DEPTH_STENCILOP_DESC` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.8.2/src/state.rs:88:60
|
88 | fn map_stencil_side(side_: &Option<state::StencilSide>) -> D3D11_DEPTH_STENCILOP_DESC {
|                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `UINT8` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.8.2/src/state.rs:99:41
|
99 |     where F: Fn(&state::StencilSide) -> UINT8 {
|                                         ^^^^^ not found in this scope

error[E0412]: cannot find type `UINT8` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.8.2/src/state.rs:98:81
|
98 | fn map_stencil_mask<F>(dsi: &pso::DepthStencilInfo, name: &str, accessor: F) -> UINT8
|                                                                                 ^^^^^ not found in this scope

error[E0412]: cannot find type `ID3D11Device` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.8.2/src/state.rs:112:40
|
112 | pub fn make_depth_stencil(device: *mut ID3D11Device, dsi: &pso::DepthStencilInfo)
|                                        ^^^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `ID3D11DepthStencilState` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.8.2/src/state.rs:113:37
|
113 |                           -> *const ID3D11DepthStencilState {
|                                     ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `D3D11_BLEND` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.8.2/src/state.rs:141:61
|
141 | fn map_blend_factor(factor: state::Factor, scalar: bool) -> D3D11_BLEND {
|                                                             ^^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `D3D11_BLEND_OP` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.8.2/src/state.rs:168:47
|
168 | fn map_blend_op(equation: state::Equation) -> D3D11_BLEND_OP {
|                                               ^^^^^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `ID3D11Device` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.8.2/src/state.rs:179:32
|
179 | pub fn make_blend(device: *mut ID3D11Device, targets: &[Option<pso::ColorTargetDesc>])
|                                ^^^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `ID3D11BlendState` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.8.2/src/state.rs:180:29
|
180 |                   -> *const ID3D11BlendState {
|                             ^^^^^^^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `ID3D11Buffer` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.8.2/src/lib.rs:41:32
|
41 |     pub struct Buffer(pub *mut ID3D11Buffer);
|                                ^^^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `ID3D11Texture1D` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.8.2/src/lib.rs:47:17
|
47 |         D1(*mut ID3D11Texture1D),
|                 ^^^^^^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `ID3D11Texture2D` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.8.2/src/lib.rs:48:17
|
48 |         D2(*mut ID3D11Texture2D),
|                 ^^^^^^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `ID3D11Texture3D` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.8.2/src/lib.rs:49:17
|
49 |         D3(*mut ID3D11Texture3D),
|                 ^^^^^^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `ID3D11RenderTargetView` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.8.2/src/lib.rs:55:29
|
55 |     pub struct Rtv(pub *mut ID3D11RenderTargetView);
|                             ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `ID3D11DepthStencilView` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.8.2/src/lib.rs:60:29
|
60 |     pub struct Dsv(pub *mut ID3D11DepthStencilView);
|                             ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `ID3D11ShaderResourceView` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.8.2/src/lib.rs:65:29
|
65 |     pub struct Srv(pub *mut ID3D11ShaderResourceView);
|                             ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `ID3D11SamplerState` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.8.2/src/lib.rs:70:33
|
70 |     pub struct Sampler(pub *mut ID3D11SamplerState);
|                                 ^^^^^^^^^^^^^^^^^^ not found in this scope

error: Compilation failed, aborting rustdoc

error: aborting due to 94 previous errors

Some errors occurred: E0412, E0432, E0433.
For more information about an error, try `rustc --explain E0412`.
thread 'main' panicked at 'ProcessError { desc: "process didn\'t exit successfully: `rustdoc --crate-name gfx_device_dx11 /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.8.2/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20190417-1.36.0-nightly-3c3d3c177 --static-root-path / --disable-per-crate-search --extern-html-root-url \'gfx_core=https://docs.rs/gfx_core/0.9.1\' --extern-html-root-url \'log=https://docs.rs/log/0.4.6\' --extern-html-root-url \'winapi=https://docs.rs/winapi/0.3.7\' -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern gfx_core=/home/cratesfyi/cratesfyi/debug/deps/libgfx_core-b0ab2e6f4cecc6fb.rmeta --extern log=/home/cratesfyi/cratesfyi/debug/deps/liblog-ac52e1c18c5f5e24.rmeta --extern winapi=/home/cratesfyi/cratesfyi/debug/deps/libwinapi-a00bc4d879bc612b.rmeta` (exit code: 1)", exit: Some(ExitStatus(ExitStatus(256))), output: None }

Could not document `gfx_device_dx11`.', src/bin/cratesfyi.rs:143:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.