gfx_device_dx11 0.7.1

DirectX-11 backend for gfx-rs
Build #122147 2018-10-18T15:00:50.232687+00:00
# rustc version
rustc 1.28.0-dev (b9bf4f162 2018-06-02)# docs.rs version
cratesfyi 0.5.0 (579f83b 2018-03-05)# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading gfx_device_dx11 v0.7.1
Fresh either v1.5.0
Fresh bitflags v1.0.4
Fresh unicode-xid v0.0.4
Compiling winapi v0.3.6
Fresh quote v0.3.15
Fresh cfg-if v0.1.5
Fresh draw_state v0.8.0
Fresh itertools v0.5.10
Fresh syn v0.10.8
Running `rustc --crate-name build_script_build .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.3.6/build.rs --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="winerror"' --cfg 'feature="d3dcompiler"' --cfg 'feature="d3d11"' --cfg 'feature="d3dcommon"' -C metadata=890844452558adab -C extra-filename=-890844452558adab --out-dir /home/cratesfyi/cratesfyi/debug/build/winapi-890844452558adab -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Fresh log v0.4.5
Fresh derivative v1.0.0
Fresh gfx_core v0.8.3
Running `/home/cratesfyi/cratesfyi/debug/build/winapi-890844452558adab/build-script-build`
Running `rustc --crate-name winapi .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.3.6/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="winerror"' --cfg 'feature="d3dcompiler"' --cfg 'feature="d3d11"' --cfg 'feature="d3dcommon"' -C metadata=d34521746ec58ac3 -C extra-filename=-d34521746ec58ac3 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Documenting gfx_device_dx11 v0.7.1
Running `rustdoc --crate-name gfx_device_dx11 .cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.7.1/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20180602-1.28.0-dev-b9bf4f162 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern log=/home/cratesfyi/cratesfyi/debug/deps/liblog-3ce2096d8af8381c.rlib --extern-version log=log,0.4.5 --extern winapi=/home/cratesfyi/cratesfyi/debug/deps/libwinapi-d34521746ec58ac3.rlib --extern-version winapi=winapi,0.3.6 --extern gfx_core=/home/cratesfyi/cratesfyi/debug/deps/libgfx_core-ebea662e07f4da71.rlib --extern-version gfx_core=gfx_core,0.8.3`
error[E0432]: unresolved import `winapi::shared`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.7.1/src/lib.rs:22:13
|
22 | use winapi::shared::{dxgi, minwindef, winerror};
|             ^^^^^^ Could not find `shared` in `winapi`

error[E0432]: unresolved import `winapi::um`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.7.1/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`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.7.1/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`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.7.1/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`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.7.1/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`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.7.1/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`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.7.1/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`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.7.1/src/data.rs:17:13
|
17 | use winapi::um::d3d11::*;
|             ^^ Could not find `um` in `winapi`

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

error[E0433]: failed to resolve. Could not find `shared` in `winapi`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.7.1/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`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.7.1/src/execute.rs:19:13
|
19 | use winapi::shared::winerror::SUCCEEDED;
|             ^^^^^^ Could not find `shared` in `winapi`

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

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

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

error[E0432]: unresolved import `winapi::um`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.7.1/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 `shared` in `winapi`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.7.1/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`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.7.1/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`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.7.1/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`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.7.1/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`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.7.1/src/lib.rs:38:17
|
38 |     use winapi::um::d3d11::*;
|                 ^^ Could not find `um` in `winapi`

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

error[E0412]: cannot find type `UINT` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.7.1/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
--> .cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.7.1/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
--> .cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.7.1/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
--> .cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.7.1/src/command.rs:79:17
|
79 |     SetViewport(D3D11_VIEWPORT),
|                 ^^^^^^^^^^^^^^ not found in this scope

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

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

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

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

error[E0412]: cannot find type `ID3D11BlendState` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.7.1/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
--> .cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.7.1/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
--> .cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.7.1/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
--> .cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.7.1/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
--> .cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.7.1/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
--> .cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.7.1/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
--> .cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.7.1/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
--> .cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.7.1/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
--> .cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.7.1/src/command.rs:93:10
|
93 |     Draw(UINT, UINT),
|          ^^^^ not found in this scope

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

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

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

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

error[E0412]: cannot find type `UINT` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.7.1/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
--> .cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.7.1/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
--> .cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.7.1/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
--> .cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.7.1/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
--> .cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.7.1/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
--> .cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.7.1/src/command.rs:103:24
|
103 |     rasterizer: *const ID3D11RasterizerState,
|                        ^^^^^^^^^^^^^^^^^^^^^ not found in this scope

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

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

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

error[E0412]: cannot find type `FLOAT` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.7.1/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
--> .cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.7.1/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
--> .cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.7.1/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
--> .cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.7.1/src/data.rs:151:52
|
151 | 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
--> .cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.7.1/src/data.rs:175:38
|
175 | 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
--> .cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.7.1/src/data.rs:192:32
|
192 | 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
--> .cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.7.1/src/data.rs:209:39
|
209 | 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
--> .cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.7.1/src/data.rs:216:48
|
216 | 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
--> .cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.7.1/src/data.rs:216:61
|
216 | 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
--> .cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.7.1/src/data.rs:229:36
|
229 | 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
--> .cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.7.1/src/data.rs:245:58
|
245 | 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
--> .cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.7.1/src/data.rs:265:49
|
265 | pub fn map_dsv_flags(dsf: DepthStencilFlags) -> D3D11_DSV_FLAG {
|                                                 ^^^^^^^^^^^^^^ not found in this scope

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

error[E0412]: cannot find type `UINT` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.7.1/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
--> .cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.7.1/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
--> .cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.7.1/src/state.rs:27:34
|
27 |                        -> *const ID3D11RasterizerState {
|                                  ^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `D3D11_STENCIL_OP` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.7.1/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
--> .cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.7.1/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
--> .cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.7.1/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
--> .cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.7.1/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
--> .cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.7.1/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
--> .cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.7.1/src/state.rs:113:37
|
113 |                           -> *const ID3D11DepthStencilState {
|                                     ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `D3D11_BLEND` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.7.1/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
--> .cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.7.1/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
--> .cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.7.1/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
--> .cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.7.1/src/state.rs:180:29
|
180 |                   -> *const ID3D11BlendState {
|                             ^^^^^^^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `ID3D11Buffer` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.7.1/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
--> .cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.7.1/src/lib.rs:47:17
|
47 |         D1(*mut ID3D11Texture1D),
|                 ^^^^^^^^^^^^^^^ not found in this scope

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

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

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

error: Compilation failed, aborting rustdoc

thread 'main' panicked at 'Error(
CargoError(
ChainedError {
error: Could not document `gfx_device_dx11`.,
cause: process didn't exit successfully: `rustdoc --crate-name gfx_device_dx11 .cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_dx11-0.7.1/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20180602-1.28.0-dev-b9bf4f162 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern log=/home/cratesfyi/cratesfyi/debug/deps/liblog-3ce2096d8af8381c.rlib --extern-version log=log,0.4.5 --extern winapi=/home/cratesfyi/cratesfyi/debug/deps/libwinapi-d34521746ec58ac3.rlib --extern-version winapi=winapi,0.3.6 --extern gfx_core=/home/cratesfyi/cratesfyi/debug/deps/libgfx_core-ebea662e07f4da71.rlib --extern-version gfx_core=gfx_core,0.8.3` (exit code: 101)
}
),
State {
next_error: None,
backtrace: None
}
)', src/bin/cratesfyi.rs:142:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.