[INFO] fetching crate bgfx-sys 0.7.0... [INFO] documenting bgfx-sys-0.7.0 against beta-2022-05-20 for beta-1.62-rustdoc-1 [INFO] extracting crate bgfx-sys 0.7.0 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate bgfx-sys 0.7.0 on toolchain beta-2022-05-20 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate bgfx-sys 0.7.0 [INFO] finished tweaking crates.io crate bgfx-sys 0.7.0 [INFO] tweaked toml for crates.io crate bgfx-sys 0.7.0 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate crates.io crate bgfx-sys 0.7.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 337662927f3e4c4e7c00def2f6f4a21912e5e9c57ad3d3d0230075a915135f64 [INFO] running `Command { std: "docker" "start" "-a" "337662927f3e4c4e7c00def2f6f4a21912e5e9c57ad3d3d0230075a915135f64", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "337662927f3e4c4e7c00def2f6f4a21912e5e9c57ad3d3d0230075a915135f64", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "337662927f3e4c4e7c00def2f6f4a21912e5e9c57ad3d3d0230075a915135f64", kill_on_drop: false }` [INFO] [stdout] 337662927f3e4c4e7c00def2f6f4a21912e5e9c57ad3d3d0230075a915135f64 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d934a61c5834e6a85790ca11f43566c3a011ced15d324afc4bd3e42f891a821b [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "d934a61c5834e6a85790ca11f43566c3a011ced15d324afc4bd3e42f891a821b", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.119 [INFO] [stderr] Compiling jobserver v0.1.24 [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling bgfx-sys v0.7.0 (/opt/rustwide/workdir) [INFO] [stderr] Documenting bgfx-sys v0.7.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:1547:5 [INFO] [stdout] | [INFO] [stdout] 1547 | / #[doc = " Init attachment."] [INFO] [stdout] 1548 | | #[doc = ""] [INFO] [stdout] 1549 | | #[doc = " @param[in] _handle Render target texture handle."] [INFO] [stdout] 1550 | | #[doc = " @param[in] _access Access. See `Access::Enum`."] [INFO] [stdout] ... | [INFO] [stdout] 1554 | | #[doc = " @param[in] _resolve Resolve flags. See: `BGFX_RESOLVE_*`"] [INFO] [stdout] 1555 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _handle Render target texture handle. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:1567:5 [INFO] [stdout] | [INFO] [stdout] 1567 | / #[doc = " Start VertexLayout."] [INFO] [stdout] 1568 | | #[doc = ""] [INFO] [stdout] 1569 | | #[doc = " @param[in] _rendererType Renderer backend type. See: `bgfx::RendererType`"] [INFO] [stdout] 1570 | | #[doc = ""] [INFO] [stdout] 1571 | | #[doc = " @returns Returns itself."] [INFO] [stdout] 1572 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _rendererType Renderer backend type. See: `bgfx::RendererType` [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:1579:5 [INFO] [stdout] | [INFO] [stdout] 1579 | / #[doc = " Add attribute to VertexLayout."] [INFO] [stdout] 1580 | | #[doc = " @remarks Must be called between begin/end."] [INFO] [stdout] 1581 | | #[doc = ""] [INFO] [stdout] 1582 | | #[doc = " @param[in] _attrib Attribute semantics. See: `bgfx::Attrib`"] [INFO] [stdout] ... | [INFO] [stdout] 1593 | | #[doc = " @returns Returns itself."] [INFO] [stdout] 1594 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _attrib Attribute semantics. See: `bgfx::Attrib` [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:1605:5 [INFO] [stdout] | [INFO] [stdout] 1605 | / #[doc = " Decode attribute."] [INFO] [stdout] 1606 | | #[doc = ""] [INFO] [stdout] 1607 | | #[doc = " @param[in] _attrib Attribute semantics. See: `bgfx::Attrib`"] [INFO] [stdout] 1608 | | #[doc = " @param[out] _num Number of elements."] [INFO] [stdout] ... | [INFO] [stdout] 1611 | | #[doc = " @param[out] _asInt Attribute is packed as int."] [INFO] [stdout] 1612 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _attrib Attribute semantics. See: `bgfx::Attrib` [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `out` [INFO] [stdout] --> src/./ffi.rs:1605:5 [INFO] [stdout] | [INFO] [stdout] 1605 | / #[doc = " Decode attribute."] [INFO] [stdout] 1606 | | #[doc = ""] [INFO] [stdout] 1607 | | #[doc = " @param[in] _attrib Attribute semantics. See: `bgfx::Attrib`"] [INFO] [stdout] 1608 | | #[doc = " @param[out] _num Number of elements."] [INFO] [stdout] ... | [INFO] [stdout] 1611 | | #[doc = " @param[out] _asInt Attribute is packed as int."] [INFO] [stdout] 1612 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[out] _num Number of elements. [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `out` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:1623:5 [INFO] [stdout] | [INFO] [stdout] 1623 | / #[doc = " Returns `true` if VertexLayout contains attribute."] [INFO] [stdout] 1624 | | #[doc = ""] [INFO] [stdout] 1625 | | #[doc = " @param[in] _attrib Attribute semantics. See: `bgfx::Attrib`"] [INFO] [stdout] 1626 | | #[doc = ""] [INFO] [stdout] 1627 | | #[doc = " @returns True if VertexLayout contains attribute."] [INFO] [stdout] 1628 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _attrib Attribute semantics. See: `bgfx::Attrib` [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:1635:5 [INFO] [stdout] | [INFO] [stdout] 1635 | / #[doc = " Skip `_num` bytes in vertex stream."] [INFO] [stdout] 1636 | | #[doc = ""] [INFO] [stdout] 1637 | | #[doc = " @param[in] _num Number of bytes to skip."] [INFO] [stdout] 1638 | | #[doc = ""] [INFO] [stdout] 1639 | | #[doc = " @returns Returns itself."] [INFO] [stdout] 1640 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _num Number of bytes to skip. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:1652:5 [INFO] [stdout] | [INFO] [stdout] 1652 | / #[doc = " Pack vertex attribute into vertex stream format."] [INFO] [stdout] 1653 | | #[doc = ""] [INFO] [stdout] 1654 | | #[doc = " @param[in] _input Value to be packed into vertex stream."] [INFO] [stdout] 1655 | | #[doc = " @param[in] _inputNormalized `true` if input value is already normalized."] [INFO] [stdout] ... | [INFO] [stdout] 1659 | | #[doc = " @param[in] _index Vertex index that will be modified."] [INFO] [stdout] 1660 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _input Value to be packed into vertex stream. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `out` [INFO] [stdout] --> src/./ffi.rs:1671:5 [INFO] [stdout] | [INFO] [stdout] 1671 | / #[doc = " Unpack vertex attribute from vertex stream format."] [INFO] [stdout] 1672 | | #[doc = ""] [INFO] [stdout] 1673 | | #[doc = " @param[out] _output Result of unpacking."] [INFO] [stdout] 1674 | | #[doc = " @param[in] _attr Attribute to unpack."] [INFO] [stdout] ... | [INFO] [stdout] 1677 | | #[doc = " @param[in] _index Vertex index that will be unpacked."] [INFO] [stdout] 1678 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[out] _output Result of unpacking. [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `out` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:1671:5 [INFO] [stdout] | [INFO] [stdout] 1671 | / #[doc = " Unpack vertex attribute from vertex stream format."] [INFO] [stdout] 1672 | | #[doc = ""] [INFO] [stdout] 1673 | | #[doc = " @param[out] _output Result of unpacking."] [INFO] [stdout] 1674 | | #[doc = " @param[in] _attr Attribute to unpack."] [INFO] [stdout] ... | [INFO] [stdout] 1677 | | #[doc = " @param[in] _index Vertex index that will be unpacked."] [INFO] [stdout] 1678 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _attr Attribute to unpack. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:1688:5 [INFO] [stdout] | [INFO] [stdout] 1688 | / #[doc = " Converts vertex stream data from one vertex stream format to another."] [INFO] [stdout] 1689 | | #[doc = ""] [INFO] [stdout] 1690 | | #[doc = " @param[in] _dstLayout Destination vertex stream layout."] [INFO] [stdout] 1691 | | #[doc = " @param[in] _dstData Destination vertex stream."] [INFO] [stdout] ... | [INFO] [stdout] 1694 | | #[doc = " @param[in] _num Number of vertices to convert from source to destination."] [INFO] [stdout] 1695 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _dstLayout Destination vertex stream layout. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:1705:5 [INFO] [stdout] | [INFO] [stdout] 1705 | / #[doc = " Weld vertices."] [INFO] [stdout] 1706 | | #[doc = ""] [INFO] [stdout] 1707 | | #[doc = " @param[in] _output Welded vertices remapping table. The size of buffer"] [INFO] [stdout] 1708 | | #[doc = " must be the same as number of vertices."] [INFO] [stdout] ... | [INFO] [stdout] 1715 | | #[doc = " @returns Number of unique vertices after vertex welding."] [INFO] [stdout] 1716 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _output Welded vertices remapping table. The size of buffer [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:1727:5 [INFO] [stdout] | [INFO] [stdout] 1727 | / #[doc = " Convert index buffer for use with different primitive topologies."] [INFO] [stdout] 1728 | | #[doc = ""] [INFO] [stdout] 1729 | | #[doc = " @param[in] _conversion Conversion type, see `TopologyConvert::Enum`."] [INFO] [stdout] 1730 | | #[doc = " @param[out] _dst Destination index buffer. If this argument is NULL"] [INFO] [stdout] ... | [INFO] [stdout] 1739 | | #[doc = " @returns Number of output indices after conversion."] [INFO] [stdout] 1740 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _conversion Conversion type, see `TopologyConvert::Enum`. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `out` [INFO] [stdout] --> src/./ffi.rs:1727:5 [INFO] [stdout] | [INFO] [stdout] 1727 | / #[doc = " Convert index buffer for use with different primitive topologies."] [INFO] [stdout] 1728 | | #[doc = ""] [INFO] [stdout] 1729 | | #[doc = " @param[in] _conversion Conversion type, see `TopologyConvert::Enum`."] [INFO] [stdout] 1730 | | #[doc = " @param[out] _dst Destination index buffer. If this argument is NULL"] [INFO] [stdout] ... | [INFO] [stdout] 1739 | | #[doc = " @returns Number of output indices after conversion."] [INFO] [stdout] 1740 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[out] _dst Destination index buffer. If this argument is NULL [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `out` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:1751:5 [INFO] [stdout] | [INFO] [stdout] 1751 | / #[doc = " Sort indices."] [INFO] [stdout] 1752 | | #[doc = ""] [INFO] [stdout] 1753 | | #[doc = " @param[in] _sort Sort order, see `TopologySort::Enum`."] [INFO] [stdout] 1754 | | #[doc = " @param[out] _dst Destination index buffer."] [INFO] [stdout] ... | [INFO] [stdout] 1766 | | #[doc = " @param[in] _index32 Set to `true` if input indices are 32-bit."] [INFO] [stdout] 1767 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _sort Sort order, see `TopologySort::Enum`. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `out` [INFO] [stdout] --> src/./ffi.rs:1751:5 [INFO] [stdout] | [INFO] [stdout] 1751 | / #[doc = " Sort indices."] [INFO] [stdout] 1752 | | #[doc = ""] [INFO] [stdout] 1753 | | #[doc = " @param[in] _sort Sort order, see `TopologySort::Enum`."] [INFO] [stdout] 1754 | | #[doc = " @param[out] _dst Destination index buffer."] [INFO] [stdout] ... | [INFO] [stdout] 1766 | | #[doc = " @param[in] _index32 Set to `true` if input indices are 32-bit."] [INFO] [stdout] 1767 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[out] _dst Destination index buffer. [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `out` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:1782:5 [INFO] [stdout] | [INFO] [stdout] 1782 | / #[doc = " Returns supported backend API renderers."] [INFO] [stdout] 1783 | | #[doc = ""] [INFO] [stdout] 1784 | | #[doc = " @param[in] _max Maximum number of elements in _enum array."] [INFO] [stdout] 1785 | | #[doc = " @param[inout] _enum Array where supported renderers will be written."] [INFO] [stdout] 1786 | | #[doc = ""] [INFO] [stdout] 1787 | | #[doc = " @returns Number of supported renderers."] [INFO] [stdout] 1788 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _max Maximum number of elements in _enum array. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `inout` [INFO] [stdout] --> src/./ffi.rs:1782:5 [INFO] [stdout] | [INFO] [stdout] 1782 | / #[doc = " Returns supported backend API renderers."] [INFO] [stdout] 1783 | | #[doc = ""] [INFO] [stdout] 1784 | | #[doc = " @param[in] _max Maximum number of elements in _enum array."] [INFO] [stdout] 1785 | | #[doc = " @param[inout] _enum Array where supported renderers will be written."] [INFO] [stdout] 1786 | | #[doc = ""] [INFO] [stdout] 1787 | | #[doc = " @returns Number of supported renderers."] [INFO] [stdout] 1788 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[inout] _enum Array where supported renderers will be written. [INFO] [stdout] ^^^^^ [INFO] [stdout] = note: no item named `inout` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:1792:5 [INFO] [stdout] | [INFO] [stdout] 1792 | / #[doc = " Returns name of renderer."] [INFO] [stdout] 1793 | | #[doc = ""] [INFO] [stdout] 1794 | | #[doc = " @param[in] _type Renderer backend type. See: `bgfx::RendererType`"] [INFO] [stdout] 1795 | | #[doc = ""] [INFO] [stdout] 1796 | | #[doc = " @returns Name of renderer."] [INFO] [stdout] 1797 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _type Renderer backend type. See: `bgfx::RendererType` [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:1804:5 [INFO] [stdout] | [INFO] [stdout] 1804 | / #[doc = " Initialize bgfx library."] [INFO] [stdout] 1805 | | #[doc = ""] [INFO] [stdout] 1806 | | #[doc = " @param[in] _init Initialization parameters. See: `bgfx::Init` for more info."] [INFO] [stdout] 1807 | | #[doc = ""] [INFO] [stdout] 1808 | | #[doc = " @returns `true` if initialization was successful."] [INFO] [stdout] 1809 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _init Initialization parameters. See: `bgfx::Init` for more info. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:1818:5 [INFO] [stdout] | [INFO] [stdout] 1818 | / #[doc = " Reset graphic settings and back-buffer size."] [INFO] [stdout] 1819 | | #[doc = " @attention This call doesn't actually change window size, it just"] [INFO] [stdout] 1820 | | #[doc = " resizes back-buffer. Windowing code has to change window size."] [INFO] [stdout] 1821 | | #[doc = ""] [INFO] [stdout] ... | [INFO] [stdout] 1836 | | #[doc = " @param[in] _format Texture format. See: `TextureFormat::Enum`."] [INFO] [stdout] 1837 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _width Back-buffer width. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:1841:5 [INFO] [stdout] | [INFO] [stdout] 1841 | / #[doc = " Advance to next frame. When using multithreaded renderer, this call"] [INFO] [stdout] 1842 | | #[doc = " just swaps internal buffers, kicks render thread, and returns. In"] [INFO] [stdout] 1843 | | #[doc = " singlethreaded renderer this call does frame rendering."] [INFO] [stdout] 1844 | | #[doc = ""] [INFO] [stdout] ... | [INFO] [stdout] 1849 | | #[doc = " library via `bgfx::makeRef` calls."] [INFO] [stdout] 1850 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _capture Capture frame with graphics debugger. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:1874:5 [INFO] [stdout] | [INFO] [stdout] 1874 | / #[doc = " Allocate buffer to pass to bgfx calls. Data will be freed inside bgfx."] [INFO] [stdout] 1875 | | #[doc = ""] [INFO] [stdout] 1876 | | #[doc = " @param[in] _size Size to allocate."] [INFO] [stdout] 1877 | | #[doc = ""] [INFO] [stdout] 1878 | | #[doc = " @returns Allocated memory."] [INFO] [stdout] 1879 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _size Size to allocate. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:1883:5 [INFO] [stdout] | [INFO] [stdout] 1883 | / #[doc = " Allocate buffer and copy data into it. Data will be freed inside bgfx."] [INFO] [stdout] 1884 | | #[doc = ""] [INFO] [stdout] 1885 | | #[doc = " @param[in] _data Pointer to data to be copied."] [INFO] [stdout] 1886 | | #[doc = " @param[in] _size Size of data to be copied."] [INFO] [stdout] 1887 | | #[doc = ""] [INFO] [stdout] 1888 | | #[doc = " @returns Allocated memory."] [INFO] [stdout] 1889 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _data Pointer to data to be copied. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:1893:5 [INFO] [stdout] | [INFO] [stdout] 1893 | / #[doc = " Make reference to data to pass to bgfx. Unlike `bgfx::alloc`, this call"] [INFO] [stdout] 1894 | | #[doc = " doesn't allocate memory for data. It just copies the _data pointer. You"] [INFO] [stdout] 1895 | | #[doc = " can pass `ReleaseFn` function pointer to release this memory after it's"] [INFO] [stdout] 1896 | | #[doc = " consumed, otherwise you must make sure _data is available for at least 2"] [INFO] [stdout] ... | [INFO] [stdout] 1904 | | #[doc = " @returns Referenced memory."] [INFO] [stdout] 1905 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _data Pointer to data. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:1909:5 [INFO] [stdout] | [INFO] [stdout] 1909 | / #[doc = " Make reference to data to pass to bgfx. Unlike `bgfx::alloc`, this call"] [INFO] [stdout] 1910 | | #[doc = " doesn't allocate memory for data. It just copies the _data pointer. You"] [INFO] [stdout] 1911 | | #[doc = " can pass `ReleaseFn` function pointer to release this memory after it's"] [INFO] [stdout] 1912 | | #[doc = " consumed, otherwise you must make sure _data is available for at least 2"] [INFO] [stdout] ... | [INFO] [stdout] 1922 | | #[doc = " @returns Referenced memory."] [INFO] [stdout] 1923 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _data Pointer to data. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:1932:5 [INFO] [stdout] | [INFO] [stdout] 1932 | / #[doc = " Set debug flags."] [INFO] [stdout] 1933 | | #[doc = ""] [INFO] [stdout] 1934 | | #[doc = " @param[in] _debug Available flags:"] [INFO] [stdout] 1935 | | #[doc = " - `BGFX_DEBUG_IFH` - Infinitely fast hardware. When this flag is set"] [INFO] [stdout] ... | [INFO] [stdout] 1942 | | #[doc = " primitives will be rendered as lines."] [INFO] [stdout] 1943 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _debug Available flags: [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:1947:5 [INFO] [stdout] | [INFO] [stdout] 1947 | / #[doc = " Clear internal debug text buffer."] [INFO] [stdout] 1948 | | #[doc = ""] [INFO] [stdout] 1949 | | #[doc = " @param[in] _attr Background color."] [INFO] [stdout] 1950 | | #[doc = " @param[in] _small Default 8x16 or 8x8 font."] [INFO] [stdout] 1951 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _attr Background color. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:1955:5 [INFO] [stdout] | [INFO] [stdout] 1955 | / #[doc = " Print formatted data to internal debug text character-buffer (VGA-compatible text mode)."] [INFO] [stdout] 1956 | | #[doc = ""] [INFO] [stdout] 1957 | | #[doc = " @param[in] _x Position x from the left corner of the window."] [INFO] [stdout] 1958 | | #[doc = " @param[in] _y Position y from the top corner of the window."] [INFO] [stdout] ... | [INFO] [stdout] 1962 | | #[doc = " @param[in]"] [INFO] [stdout] 1963 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _x Position x from the left corner of the window. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:1973:5 [INFO] [stdout] | [INFO] [stdout] 1973 | / #[doc = " Print formatted data from variable argument list to internal debug text character-buffer (VGA-compatible text mode)."] [INFO] [stdout] 1974 | | #[doc = ""] [INFO] [stdout] 1975 | | #[doc = " @param[in] _x Position x from the left corner of the window."] [INFO] [stdout] 1976 | | #[doc = " @param[in] _y Position y from the top corner of the window."] [INFO] [stdout] ... | [INFO] [stdout] 1980 | | #[doc = " @param[in] _argList Variable arguments list for format string."] [INFO] [stdout] 1981 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _x Position x from the left corner of the window. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:1991:5 [INFO] [stdout] | [INFO] [stdout] 1991 | / #[doc = " Draw image into internal debug text buffer."] [INFO] [stdout] 1992 | | #[doc = ""] [INFO] [stdout] 1993 | | #[doc = " @param[in] _x Position x from the left corner of the window."] [INFO] [stdout] 1994 | | #[doc = " @param[in] _y Position y from the top corner of the window."] [INFO] [stdout] ... | [INFO] [stdout] 1998 | | #[doc = " @param[in] _pitch Image pitch in bytes."] [INFO] [stdout] 1999 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _x Position x from the left corner of the window. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2010:5 [INFO] [stdout] | [INFO] [stdout] 2010 | / #[doc = " Create static index buffer."] [INFO] [stdout] 2011 | | #[doc = ""] [INFO] [stdout] 2012 | | #[doc = " @param[in] _mem Index buffer data."] [INFO] [stdout] 2013 | | #[doc = " @param[in] _flags Buffer creation flags."] [INFO] [stdout] ... | [INFO] [stdout] 2024 | | #[doc = " index buffers."] [INFO] [stdout] 2025 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _mem Index buffer data. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2032:5 [INFO] [stdout] | [INFO] [stdout] 2032 | / #[doc = " Set static index buffer debug name."] [INFO] [stdout] 2033 | | #[doc = ""] [INFO] [stdout] 2034 | | #[doc = " @param[in] _handle Static index buffer handle."] [INFO] [stdout] 2035 | | #[doc = " @param[in] _name Static index buffer name."] [INFO] [stdout] 2036 | | #[doc = " @param[in] _len Static index buffer name length (if length is INT32_MAX, it's expected"] [INFO] [stdout] 2037 | | #[doc = " that _name is zero terminated string."] [INFO] [stdout] 2038 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _handle Static index buffer handle. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2046:5 [INFO] [stdout] | [INFO] [stdout] 2046 | / #[doc = " Destroy static index buffer."] [INFO] [stdout] 2047 | | #[doc = ""] [INFO] [stdout] 2048 | | #[doc = " @param[in] _handle Static index buffer handle."] [INFO] [stdout] 2049 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _handle Static index buffer handle. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2053:5 [INFO] [stdout] | [INFO] [stdout] 2053 | / #[doc = " Create vertex layout."] [INFO] [stdout] 2054 | | #[doc = ""] [INFO] [stdout] 2055 | | #[doc = " @param[in] _layout Vertex layout."] [INFO] [stdout] 2056 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _layout Vertex layout. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2062:5 [INFO] [stdout] | [INFO] [stdout] 2062 | / #[doc = " Destroy vertex layout."] [INFO] [stdout] 2063 | | #[doc = ""] [INFO] [stdout] 2064 | | #[doc = " @param[in] _layoutHandle Vertex layout handle."] [INFO] [stdout] 2065 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _layoutHandle Vertex layout handle. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2069:5 [INFO] [stdout] | [INFO] [stdout] 2069 | / #[doc = " Create static vertex buffer."] [INFO] [stdout] 2070 | | #[doc = ""] [INFO] [stdout] 2071 | | #[doc = " @param[in] _mem Vertex buffer data."] [INFO] [stdout] 2072 | | #[doc = " @param[in] _layout Vertex layout."] [INFO] [stdout] ... | [INFO] [stdout] 2084 | | #[doc = " @returns Static vertex buffer handle."] [INFO] [stdout] 2085 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _mem Vertex buffer data. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2093:5 [INFO] [stdout] | [INFO] [stdout] 2093 | / #[doc = " Set static vertex buffer debug name."] [INFO] [stdout] 2094 | | #[doc = ""] [INFO] [stdout] 2095 | | #[doc = " @param[in] _handle Static vertex buffer handle."] [INFO] [stdout] 2096 | | #[doc = " @param[in] _name Static vertex buffer name."] [INFO] [stdout] 2097 | | #[doc = " @param[in] _len Static vertex buffer name length (if length is INT32_MAX, it's expected"] [INFO] [stdout] 2098 | | #[doc = " that _name is zero terminated string."] [INFO] [stdout] 2099 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _handle Static vertex buffer handle. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2107:5 [INFO] [stdout] | [INFO] [stdout] 2107 | / #[doc = " Destroy static vertex buffer."] [INFO] [stdout] 2108 | | #[doc = ""] [INFO] [stdout] 2109 | | #[doc = " @param[in] _handle Static vertex buffer handle."] [INFO] [stdout] 2110 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _handle Static vertex buffer handle. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2114:5 [INFO] [stdout] | [INFO] [stdout] 2114 | / #[doc = " Create empty dynamic index buffer."] [INFO] [stdout] 2115 | | #[doc = ""] [INFO] [stdout] 2116 | | #[doc = " @param[in] _num Number of indices."] [INFO] [stdout] 2117 | | #[doc = " @param[in] _flags Buffer creation flags."] [INFO] [stdout] ... | [INFO] [stdout] 2130 | | #[doc = " @returns Dynamic index buffer handle."] [INFO] [stdout] 2131 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _num Number of indices. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2138:5 [INFO] [stdout] | [INFO] [stdout] 2138 | / #[doc = " Create dynamic index buffer and initialized it."] [INFO] [stdout] 2139 | | #[doc = ""] [INFO] [stdout] 2140 | | #[doc = " @param[in] _mem Index buffer data."] [INFO] [stdout] 2141 | | #[doc = " @param[in] _flags Buffer creation flags."] [INFO] [stdout] ... | [INFO] [stdout] 2154 | | #[doc = " @returns Dynamic index buffer handle."] [INFO] [stdout] 2155 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _mem Index buffer data. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2162:5 [INFO] [stdout] | [INFO] [stdout] 2162 | / #[doc = " Update dynamic index buffer."] [INFO] [stdout] 2163 | | #[doc = ""] [INFO] [stdout] 2164 | | #[doc = " @param[in] _handle Dynamic index buffer handle."] [INFO] [stdout] 2165 | | #[doc = " @param[in] _startIndex Start index."] [INFO] [stdout] 2166 | | #[doc = " @param[in] _mem Index buffer data."] [INFO] [stdout] 2167 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _handle Dynamic index buffer handle. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2175:5 [INFO] [stdout] | [INFO] [stdout] 2175 | / #[doc = " Destroy dynamic index buffer."] [INFO] [stdout] 2176 | | #[doc = ""] [INFO] [stdout] 2177 | | #[doc = " @param[in] _handle Dynamic index buffer handle."] [INFO] [stdout] 2178 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _handle Dynamic index buffer handle. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2182:5 [INFO] [stdout] | [INFO] [stdout] 2182 | / #[doc = " Create empty dynamic vertex buffer."] [INFO] [stdout] 2183 | | #[doc = ""] [INFO] [stdout] 2184 | | #[doc = " @param[in] _num Number of vertices."] [INFO] [stdout] 2185 | | #[doc = " @param[in] _layout Vertex layout."] [INFO] [stdout] ... | [INFO] [stdout] 2199 | | #[doc = " @returns Dynamic vertex buffer handle."] [INFO] [stdout] 2200 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _num Number of vertices. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2208:5 [INFO] [stdout] | [INFO] [stdout] 2208 | / #[doc = " Create dynamic vertex buffer and initialize it."] [INFO] [stdout] 2209 | | #[doc = ""] [INFO] [stdout] 2210 | | #[doc = " @param[in] _mem Vertex buffer data."] [INFO] [stdout] 2211 | | #[doc = " @param[in] _layout Vertex layout."] [INFO] [stdout] ... | [INFO] [stdout] 2225 | | #[doc = " @returns Dynamic vertex buffer handle."] [INFO] [stdout] 2226 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _mem Vertex buffer data. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2234:5 [INFO] [stdout] | [INFO] [stdout] 2234 | / #[doc = " Update dynamic vertex buffer."] [INFO] [stdout] 2235 | | #[doc = ""] [INFO] [stdout] 2236 | | #[doc = " @param[in] _handle Dynamic vertex buffer handle."] [INFO] [stdout] 2237 | | #[doc = " @param[in] _startVertex Start vertex."] [INFO] [stdout] 2238 | | #[doc = " @param[in] _mem Vertex buffer data."] [INFO] [stdout] 2239 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _handle Dynamic vertex buffer handle. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2247:5 [INFO] [stdout] | [INFO] [stdout] 2247 | / #[doc = " Destroy dynamic vertex buffer."] [INFO] [stdout] 2248 | | #[doc = ""] [INFO] [stdout] 2249 | | #[doc = " @param[in] _handle Dynamic vertex buffer handle."] [INFO] [stdout] 2250 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _handle Dynamic vertex buffer handle. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2254:5 [INFO] [stdout] | [INFO] [stdout] 2254 | / #[doc = " Returns number of requested or maximum available indices."] [INFO] [stdout] 2255 | | #[doc = ""] [INFO] [stdout] 2256 | | #[doc = " @param[in] _num Number of required indices."] [INFO] [stdout] 2257 | | #[doc = " @param[in] _index32 Set to `true` if input indices will be 32-bit."] [INFO] [stdout] 2258 | | #[doc = ""] [INFO] [stdout] 2259 | | #[doc = " @returns Number of requested or maximum available indices."] [INFO] [stdout] 2260 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _num Number of required indices. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2264:5 [INFO] [stdout] | [INFO] [stdout] 2264 | / #[doc = " Returns number of requested or maximum available vertices."] [INFO] [stdout] 2265 | | #[doc = ""] [INFO] [stdout] 2266 | | #[doc = " @param[in] _num Number of required vertices."] [INFO] [stdout] 2267 | | #[doc = " @param[in] _layout Vertex layout."] [INFO] [stdout] 2268 | | #[doc = ""] [INFO] [stdout] 2269 | | #[doc = " @returns Number of requested or maximum available vertices."] [INFO] [stdout] 2270 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _num Number of required vertices. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2277:5 [INFO] [stdout] | [INFO] [stdout] 2277 | / #[doc = " Returns number of requested or maximum available instance buffer slots."] [INFO] [stdout] 2278 | | #[doc = ""] [INFO] [stdout] 2279 | | #[doc = " @param[in] _num Number of required instances."] [INFO] [stdout] 2280 | | #[doc = " @param[in] _stride Stride per instance."] [INFO] [stdout] 2281 | | #[doc = ""] [INFO] [stdout] 2282 | | #[doc = " @returns Number of requested or maximum available instance buffer slots."] [INFO] [stdout] 2283 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _num Number of required instances. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `out` [INFO] [stdout] --> src/./ffi.rs:2287:5 [INFO] [stdout] | [INFO] [stdout] 2287 | / #[doc = " Allocate transient index buffer."] [INFO] [stdout] 2288 | | #[doc = ""] [INFO] [stdout] 2289 | | #[doc = " @param[out] _tib TransientIndexBuffer structure is filled and is valid"] [INFO] [stdout] 2290 | | #[doc = " for the duration of frame, and it can be reused for multiple draw"] [INFO] [stdout] ... | [INFO] [stdout] 2293 | | #[doc = " @param[in] _index32 Set to `true` if input indices will be 32-bit."] [INFO] [stdout] 2294 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[out] _tib TransientIndexBuffer structure is filled and is valid [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `out` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2287:5 [INFO] [stdout] | [INFO] [stdout] 2287 | / #[doc = " Allocate transient index buffer."] [INFO] [stdout] 2288 | | #[doc = ""] [INFO] [stdout] 2289 | | #[doc = " @param[out] _tib TransientIndexBuffer structure is filled and is valid"] [INFO] [stdout] 2290 | | #[doc = " for the duration of frame, and it can be reused for multiple draw"] [INFO] [stdout] ... | [INFO] [stdout] 2293 | | #[doc = " @param[in] _index32 Set to `true` if input indices will be 32-bit."] [INFO] [stdout] 2294 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _num Number of indices to allocate. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `out` [INFO] [stdout] --> src/./ffi.rs:2302:5 [INFO] [stdout] | [INFO] [stdout] 2302 | / #[doc = " Allocate transient vertex buffer."] [INFO] [stdout] 2303 | | #[doc = ""] [INFO] [stdout] 2304 | | #[doc = " @param[out] _tvb TransientVertexBuffer structure is filled and is valid"] [INFO] [stdout] 2305 | | #[doc = " for the duration of frame, and it can be reused for multiple draw"] [INFO] [stdout] ... | [INFO] [stdout] 2308 | | #[doc = " @param[in] _layout Vertex layout."] [INFO] [stdout] 2309 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[out] _tvb TransientVertexBuffer structure is filled and is valid [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `out` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2302:5 [INFO] [stdout] | [INFO] [stdout] 2302 | / #[doc = " Allocate transient vertex buffer."] [INFO] [stdout] 2303 | | #[doc = ""] [INFO] [stdout] 2304 | | #[doc = " @param[out] _tvb TransientVertexBuffer structure is filled and is valid"] [INFO] [stdout] 2305 | | #[doc = " for the duration of frame, and it can be reused for multiple draw"] [INFO] [stdout] ... | [INFO] [stdout] 2308 | | #[doc = " @param[in] _layout Vertex layout."] [INFO] [stdout] 2309 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _num Number of vertices to allocate. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `out` [INFO] [stdout] --> src/./ffi.rs:2317:5 [INFO] [stdout] | [INFO] [stdout] 2317 | / #[doc = " Check for required space and allocate transient vertex and index"] [INFO] [stdout] 2318 | | #[doc = " buffers. If both space requirements are satisfied function returns"] [INFO] [stdout] 2319 | | #[doc = " true."] [INFO] [stdout] 2320 | | #[doc = ""] [INFO] [stdout] ... | [INFO] [stdout] 2330 | | #[doc = " @param[in] _index32 Set to `true` if input indices will be 32-bit."] [INFO] [stdout] 2331 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[out] _tvb TransientVertexBuffer structure is filled and is valid [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `out` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2317:5 [INFO] [stdout] | [INFO] [stdout] 2317 | / #[doc = " Check for required space and allocate transient vertex and index"] [INFO] [stdout] 2318 | | #[doc = " buffers. If both space requirements are satisfied function returns"] [INFO] [stdout] 2319 | | #[doc = " true."] [INFO] [stdout] 2320 | | #[doc = ""] [INFO] [stdout] ... | [INFO] [stdout] 2330 | | #[doc = " @param[in] _index32 Set to `true` if input indices will be 32-bit."] [INFO] [stdout] 2331 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _layout Vertex layout. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `out` [INFO] [stdout] --> src/./ffi.rs:2342:5 [INFO] [stdout] | [INFO] [stdout] 2342 | / #[doc = " Allocate instance data buffer."] [INFO] [stdout] 2343 | | #[doc = ""] [INFO] [stdout] 2344 | | #[doc = " @param[out] _idb InstanceDataBuffer structure is filled and is valid"] [INFO] [stdout] 2345 | | #[doc = " for duration of frame, and it can be reused for multiple draw"] [INFO] [stdout] ... | [INFO] [stdout] 2348 | | #[doc = " @param[in] _stride Instance stride. Must be multiple of 16."] [INFO] [stdout] 2349 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[out] _idb InstanceDataBuffer structure is filled and is valid [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `out` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2342:5 [INFO] [stdout] | [INFO] [stdout] 2342 | / #[doc = " Allocate instance data buffer."] [INFO] [stdout] 2343 | | #[doc = ""] [INFO] [stdout] 2344 | | #[doc = " @param[out] _idb InstanceDataBuffer structure is filled and is valid"] [INFO] [stdout] 2345 | | #[doc = " for duration of frame, and it can be reused for multiple draw"] [INFO] [stdout] ... | [INFO] [stdout] 2348 | | #[doc = " @param[in] _stride Instance stride. Must be multiple of 16."] [INFO] [stdout] 2349 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _num Number of instances. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2357:5 [INFO] [stdout] | [INFO] [stdout] 2357 | / #[doc = " Create draw indirect buffer."] [INFO] [stdout] 2358 | | #[doc = ""] [INFO] [stdout] 2359 | | #[doc = " @param[in] _num Number of indirect calls."] [INFO] [stdout] 2360 | | #[doc = ""] [INFO] [stdout] 2361 | | #[doc = " @returns Indirect buffer handle."] [INFO] [stdout] 2362 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _num Number of indirect calls. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2366:5 [INFO] [stdout] | [INFO] [stdout] 2366 | / #[doc = " Destroy draw indirect buffer."] [INFO] [stdout] 2367 | | #[doc = ""] [INFO] [stdout] 2368 | | #[doc = " @param[in] _handle Indirect buffer handle."] [INFO] [stdout] 2369 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _handle Indirect buffer handle. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2373:5 [INFO] [stdout] | [INFO] [stdout] 2373 | / #[doc = " Create shader from memory buffer."] [INFO] [stdout] 2374 | | #[doc = ""] [INFO] [stdout] 2375 | | #[doc = " @param[in] _mem Shader binary."] [INFO] [stdout] 2376 | | #[doc = ""] [INFO] [stdout] 2377 | | #[doc = " @returns Shader handle."] [INFO] [stdout] 2378 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _mem Shader binary. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2382:5 [INFO] [stdout] | [INFO] [stdout] 2382 | / #[doc = " Returns the number of uniforms and uniform handles used inside a shader."] [INFO] [stdout] 2383 | | #[doc = " @remarks"] [INFO] [stdout] 2384 | | #[doc = " Only non-predefined uniforms are returned."] [INFO] [stdout] 2385 | | #[doc = ""] [INFO] [stdout] ... | [INFO] [stdout] 2390 | | #[doc = " @returns Number of uniforms used by shader."] [INFO] [stdout] 2391 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _handle Shader handle. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `out` [INFO] [stdout] --> src/./ffi.rs:2382:5 [INFO] [stdout] | [INFO] [stdout] 2382 | / #[doc = " Returns the number of uniforms and uniform handles used inside a shader."] [INFO] [stdout] 2383 | | #[doc = " @remarks"] [INFO] [stdout] 2384 | | #[doc = " Only non-predefined uniforms are returned."] [INFO] [stdout] 2385 | | #[doc = ""] [INFO] [stdout] ... | [INFO] [stdout] 2390 | | #[doc = " @returns Number of uniforms used by shader."] [INFO] [stdout] 2391 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[out] _uniforms UniformHandle array where data will be stored. [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `out` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2399:5 [INFO] [stdout] | [INFO] [stdout] 2399 | / #[doc = " Set shader debug name."] [INFO] [stdout] 2400 | | #[doc = ""] [INFO] [stdout] 2401 | | #[doc = " @param[in] _handle Shader handle."] [INFO] [stdout] 2402 | | #[doc = " @param[in] _name Shader name."] [INFO] [stdout] 2403 | | #[doc = " @param[in] _len Shader name length (if length is INT32_MAX, it's expected"] [INFO] [stdout] 2404 | | #[doc = " that _name is zero terminated string)."] [INFO] [stdout] 2405 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _handle Shader handle. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2413:5 [INFO] [stdout] | [INFO] [stdout] 2413 | / #[doc = " Destroy shader."] [INFO] [stdout] 2414 | | #[doc = " @remark Once a shader program is created with _handle,"] [INFO] [stdout] 2415 | | #[doc = " it is safe to destroy that shader."] [INFO] [stdout] 2416 | | #[doc = ""] [INFO] [stdout] 2417 | | #[doc = " @param[in] _handle Shader handle."] [INFO] [stdout] 2418 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _handle Shader handle. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2422:5 [INFO] [stdout] | [INFO] [stdout] 2422 | / #[doc = " Create program with vertex and fragment shaders."] [INFO] [stdout] 2423 | | #[doc = ""] [INFO] [stdout] 2424 | | #[doc = " @param[in] _vsh Vertex shader."] [INFO] [stdout] 2425 | | #[doc = " @param[in] _fsh Fragment shader."] [INFO] [stdout] ... | [INFO] [stdout] 2429 | | #[doc = " input are matching, otherwise returns invalid program handle."] [INFO] [stdout] 2430 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _vsh Vertex shader. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2438:5 [INFO] [stdout] | [INFO] [stdout] 2438 | / #[doc = " Create program with compute shader."] [INFO] [stdout] 2439 | | #[doc = ""] [INFO] [stdout] 2440 | | #[doc = " @param[in] _csh Compute shader."] [INFO] [stdout] 2441 | | #[doc = " @param[in] _destroyShaders If true, shaders will be destroyed when program is destroyed."] [INFO] [stdout] 2442 | | #[doc = ""] [INFO] [stdout] 2443 | | #[doc = " @returns Program handle."] [INFO] [stdout] 2444 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _csh Compute shader. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2451:5 [INFO] [stdout] | [INFO] [stdout] 2451 | / #[doc = " Destroy program."] [INFO] [stdout] 2452 | | #[doc = ""] [INFO] [stdout] 2453 | | #[doc = " @param[in] _handle Program handle."] [INFO] [stdout] 2454 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _handle Program handle. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2458:5 [INFO] [stdout] | [INFO] [stdout] 2458 | / #[doc = " Validate texture parameters."] [INFO] [stdout] 2459 | | #[doc = ""] [INFO] [stdout] 2460 | | #[doc = " @param[in] _depth Depth dimension of volume texture."] [INFO] [stdout] 2461 | | #[doc = " @param[in] _cubeMap Indicates that texture contains cubemap."] [INFO] [stdout] ... | [INFO] [stdout] 2466 | | #[doc = " @returns True if texture can be successfully created."] [INFO] [stdout] 2467 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _depth Depth dimension of volume texture. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2477:5 [INFO] [stdout] | [INFO] [stdout] 2477 | / #[doc = " Validate frame buffer parameters."] [INFO] [stdout] 2478 | | #[doc = ""] [INFO] [stdout] 2479 | | #[doc = " @param[in] _num Number of attachments."] [INFO] [stdout] 2480 | | #[doc = " @param[in] _attachment Attachment texture info. See: `bgfx::Attachment`."] [INFO] [stdout] 2481 | | #[doc = ""] [INFO] [stdout] 2482 | | #[doc = " @returns True if frame buffer can be successfully created."] [INFO] [stdout] 2483 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _num Number of attachments. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `out` [INFO] [stdout] --> src/./ffi.rs:2487:5 [INFO] [stdout] | [INFO] [stdout] 2487 | / #[doc = " Calculate amount of memory required for texture."] [INFO] [stdout] 2488 | | #[doc = ""] [INFO] [stdout] 2489 | | #[doc = " @param[out] _info Resulting texture info structure. See: `TextureInfo`."] [INFO] [stdout] 2490 | | #[doc = " @param[in] _width Width."] [INFO] [stdout] ... | [INFO] [stdout] 2496 | | #[doc = " @param[in] _format Texture format. See: `TextureFormat::Enum`."] [INFO] [stdout] 2497 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[out] _info Resulting texture info structure. See: `TextureInfo`. [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `out` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2487:5 [INFO] [stdout] | [INFO] [stdout] 2487 | / #[doc = " Calculate amount of memory required for texture."] [INFO] [stdout] 2488 | | #[doc = ""] [INFO] [stdout] 2489 | | #[doc = " @param[out] _info Resulting texture info structure. See: `TextureInfo`."] [INFO] [stdout] 2490 | | #[doc = " @param[in] _width Width."] [INFO] [stdout] ... | [INFO] [stdout] 2496 | | #[doc = " @param[in] _format Texture format. See: `TextureFormat::Enum`."] [INFO] [stdout] 2497 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _width Width. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2510:5 [INFO] [stdout] | [INFO] [stdout] 2510 | / #[doc = " Create texture from memory buffer."] [INFO] [stdout] 2511 | | #[doc = ""] [INFO] [stdout] 2512 | | #[doc = " @param[in] _mem DDS, KTX or PVR texture binary data."] [INFO] [stdout] 2513 | | #[doc = " @param[in] _flags Texture creation (see `BGFX_TEXTURE_*`.), and sampler (see `BGFX_SAMPLER_*`)"] [INFO] [stdout] ... | [INFO] [stdout] 2522 | | #[doc = " @returns Texture handle."] [INFO] [stdout] 2523 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _mem DDS, KTX or PVR texture binary data. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `out` [INFO] [stdout] --> src/./ffi.rs:2510:5 [INFO] [stdout] | [INFO] [stdout] 2510 | / #[doc = " Create texture from memory buffer."] [INFO] [stdout] 2511 | | #[doc = ""] [INFO] [stdout] 2512 | | #[doc = " @param[in] _mem DDS, KTX or PVR texture binary data."] [INFO] [stdout] 2513 | | #[doc = " @param[in] _flags Texture creation (see `BGFX_TEXTURE_*`.), and sampler (see `BGFX_SAMPLER_*`)"] [INFO] [stdout] ... | [INFO] [stdout] 2522 | | #[doc = " @returns Texture handle."] [INFO] [stdout] 2523 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[out] _info When non-`NULL` is specified it returns parsed texture information. [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `out` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2532:5 [INFO] [stdout] | [INFO] [stdout] 2532 | / #[doc = " Create 2D texture."] [INFO] [stdout] 2533 | | #[doc = ""] [INFO] [stdout] 2534 | | #[doc = " @param[in] _width Width."] [INFO] [stdout] 2535 | | #[doc = " @param[in] _height Height."] [INFO] [stdout] ... | [INFO] [stdout] 2550 | | #[doc = " @returns Texture handle."] [INFO] [stdout] 2551 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _width Width. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2563:5 [INFO] [stdout] | [INFO] [stdout] 2563 | / #[doc = " Create texture with size based on backbuffer ratio. Texture will maintain ratio"] [INFO] [stdout] 2564 | | #[doc = " if back buffer resolution changes."] [INFO] [stdout] 2565 | | #[doc = ""] [INFO] [stdout] 2566 | | #[doc = " @param[in] _ratio Texture size in respect to back-buffer size. See: `BackbufferRatio::Enum`."] [INFO] [stdout] ... | [INFO] [stdout] 2578 | | #[doc = " @returns Texture handle."] [INFO] [stdout] 2579 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _ratio Texture size in respect to back-buffer size. See: `BackbufferRatio::Enum`. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2589:5 [INFO] [stdout] | [INFO] [stdout] 2589 | / #[doc = " Create 3D texture."] [INFO] [stdout] 2590 | | #[doc = ""] [INFO] [stdout] 2591 | | #[doc = " @param[in] _width Width."] [INFO] [stdout] 2592 | | #[doc = " @param[in] _height Height."] [INFO] [stdout] ... | [INFO] [stdout] 2606 | | #[doc = " @returns Texture handle."] [INFO] [stdout] 2607 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _width Width. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2619:5 [INFO] [stdout] | [INFO] [stdout] 2619 | / #[doc = " Create Cube texture."] [INFO] [stdout] 2620 | | #[doc = ""] [INFO] [stdout] 2621 | | #[doc = " @param[in] _size Cube side size."] [INFO] [stdout] 2622 | | #[doc = " @param[in] _hasMips Indicates that texture contains full mip-map chain."] [INFO] [stdout] ... | [INFO] [stdout] 2636 | | #[doc = " @returns Texture handle."] [INFO] [stdout] 2637 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _size Cube side size. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2648:5 [INFO] [stdout] | [INFO] [stdout] 2648 | / #[doc = " Update 2D texture."] [INFO] [stdout] 2649 | | #[doc = " @attention It's valid to update only mutable texture. See `bgfx::createTexture2D` for more info."] [INFO] [stdout] 2650 | | #[doc = ""] [INFO] [stdout] 2651 | | #[doc = " @param[in] _handle Texture handle."] [INFO] [stdout] ... | [INFO] [stdout] 2660 | | #[doc = " UINT16_MAX, it will be calculated internally based on _width."] [INFO] [stdout] 2661 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _handle Texture handle. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2675:5 [INFO] [stdout] | [INFO] [stdout] 2675 | / #[doc = " Update 3D texture."] [INFO] [stdout] 2676 | | #[doc = " @attention It's valid to update only mutable texture. See `bgfx::createTexture3D` for more info."] [INFO] [stdout] 2677 | | #[doc = ""] [INFO] [stdout] 2678 | | #[doc = " @param[in] _handle Texture handle."] [INFO] [stdout] ... | [INFO] [stdout] 2686 | | #[doc = " @param[in] _mem Texture update data."] [INFO] [stdout] 2687 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _handle Texture handle. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2701:5 [INFO] [stdout] | [INFO] [stdout] 2701 | / #[doc = " Update Cube texture."] [INFO] [stdout] 2702 | | #[doc = " @attention It's valid to update only mutable texture. See `bgfx::createTextureCube` for more info."] [INFO] [stdout] 2703 | | #[doc = ""] [INFO] [stdout] 2704 | | #[doc = " @param[in] _handle Texture handle."] [INFO] [stdout] ... | [INFO] [stdout] 2731 | | #[doc = " UINT16_MAX, it will be calculated internally based on _width."] [INFO] [stdout] 2732 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _handle Texture handle. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2747:5 [INFO] [stdout] | [INFO] [stdout] 2747 | / #[doc = " Read back texture content."] [INFO] [stdout] 2748 | | #[doc = " @attention Texture must be created with `BGFX_TEXTURE_READ_BACK` flag."] [INFO] [stdout] 2749 | | #[doc = " @attention Availability depends on: `BGFX_CAPS_TEXTURE_READ_BACK`."] [INFO] [stdout] 2750 | | #[doc = ""] [INFO] [stdout] ... | [INFO] [stdout] 2755 | | #[doc = " @returns Frame number when the result will be available. See: `bgfx::frame`."] [INFO] [stdout] 2756 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _handle Texture handle. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2764:5 [INFO] [stdout] | [INFO] [stdout] 2764 | / #[doc = " Set texture debug name."] [INFO] [stdout] 2765 | | #[doc = ""] [INFO] [stdout] 2766 | | #[doc = " @param[in] _handle Texture handle."] [INFO] [stdout] 2767 | | #[doc = " @param[in] _name Texture name."] [INFO] [stdout] 2768 | | #[doc = " @param[in] _len Texture name length (if length is INT32_MAX, it's expected"] [INFO] [stdout] 2769 | | #[doc = " that _name is zero terminated string."] [INFO] [stdout] 2770 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _handle Texture handle. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2778:5 [INFO] [stdout] | [INFO] [stdout] 2778 | / #[doc = " Returns texture direct access pointer."] [INFO] [stdout] 2779 | | #[doc = " @attention Availability depends on: `BGFX_CAPS_TEXTURE_DIRECT_ACCESS`. This feature"] [INFO] [stdout] 2780 | | #[doc = " is available on GPUs that have unified memory architecture (UMA) support."] [INFO] [stdout] 2781 | | #[doc = ""] [INFO] [stdout] ... | [INFO] [stdout] 2787 | | #[doc = " will be valid until texture is destroyed."] [INFO] [stdout] 2788 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _handle Texture handle. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2794:5 [INFO] [stdout] | [INFO] [stdout] 2794 | / #[doc = " Destroy texture."] [INFO] [stdout] 2795 | | #[doc = ""] [INFO] [stdout] 2796 | | #[doc = " @param[in] _handle Texture handle."] [INFO] [stdout] 2797 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _handle Texture handle. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2801:5 [INFO] [stdout] | [INFO] [stdout] 2801 | / #[doc = " Create frame buffer (simple)."] [INFO] [stdout] 2802 | | #[doc = ""] [INFO] [stdout] 2803 | | #[doc = " @param[in] _width Texture width."] [INFO] [stdout] 2804 | | #[doc = " @param[in] _height Texture height."] [INFO] [stdout] ... | [INFO] [stdout] 2813 | | #[doc = " @returns Frame buffer handle."] [INFO] [stdout] 2814 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _width Texture width. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2823:5 [INFO] [stdout] | [INFO] [stdout] 2823 | / #[doc = " Create frame buffer with size based on backbuffer ratio. Frame buffer will maintain ratio"] [INFO] [stdout] 2824 | | #[doc = " if back buffer resolution changes."] [INFO] [stdout] 2825 | | #[doc = ""] [INFO] [stdout] 2826 | | #[doc = " @param[in] _ratio Frame buffer size in respect to back-buffer size. See:"] [INFO] [stdout] ... | [INFO] [stdout] 2836 | | #[doc = " @returns Frame buffer handle."] [INFO] [stdout] 2837 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _ratio Frame buffer size in respect to back-buffer size. See: [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2845:5 [INFO] [stdout] | [INFO] [stdout] 2845 | / #[doc = " Create MRT frame buffer from texture handles (simple)."] [INFO] [stdout] 2846 | | #[doc = ""] [INFO] [stdout] 2847 | | #[doc = " @param[in] _num Number of texture handles."] [INFO] [stdout] 2848 | | #[doc = " @param[in] _handles Texture attachments."] [INFO] [stdout] ... | [INFO] [stdout] 2852 | | #[doc = " @returns Frame buffer handle."] [INFO] [stdout] 2853 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _num Number of texture handles. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2861:5 [INFO] [stdout] | [INFO] [stdout] 2861 | / #[doc = " Create MRT frame buffer from texture handles with specific layer and"] [INFO] [stdout] 2862 | | #[doc = " mip level."] [INFO] [stdout] 2863 | | #[doc = ""] [INFO] [stdout] 2864 | | #[doc = " @param[in] _num Number of attachments."] [INFO] [stdout] ... | [INFO] [stdout] 2869 | | #[doc = " @returns Frame buffer handle."] [INFO] [stdout] 2870 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _num Number of attachments. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2878:5 [INFO] [stdout] | [INFO] [stdout] 2878 | / #[doc = " Create frame buffer for multiple window rendering."] [INFO] [stdout] 2879 | | #[doc = " @remarks"] [INFO] [stdout] 2880 | | #[doc = " Frame buffer cannot be used for sampling."] [INFO] [stdout] 2881 | | #[doc = " @attention Availability depends on: `BGFX_CAPS_SWAP_CHAIN`."] [INFO] [stdout] ... | [INFO] [stdout] 2889 | | #[doc = " @returns Frame buffer handle."] [INFO] [stdout] 2890 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _nwh OS' target native window handle. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2900:5 [INFO] [stdout] | [INFO] [stdout] 2900 | / #[doc = " Set frame buffer debug name."] [INFO] [stdout] 2901 | | #[doc = ""] [INFO] [stdout] 2902 | | #[doc = " @param[in] _handle Frame buffer handle."] [INFO] [stdout] 2903 | | #[doc = " @param[in] _name Frame buffer name."] [INFO] [stdout] 2904 | | #[doc = " @param[in] _len Frame buffer name length (if length is INT32_MAX, it's expected"] [INFO] [stdout] 2905 | | #[doc = " that _name is zero terminated string."] [INFO] [stdout] 2906 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _handle Frame buffer handle. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2914:5 [INFO] [stdout] | [INFO] [stdout] 2914 | / #[doc = " Obtain texture handle of frame buffer attachment."] [INFO] [stdout] 2915 | | #[doc = ""] [INFO] [stdout] 2916 | | #[doc = " @param[in] _handle Frame buffer handle."] [INFO] [stdout] 2917 | | #[doc = " @param[in] _attachment"] [INFO] [stdout] 2918 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _handle Frame buffer handle. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2925:5 [INFO] [stdout] | [INFO] [stdout] 2925 | / #[doc = " Destroy frame buffer."] [INFO] [stdout] 2926 | | #[doc = ""] [INFO] [stdout] 2927 | | #[doc = " @param[in] _handle Frame buffer handle."] [INFO] [stdout] 2928 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _handle Frame buffer handle. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2932:5 [INFO] [stdout] | [INFO] [stdout] 2932 | / #[doc = " Create shader uniform parameter."] [INFO] [stdout] 2933 | | #[doc = " @remarks"] [INFO] [stdout] 2934 | | #[doc = " 1. Uniform names are unique. It's valid to call `bgfx::createUniform`"] [INFO] [stdout] 2935 | | #[doc = " multiple times with the same uniform name. The library will always"] [INFO] [stdout] ... | [INFO] [stdout] 2960 | | #[doc = " @returns Handle to uniform object."] [INFO] [stdout] 2961 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _name Uniform name in shader. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2969:5 [INFO] [stdout] | [INFO] [stdout] 2969 | / #[doc = " Retrieve uniform info."] [INFO] [stdout] 2970 | | #[doc = ""] [INFO] [stdout] 2971 | | #[doc = " @param[in] _handle Handle to uniform object."] [INFO] [stdout] 2972 | | #[doc = " @param[out] _info Uniform info."] [INFO] [stdout] 2973 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _handle Handle to uniform object. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `out` [INFO] [stdout] --> src/./ffi.rs:2969:5 [INFO] [stdout] | [INFO] [stdout] 2969 | / #[doc = " Retrieve uniform info."] [INFO] [stdout] 2970 | | #[doc = ""] [INFO] [stdout] 2971 | | #[doc = " @param[in] _handle Handle to uniform object."] [INFO] [stdout] 2972 | | #[doc = " @param[out] _info Uniform info."] [INFO] [stdout] 2973 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[out] _info Uniform info. [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `out` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2977:5 [INFO] [stdout] | [INFO] [stdout] 2977 | / #[doc = " Destroy shader uniform parameter."] [INFO] [stdout] 2978 | | #[doc = ""] [INFO] [stdout] 2979 | | #[doc = " @param[in] _handle Handle to uniform object."] [INFO] [stdout] 2980 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _handle Handle to uniform object. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2989:5 [INFO] [stdout] | [INFO] [stdout] 2989 | / #[doc = " Retrieve occlusion query result from previous frame."] [INFO] [stdout] 2990 | | #[doc = ""] [INFO] [stdout] 2991 | | #[doc = " @param[in] _handle Handle to occlusion query object."] [INFO] [stdout] 2992 | | #[doc = " @param[out] _result Number of pixels that passed test. This argument"] [INFO] [stdout] ... | [INFO] [stdout] 2995 | | #[doc = " @returns Occlusion query result."] [INFO] [stdout] 2996 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _handle Handle to occlusion query object. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `out` [INFO] [stdout] --> src/./ffi.rs:2989:5 [INFO] [stdout] | [INFO] [stdout] 2989 | / #[doc = " Retrieve occlusion query result from previous frame."] [INFO] [stdout] 2990 | | #[doc = ""] [INFO] [stdout] 2991 | | #[doc = " @param[in] _handle Handle to occlusion query object."] [INFO] [stdout] 2992 | | #[doc = " @param[out] _result Number of pixels that passed test. This argument"] [INFO] [stdout] ... | [INFO] [stdout] 2995 | | #[doc = " @returns Occlusion query result."] [INFO] [stdout] 2996 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[out] _result Number of pixels that passed test. This argument [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `out` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3003:5 [INFO] [stdout] | [INFO] [stdout] 3003 | / #[doc = " Destroy occlusion query."] [INFO] [stdout] 3004 | | #[doc = ""] [INFO] [stdout] 3005 | | #[doc = " @param[in] _handle Handle to occlusion query object."] [INFO] [stdout] 3006 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _handle Handle to occlusion query object. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3010:5 [INFO] [stdout] | [INFO] [stdout] 3010 | / #[doc = " Set palette color value."] [INFO] [stdout] 3011 | | #[doc = ""] [INFO] [stdout] 3012 | | #[doc = " @param[in] _index Index into palette."] [INFO] [stdout] 3013 | | #[doc = " @param[in] _rgba RGBA floating point values."] [INFO] [stdout] 3014 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _index Index into palette. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3018:5 [INFO] [stdout] | [INFO] [stdout] 3018 | / #[doc = " Set palette color value."] [INFO] [stdout] 3019 | | #[doc = ""] [INFO] [stdout] 3020 | | #[doc = " @param[in] _index Index into palette."] [INFO] [stdout] 3021 | | #[doc = " @param[in] _rgba Packed 32-bit RGBA value."] [INFO] [stdout] 3022 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _index Index into palette. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3026:5 [INFO] [stdout] | [INFO] [stdout] 3026 | / #[doc = " Set view name."] [INFO] [stdout] 3027 | | #[doc = " @remarks"] [INFO] [stdout] 3028 | | #[doc = " This is debug only feature."] [INFO] [stdout] 3029 | | #[doc = " In graphics debugger view name will appear as:"] [INFO] [stdout] ... | [INFO] [stdout] 3036 | | #[doc = " @param[in] _name View name."] [INFO] [stdout] 3037 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _id View id. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3041:5 [INFO] [stdout] | [INFO] [stdout] 3041 | / #[doc = " Set view rectangle. Draw primitive outside view will be clipped."] [INFO] [stdout] 3042 | | #[doc = ""] [INFO] [stdout] 3043 | | #[doc = " @param[in] _id View id."] [INFO] [stdout] 3044 | | #[doc = " @param[in] _x Position x from the left corner of the window."] [INFO] [stdout] ... | [INFO] [stdout] 3047 | | #[doc = " @param[in] _height Height of view port region."] [INFO] [stdout] 3048 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _id View id. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3052:5 [INFO] [stdout] | [INFO] [stdout] 3052 | / #[doc = " Set view rectangle. Draw primitive outside view will be clipped."] [INFO] [stdout] 3053 | | #[doc = ""] [INFO] [stdout] 3054 | | #[doc = " @param[in] _id View id."] [INFO] [stdout] 3055 | | #[doc = " @param[in] _x Position x from the left corner of the window."] [INFO] [stdout] ... | [INFO] [stdout] 3058 | | #[doc = " See: `BackbufferRatio::Enum`."] [INFO] [stdout] 3059 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _id View id. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3068:5 [INFO] [stdout] | [INFO] [stdout] 3068 | / #[doc = " Set view scissor. Draw primitive outside view will be clipped. When"] [INFO] [stdout] 3069 | | #[doc = " _x, _y, _width and _height are set to 0, scissor will be disabled."] [INFO] [stdout] 3070 | | #[doc = ""] [INFO] [stdout] 3071 | | #[doc = " @param[in] _id View id."] [INFO] [stdout] ... | [INFO] [stdout] 3075 | | #[doc = " @param[in] _height Height of view scissor region."] [INFO] [stdout] 3076 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _id View id. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3080:5 [INFO] [stdout] | [INFO] [stdout] 3080 | / #[doc = " Set view clear flags."] [INFO] [stdout] 3081 | | #[doc = ""] [INFO] [stdout] 3082 | | #[doc = " @param[in] _id View id."] [INFO] [stdout] 3083 | | #[doc = " @param[in] _flags Clear flags. Use `BGFX_CLEAR_NONE` to remove any clear"] [INFO] [stdout] ... | [INFO] [stdout] 3087 | | #[doc = " @param[in] _stencil Stencil clear value."] [INFO] [stdout] 3088 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _id View id. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3098:5 [INFO] [stdout] | [INFO] [stdout] 3098 | / #[doc = " Set view clear flags with different clear color for each"] [INFO] [stdout] 3099 | | #[doc = " frame buffer texture. Must use `bgfx::setPaletteColor` to setup clear color"] [INFO] [stdout] 3100 | | #[doc = " palette."] [INFO] [stdout] 3101 | | #[doc = ""] [INFO] [stdout] ... | [INFO] [stdout] 3114 | | #[doc = " @param[in] _c7 Palette index for frame buffer attachment 7."] [INFO] [stdout] 3115 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _id View id. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3132:5 [INFO] [stdout] | [INFO] [stdout] 3132 | / #[doc = " Set view sorting mode."] [INFO] [stdout] 3133 | | #[doc = " @remarks"] [INFO] [stdout] 3134 | | #[doc = " View mode must be set prior calling `bgfx::submit` for the view."] [INFO] [stdout] 3135 | | #[doc = ""] [INFO] [stdout] 3136 | | #[doc = " @param[in] _id View id."] [INFO] [stdout] 3137 | | #[doc = " @param[in] _mode View sort mode. See `ViewMode::Enum`."] [INFO] [stdout] 3138 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _id View id. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3142:5 [INFO] [stdout] | [INFO] [stdout] 3142 | / #[doc = " Set view frame buffer."] [INFO] [stdout] 3143 | | #[doc = " @remarks"] [INFO] [stdout] 3144 | | #[doc = " Not persistent after `bgfx::reset` call."] [INFO] [stdout] 3145 | | #[doc = ""] [INFO] [stdout] ... | [INFO] [stdout] 3149 | | #[doc = " default back buffer."] [INFO] [stdout] 3150 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _id View id. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3154:5 [INFO] [stdout] | [INFO] [stdout] 3154 | / #[doc = " Set view view and projection matrices, all draw primitives in this"] [INFO] [stdout] 3155 | | #[doc = " view will use these matrices."] [INFO] [stdout] 3156 | | #[doc = ""] [INFO] [stdout] 3157 | | #[doc = " @param[in] _id View id."] [INFO] [stdout] 3158 | | #[doc = " @param[in] _view View matrix."] [INFO] [stdout] 3159 | | #[doc = " @param[in] _proj Projection matrix."] [INFO] [stdout] 3160 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _id View id. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3168:5 [INFO] [stdout] | [INFO] [stdout] 3168 | / #[doc = " Post submit view reordering."] [INFO] [stdout] 3169 | | #[doc = ""] [INFO] [stdout] 3170 | | #[doc = " @param[in] _id First view id."] [INFO] [stdout] 3171 | | #[doc = " @param[in] _num Number of views to remap."] [INFO] [stdout] 3172 | | #[doc = " @param[in] _order View remap id table. Passing `NULL` will reset view ids"] [INFO] [stdout] 3173 | | #[doc = " to default state."] [INFO] [stdout] 3174 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _id First view id. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3178:5 [INFO] [stdout] | [INFO] [stdout] 3178 | / #[doc = " Reset all view settings to default."] [INFO] [stdout] 3179 | | #[doc = ""] [INFO] [stdout] 3180 | | #[doc = " @param[in] _id"] [INFO] [stdout] 3181 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _id [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3185:5 [INFO] [stdout] | [INFO] [stdout] 3185 | / #[doc = " Begin submitting draw calls from thread."] [INFO] [stdout] 3186 | | #[doc = ""] [INFO] [stdout] 3187 | | #[doc = " @param[in] _forThread Explicitly request an encoder for a worker thread."] [INFO] [stdout] 3188 | | #[doc = ""] [INFO] [stdout] 3189 | | #[doc = " @returns Encoder."] [INFO] [stdout] 3190 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _forThread Explicitly request an encoder for a worker thread. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3194:5 [INFO] [stdout] | [INFO] [stdout] 3194 | / #[doc = " End submitting draw calls from thread."] [INFO] [stdout] 3195 | | #[doc = ""] [INFO] [stdout] 3196 | | #[doc = " @param[in] _encoder Encoder."] [INFO] [stdout] 3197 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _encoder Encoder. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3201:5 [INFO] [stdout] | [INFO] [stdout] 3201 | / #[doc = " Sets a debug marker. This allows you to group graphics calls together for easy browsing in"] [INFO] [stdout] 3202 | | #[doc = " graphics debugging tools."] [INFO] [stdout] 3203 | | #[doc = ""] [INFO] [stdout] 3204 | | #[doc = " @param[in] _marker Marker string."] [INFO] [stdout] 3205 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _marker Marker string. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3212:5 [INFO] [stdout] | [INFO] [stdout] 3212 | / #[doc = " Set render states for draw primitive."] [INFO] [stdout] 3213 | | #[doc = " @remarks"] [INFO] [stdout] 3214 | | #[doc = " 1. To setup more complex states use:"] [INFO] [stdout] 3215 | | #[doc = " `BGFX_STATE_ALPHA_REF(_ref)`,"] [INFO] [stdout] ... | [INFO] [stdout] 3234 | | #[doc = " `BGFX_STATE_BLEND_INV_FACTOR` blend modes."] [INFO] [stdout] 3235 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _state State flags. Default state for primitive type is [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3239:5 [INFO] [stdout] | [INFO] [stdout] 3239 | / #[doc = " Set condition for rendering."] [INFO] [stdout] 3240 | | #[doc = ""] [INFO] [stdout] 3241 | | #[doc = " @param[in] _handle Occlusion query handle."] [INFO] [stdout] 3242 | | #[doc = " @param[in] _visible Render if occlusion query is visible."] [INFO] [stdout] 3243 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _handle Occlusion query handle. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3251:5 [INFO] [stdout] | [INFO] [stdout] 3251 | / #[doc = " Set stencil test state."] [INFO] [stdout] 3252 | | #[doc = ""] [INFO] [stdout] 3253 | | #[doc = " @param[in] _fstencil Front stencil state."] [INFO] [stdout] 3254 | | #[doc = " @param[in] _bstencil Back stencil state. If back is set to `BGFX_STENCIL_NONE`"] [INFO] [stdout] 3255 | | #[doc = " _fstencil is applied to both front and back facing primitives."] [INFO] [stdout] 3256 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _fstencil Front stencil state. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3260:5 [INFO] [stdout] | [INFO] [stdout] 3260 | / #[doc = " Set scissor for draw primitive."] [INFO] [stdout] 3261 | | #[doc = " @remark"] [INFO] [stdout] 3262 | | #[doc = " To scissor for all primitives in view see `bgfx::setViewScissor`."] [INFO] [stdout] 3263 | | #[doc = ""] [INFO] [stdout] ... | [INFO] [stdout] 3269 | | #[doc = " @returns Scissor cache index."] [INFO] [stdout] 3270 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _x Position x from the left corner of the window. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3280:5 [INFO] [stdout] | [INFO] [stdout] 3280 | / #[doc = " Set scissor from cache for draw primitive."] [INFO] [stdout] 3281 | | #[doc = " @remark"] [INFO] [stdout] 3282 | | #[doc = " To scissor for all primitives in view see `bgfx::setViewScissor`."] [INFO] [stdout] 3283 | | #[doc = ""] [INFO] [stdout] 3284 | | #[doc = " @param[in] _cache Index in scissor cache."] [INFO] [stdout] 3285 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _cache Index in scissor cache. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3289:5 [INFO] [stdout] | [INFO] [stdout] 3289 | / #[doc = " Set model matrix for draw primitive. If it is not called,"] [INFO] [stdout] 3290 | | #[doc = " the model will be rendered with an identity model matrix."] [INFO] [stdout] 3291 | | #[doc = ""] [INFO] [stdout] 3292 | | #[doc = " @param[in] _mtx Pointer to first matrix in array."] [INFO] [stdout] ... | [INFO] [stdout] 3296 | | #[doc = " to be used for other draw primitive call."] [INFO] [stdout] 3297 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _mtx Pointer to first matrix in array. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3305:5 [INFO] [stdout] | [INFO] [stdout] 3305 | / #[doc = " Set model matrix from matrix cache for draw primitive."] [INFO] [stdout] 3306 | | #[doc = ""] [INFO] [stdout] 3307 | | #[doc = " @param[in] _cache Index in matrix cache."] [INFO] [stdout] 3308 | | #[doc = " @param[in] _num Number of matrices from cache."] [INFO] [stdout] 3309 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _cache Index in matrix cache. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `out` [INFO] [stdout] --> src/./ffi.rs:3313:5 [INFO] [stdout] | [INFO] [stdout] 3313 | / #[doc = " Reserve matrices in internal matrix cache."] [INFO] [stdout] 3314 | | #[doc = " @attention Pointer returned can be modifed until `bgfx::frame` is called."] [INFO] [stdout] 3315 | | #[doc = ""] [INFO] [stdout] 3316 | | #[doc = " @param[out] _transform Pointer to `Transform` structure."] [INFO] [stdout] ... | [INFO] [stdout] 3319 | | #[doc = " @returns Index in matrix cache."] [INFO] [stdout] 3320 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[out] _transform Pointer to `Transform` structure. [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `out` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3313:5 [INFO] [stdout] | [INFO] [stdout] 3313 | / #[doc = " Reserve matrices in internal matrix cache."] [INFO] [stdout] 3314 | | #[doc = " @attention Pointer returned can be modifed until `bgfx::frame` is called."] [INFO] [stdout] 3315 | | #[doc = ""] [INFO] [stdout] 3316 | | #[doc = " @param[out] _transform Pointer to `Transform` structure."] [INFO] [stdout] ... | [INFO] [stdout] 3319 | | #[doc = " @returns Index in matrix cache."] [INFO] [stdout] 3320 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _num Number of matrices. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3328:5 [INFO] [stdout] | [INFO] [stdout] 3328 | / #[doc = " Set shader uniform parameter for draw primitive."] [INFO] [stdout] 3329 | | #[doc = ""] [INFO] [stdout] 3330 | | #[doc = " @param[in] _handle Uniform."] [INFO] [stdout] 3331 | | #[doc = " @param[in] _value Pointer to uniform data."] [INFO] [stdout] 3332 | | #[doc = " @param[in] _num Number of elements. Passing `UINT16_MAX` will"] [INFO] [stdout] 3333 | | #[doc = " use the _num passed on uniform creation."] [INFO] [stdout] 3334 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _handle Uniform. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3343:5 [INFO] [stdout] | [INFO] [stdout] 3343 | / #[doc = " Set index buffer for draw primitive."] [INFO] [stdout] 3344 | | #[doc = ""] [INFO] [stdout] 3345 | | #[doc = " @param[in] _handle Index buffer."] [INFO] [stdout] 3346 | | #[doc = " @param[in] _firstIndex First index to render."] [INFO] [stdout] 3347 | | #[doc = " @param[in] _numIndices Number of indices to render."] [INFO] [stdout] 3348 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _handle Index buffer. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3357:5 [INFO] [stdout] | [INFO] [stdout] 3357 | / #[doc = " Set index buffer for draw primitive."] [INFO] [stdout] 3358 | | #[doc = ""] [INFO] [stdout] 3359 | | #[doc = " @param[in] _handle Dynamic index buffer."] [INFO] [stdout] 3360 | | #[doc = " @param[in] _firstIndex First index to render."] [INFO] [stdout] 3361 | | #[doc = " @param[in] _numIndices Number of indices to render."] [INFO] [stdout] 3362 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _handle Dynamic index buffer. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3371:5 [INFO] [stdout] | [INFO] [stdout] 3371 | / #[doc = " Set index buffer for draw primitive."] [INFO] [stdout] 3372 | | #[doc = ""] [INFO] [stdout] 3373 | | #[doc = " @param[in] _tib Transient index buffer."] [INFO] [stdout] 3374 | | #[doc = " @param[in] _firstIndex First index to render."] [INFO] [stdout] 3375 | | #[doc = " @param[in] _numIndices Number of indices to render."] [INFO] [stdout] 3376 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _tib Transient index buffer. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3385:5 [INFO] [stdout] | [INFO] [stdout] 3385 | / #[doc = " Set vertex buffer for draw primitive."] [INFO] [stdout] 3386 | | #[doc = ""] [INFO] [stdout] 3387 | | #[doc = " @param[in] _stream Vertex stream."] [INFO] [stdout] 3388 | | #[doc = " @param[in] _handle Vertex buffer."] [INFO] [stdout] 3389 | | #[doc = " @param[in] _startVertex First vertex to render."] [INFO] [stdout] 3390 | | #[doc = " @param[in] _numVertices Number of vertices to render."] [INFO] [stdout] 3391 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _stream Vertex stream. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3401:5 [INFO] [stdout] | [INFO] [stdout] 3401 | / #[doc = " Set vertex buffer for draw primitive."] [INFO] [stdout] 3402 | | #[doc = ""] [INFO] [stdout] 3403 | | #[doc = " @param[in] _stream Vertex stream."] [INFO] [stdout] 3404 | | #[doc = " @param[in] _handle Vertex buffer."] [INFO] [stdout] ... | [INFO] [stdout] 3409 | | #[doc = " of vertex buffer will be used."] [INFO] [stdout] 3410 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _stream Vertex stream. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3421:5 [INFO] [stdout] | [INFO] [stdout] 3421 | / #[doc = " Set vertex buffer for draw primitive."] [INFO] [stdout] 3422 | | #[doc = ""] [INFO] [stdout] 3423 | | #[doc = " @param[in] _stream Vertex stream."] [INFO] [stdout] 3424 | | #[doc = " @param[in] _handle Dynamic vertex buffer."] [INFO] [stdout] 3425 | | #[doc = " @param[in] _startVertex First vertex to render."] [INFO] [stdout] 3426 | | #[doc = " @param[in] _numVertices Number of vertices to render."] [INFO] [stdout] 3427 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _stream Vertex stream. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3447:5 [INFO] [stdout] | [INFO] [stdout] 3447 | / #[doc = " Set vertex buffer for draw primitive."] [INFO] [stdout] 3448 | | #[doc = ""] [INFO] [stdout] 3449 | | #[doc = " @param[in] _stream Vertex stream."] [INFO] [stdout] 3450 | | #[doc = " @param[in] _tvb Transient vertex buffer."] [INFO] [stdout] 3451 | | #[doc = " @param[in] _startVertex First vertex to render."] [INFO] [stdout] 3452 | | #[doc = " @param[in] _numVertices Number of vertices to render."] [INFO] [stdout] 3453 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _stream Vertex stream. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3463:5 [INFO] [stdout] | [INFO] [stdout] 3463 | / #[doc = " Set vertex buffer for draw primitive."] [INFO] [stdout] 3464 | | #[doc = ""] [INFO] [stdout] 3465 | | #[doc = " @param[in] _stream Vertex stream."] [INFO] [stdout] 3466 | | #[doc = " @param[in] _tvb Transient vertex buffer."] [INFO] [stdout] ... | [INFO] [stdout] 3471 | | #[doc = " of vertex buffer will be used."] [INFO] [stdout] 3472 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _stream Vertex stream. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3483:5 [INFO] [stdout] | [INFO] [stdout] 3483 | / #[doc = " Set number of vertices for auto generated vertices use in conjuction"] [INFO] [stdout] 3484 | | #[doc = " with gl_VertexID."] [INFO] [stdout] 3485 | | #[doc = " @attention Availability depends on: `BGFX_CAPS_VERTEX_ID`."] [INFO] [stdout] 3486 | | #[doc = ""] [INFO] [stdout] 3487 | | #[doc = " @param[in] _numVertices Number of vertices."] [INFO] [stdout] 3488 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _numVertices Number of vertices. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3492:5 [INFO] [stdout] | [INFO] [stdout] 3492 | / #[doc = " Set instance data buffer for draw primitive."] [INFO] [stdout] 3493 | | #[doc = ""] [INFO] [stdout] 3494 | | #[doc = " @param[in] _idb Transient instance data buffer."] [INFO] [stdout] 3495 | | #[doc = " @param[in] _start First instance data."] [INFO] [stdout] 3496 | | #[doc = " @param[in] _num Number of data instances."] [INFO] [stdout] 3497 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _idb Transient instance data buffer. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3506:5 [INFO] [stdout] | [INFO] [stdout] 3506 | / #[doc = " Set instance data buffer for draw primitive."] [INFO] [stdout] 3507 | | #[doc = ""] [INFO] [stdout] 3508 | | #[doc = " @param[in] _handle Vertex buffer."] [INFO] [stdout] 3509 | | #[doc = " @param[in] _startVertex First instance data."] [INFO] [stdout] 3510 | | #[doc = " @param[in] _num Number of data instances."] [INFO] [stdout] 3511 | | #[doc = " Set instance data buffer for draw primitive."] [INFO] [stdout] 3512 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _handle Vertex buffer. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3521:5 [INFO] [stdout] | [INFO] [stdout] 3521 | / #[doc = " Set instance data buffer for draw primitive."] [INFO] [stdout] 3522 | | #[doc = ""] [INFO] [stdout] 3523 | | #[doc = " @param[in] _handle Dynamic vertex buffer."] [INFO] [stdout] 3524 | | #[doc = " @param[in] _startVertex First instance data."] [INFO] [stdout] 3525 | | #[doc = " @param[in] _num Number of data instances."] [INFO] [stdout] 3526 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _handle Dynamic vertex buffer. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3535:5 [INFO] [stdout] | [INFO] [stdout] 3535 | / #[doc = " Set number of instances for auto generated instances use in conjuction"] [INFO] [stdout] 3536 | | #[doc = " with gl_InstanceID."] [INFO] [stdout] 3537 | | #[doc = " @attention Availability depends on: `BGFX_CAPS_VERTEX_ID`."] [INFO] [stdout] 3538 | | #[doc = ""] [INFO] [stdout] 3539 | | #[doc = " @param[in] _numInstances"] [INFO] [stdout] 3540 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _numInstances [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3544:5 [INFO] [stdout] | [INFO] [stdout] 3544 | / #[doc = " Set texture stage for draw primitive."] [INFO] [stdout] 3545 | | #[doc = ""] [INFO] [stdout] 3546 | | #[doc = " @param[in] _stage Texture unit."] [INFO] [stdout] 3547 | | #[doc = " @param[in] _sampler Program sampler."] [INFO] [stdout] ... | [INFO] [stdout] 3554 | | #[doc = " sampling."] [INFO] [stdout] 3555 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _stage Texture unit. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3565:5 [INFO] [stdout] | [INFO] [stdout] 3565 | / #[doc = " Submit an empty primitive for rendering. Uniforms and draw state"] [INFO] [stdout] 3566 | | #[doc = " will be applied but no geometry will be submitted. Useful in cases"] [INFO] [stdout] 3567 | | #[doc = " when no other draw/compute primitive is submitted to view, but it's"] [INFO] [stdout] 3568 | | #[doc = " desired to execute clear view."] [INFO] [stdout] ... | [INFO] [stdout] 3572 | | #[doc = " @param[in] _id View id."] [INFO] [stdout] 3573 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _id View id. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3577:5 [INFO] [stdout] | [INFO] [stdout] 3577 | / #[doc = " Submit primitive for rendering."] [INFO] [stdout] 3578 | | #[doc = ""] [INFO] [stdout] 3579 | | #[doc = " @param[in] _id View id."] [INFO] [stdout] 3580 | | #[doc = " @param[in] _program Program."] [INFO] [stdout] 3581 | | #[doc = " @param[in] _depth Depth for sorting."] [INFO] [stdout] 3582 | | #[doc = " @param[in] _flags Discard or preserve states. See `BGFX_DISCARD_*`."] [INFO] [stdout] 3583 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _id View id. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3593:5 [INFO] [stdout] | [INFO] [stdout] 3593 | / #[doc = " Submit primitive with occlusion query for rendering."] [INFO] [stdout] 3594 | | #[doc = ""] [INFO] [stdout] 3595 | | #[doc = " @param[in] _id View id."] [INFO] [stdout] 3596 | | #[doc = " @param[in] _program Program."] [INFO] [stdout] ... | [INFO] [stdout] 3599 | | #[doc = " @param[in] _flags Discard or preserve states. See `BGFX_DISCARD_*`."] [INFO] [stdout] 3600 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _id View id. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3611:5 [INFO] [stdout] | [INFO] [stdout] 3611 | / #[doc = " Submit primitive for rendering with index and instance data info from"] [INFO] [stdout] 3612 | | #[doc = " indirect buffer."] [INFO] [stdout] 3613 | | #[doc = ""] [INFO] [stdout] 3614 | | #[doc = " @param[in] _id View id."] [INFO] [stdout] ... | [INFO] [stdout] 3620 | | #[doc = " @param[in] _flags Discard or preserve states. See `BGFX_DISCARD_*`."] [INFO] [stdout] 3621 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _id View id. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3634:5 [INFO] [stdout] | [INFO] [stdout] 3634 | / #[doc = " Set compute index buffer."] [INFO] [stdout] 3635 | | #[doc = ""] [INFO] [stdout] 3636 | | #[doc = " @param[in] _stage Compute stage."] [INFO] [stdout] 3637 | | #[doc = " @param[in] _handle Index buffer handle."] [INFO] [stdout] 3638 | | #[doc = " @param[in] _access Buffer access. See `Access::Enum`."] [INFO] [stdout] 3639 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _stage Compute stage. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3648:5 [INFO] [stdout] | [INFO] [stdout] 3648 | / #[doc = " Set compute vertex buffer."] [INFO] [stdout] 3649 | | #[doc = ""] [INFO] [stdout] 3650 | | #[doc = " @param[in] _stage Compute stage."] [INFO] [stdout] 3651 | | #[doc = " @param[in] _handle Vertex buffer handle."] [INFO] [stdout] 3652 | | #[doc = " @param[in] _access Buffer access. See `Access::Enum`."] [INFO] [stdout] 3653 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _stage Compute stage. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3662:5 [INFO] [stdout] | [INFO] [stdout] 3662 | / #[doc = " Set compute dynamic index buffer."] [INFO] [stdout] 3663 | | #[doc = ""] [INFO] [stdout] 3664 | | #[doc = " @param[in] _stage Compute stage."] [INFO] [stdout] 3665 | | #[doc = " @param[in] _handle Dynamic index buffer handle."] [INFO] [stdout] 3666 | | #[doc = " @param[in] _access Buffer access. See `Access::Enum`."] [INFO] [stdout] 3667 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _stage Compute stage. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3676:5 [INFO] [stdout] | [INFO] [stdout] 3676 | / #[doc = " Set compute dynamic vertex buffer."] [INFO] [stdout] 3677 | | #[doc = ""] [INFO] [stdout] 3678 | | #[doc = " @param[in] _stage Compute stage."] [INFO] [stdout] 3679 | | #[doc = " @param[in] _handle Dynamic vertex buffer handle."] [INFO] [stdout] 3680 | | #[doc = " @param[in] _access Buffer access. See `Access::Enum`."] [INFO] [stdout] 3681 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _stage Compute stage. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3690:5 [INFO] [stdout] | [INFO] [stdout] 3690 | / #[doc = " Set compute indirect buffer."] [INFO] [stdout] 3691 | | #[doc = ""] [INFO] [stdout] 3692 | | #[doc = " @param[in] _stage Compute stage."] [INFO] [stdout] 3693 | | #[doc = " @param[in] _handle Indirect buffer handle."] [INFO] [stdout] 3694 | | #[doc = " @param[in] _access Buffer access. See `Access::Enum`."] [INFO] [stdout] 3695 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _stage Compute stage. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3704:5 [INFO] [stdout] | [INFO] [stdout] 3704 | / #[doc = " Set compute image from texture."] [INFO] [stdout] 3705 | | #[doc = ""] [INFO] [stdout] 3706 | | #[doc = " @param[in] _stage Compute stage."] [INFO] [stdout] 3707 | | #[doc = " @param[in] _handle Texture handle."] [INFO] [stdout] ... | [INFO] [stdout] 3710 | | #[doc = " @param[in] _format Texture format. See: `TextureFormat::Enum`."] [INFO] [stdout] 3711 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _stage Compute stage. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3722:5 [INFO] [stdout] | [INFO] [stdout] 3722 | / #[doc = " Dispatch compute."] [INFO] [stdout] 3723 | | #[doc = ""] [INFO] [stdout] 3724 | | #[doc = " @param[in] _id View id."] [INFO] [stdout] 3725 | | #[doc = " @param[in] _program Compute program."] [INFO] [stdout] ... | [INFO] [stdout] 3729 | | #[doc = " @param[in] _flags Discard or preserve states. See `BGFX_DISCARD_*`."] [INFO] [stdout] 3730 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _id View id. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3742:5 [INFO] [stdout] | [INFO] [stdout] 3742 | / #[doc = " Dispatch compute indirect."] [INFO] [stdout] 3743 | | #[doc = ""] [INFO] [stdout] 3744 | | #[doc = " @param[in] _id View id."] [INFO] [stdout] 3745 | | #[doc = " @param[in] _program Compute program."] [INFO] [stdout] ... | [INFO] [stdout] 3749 | | #[doc = " @param[in] _flags Discard or preserve states. See `BGFX_DISCARD_*`."] [INFO] [stdout] 3750 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _id View id. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3762:5 [INFO] [stdout] | [INFO] [stdout] 3762 | / #[doc = " Discard previously set state for draw or compute call."] [INFO] [stdout] 3763 | | #[doc = ""] [INFO] [stdout] 3764 | | #[doc = " @param[in] _flags Discard or preserve states. See `BGFX_DISCARD_*`."] [INFO] [stdout] 3765 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _flags Discard or preserve states. See `BGFX_DISCARD_*`. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3769:5 [INFO] [stdout] | [INFO] [stdout] 3769 | / #[doc = " Blit 2D texture region between two 2D textures."] [INFO] [stdout] 3770 | | #[doc = " @attention Destination texture must be created with `BGFX_TEXTURE_BLIT_DST` flag."] [INFO] [stdout] 3771 | | #[doc = " @attention Availability depends on: `BGFX_CAPS_TEXTURE_BLIT`."] [INFO] [stdout] 3772 | | #[doc = ""] [INFO] [stdout] ... | [INFO] [stdout] 3791 | | #[doc = " unused."] [INFO] [stdout] 3792 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _id View id. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3812:5 [INFO] [stdout] | [INFO] [stdout] 3812 | / #[doc = " Request screen shot of window back buffer."] [INFO] [stdout] 3813 | | #[doc = " @remarks"] [INFO] [stdout] 3814 | | #[doc = " `bgfx::CallbackI::screenShot` must be implemented."] [INFO] [stdout] 3815 | | #[doc = " @attention Frame buffer handle must be created with OS' target native window handle."] [INFO] [stdout] ... | [INFO] [stdout] 3819 | | #[doc = " @param[in] _filePath Will be passed to `bgfx::CallbackI::screenShot` callback."] [INFO] [stdout] 3820 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _handle Frame buffer handle. If handle is `BGFX_INVALID_HANDLE` request will be [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3827:5 [INFO] [stdout] | [INFO] [stdout] 3827 | / #[doc = " Render frame."] [INFO] [stdout] 3828 | | #[doc = " @attention `bgfx::renderFrame` is blocking call. It waits for"] [INFO] [stdout] 3829 | | #[doc = " `bgfx::frame` to be called from API thread to process frame."] [INFO] [stdout] 3830 | | #[doc = " If timeout value is passed call will timeout and return even"] [INFO] [stdout] ... | [INFO] [stdout] 3838 | | #[doc = " @returns Current renderer context state. See: `bgfx::RenderFrame`."] [INFO] [stdout] 3839 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _msecs Timeout in milliseconds. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3843:5 [INFO] [stdout] | [INFO] [stdout] 3843 | / #[doc = " Set platform data."] [INFO] [stdout] 3844 | | #[doc = " @warning Must be called before `bgfx::init`."] [INFO] [stdout] 3845 | | #[doc = ""] [INFO] [stdout] 3846 | | #[doc = " @param[in] _data Platform data."] [INFO] [stdout] 3847 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _data Platform data. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3859:5 [INFO] [stdout] | [INFO] [stdout] 3859 | / #[doc = " Override internal texture with externally created texture. Previously"] [INFO] [stdout] 3860 | | #[doc = " created internal texture will released."] [INFO] [stdout] 3861 | | #[doc = " @attention It's expected you understand some bgfx internals before you"] [INFO] [stdout] 3862 | | #[doc = " use this call."] [INFO] [stdout] ... | [INFO] [stdout] 3869 | | #[doc = " yet from the main thread."] [INFO] [stdout] 3870 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _handle Texture handle. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3875:5 [INFO] [stdout] | [INFO] [stdout] 3875 | / #[doc = " Override internal texture by creating new texture. Previously created"] [INFO] [stdout] 3876 | | #[doc = " internal texture will released."] [INFO] [stdout] 3877 | | #[doc = " @attention It's expected you understand some bgfx internals before you"] [INFO] [stdout] 3878 | | #[doc = " use this call."] [INFO] [stdout] ... | [INFO] [stdout] 3896 | | #[doc = " yet from the main thread."] [INFO] [stdout] 3897 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _handle Texture handle. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3908:5 [INFO] [stdout] | [INFO] [stdout] 3908 | / #[doc = " Sets a debug marker. This allows you to group graphics calls together for easy browsing in"] [INFO] [stdout] 3909 | | #[doc = " graphics debugging tools."] [INFO] [stdout] 3910 | | #[doc = ""] [INFO] [stdout] 3911 | | #[doc = " @param[in] _marker Marker string."] [INFO] [stdout] 3912 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _marker Marker string. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3916:5 [INFO] [stdout] | [INFO] [stdout] 3916 | / #[doc = " Set render states for draw primitive."] [INFO] [stdout] 3917 | | #[doc = " @remarks"] [INFO] [stdout] 3918 | | #[doc = " 1. To setup more complex states use:"] [INFO] [stdout] 3919 | | #[doc = " `BGFX_STATE_ALPHA_REF(_ref)`,"] [INFO] [stdout] ... | [INFO] [stdout] 3938 | | #[doc = " `BGFX_STATE_BLEND_INV_FACTOR` blend modes."] [INFO] [stdout] 3939 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _state State flags. Default state for primitive type is [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3943:5 [INFO] [stdout] | [INFO] [stdout] 3943 | / #[doc = " Set condition for rendering."] [INFO] [stdout] 3944 | | #[doc = ""] [INFO] [stdout] 3945 | | #[doc = " @param[in] _handle Occlusion query handle."] [INFO] [stdout] 3946 | | #[doc = " @param[in] _visible Render if occlusion query is visible."] [INFO] [stdout] 3947 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _handle Occlusion query handle. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3951:5 [INFO] [stdout] | [INFO] [stdout] 3951 | / #[doc = " Set stencil test state."] [INFO] [stdout] 3952 | | #[doc = ""] [INFO] [stdout] 3953 | | #[doc = " @param[in] _fstencil Front stencil state."] [INFO] [stdout] 3954 | | #[doc = " @param[in] _bstencil Back stencil state. If back is set to `BGFX_STENCIL_NONE`"] [INFO] [stdout] 3955 | | #[doc = " _fstencil is applied to both front and back facing primitives."] [INFO] [stdout] 3956 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _fstencil Front stencil state. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3960:5 [INFO] [stdout] | [INFO] [stdout] 3960 | / #[doc = " Set scissor for draw primitive."] [INFO] [stdout] 3961 | | #[doc = " @remark"] [INFO] [stdout] 3962 | | #[doc = " To scissor for all primitives in view see `bgfx::setViewScissor`."] [INFO] [stdout] 3963 | | #[doc = ""] [INFO] [stdout] ... | [INFO] [stdout] 3969 | | #[doc = " @returns Scissor cache index."] [INFO] [stdout] 3970 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _x Position x from the left corner of the window. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3974:5 [INFO] [stdout] | [INFO] [stdout] 3974 | / #[doc = " Set scissor from cache for draw primitive."] [INFO] [stdout] 3975 | | #[doc = " @remark"] [INFO] [stdout] 3976 | | #[doc = " To scissor for all primitives in view see `bgfx::setViewScissor`."] [INFO] [stdout] 3977 | | #[doc = ""] [INFO] [stdout] 3978 | | #[doc = " @param[in] _cache Index in scissor cache."] [INFO] [stdout] 3979 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _cache Index in scissor cache. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3983:5 [INFO] [stdout] | [INFO] [stdout] 3983 | / #[doc = " Set model matrix for draw primitive. If it is not called,"] [INFO] [stdout] 3984 | | #[doc = " the model will be rendered with an identity model matrix."] [INFO] [stdout] 3985 | | #[doc = ""] [INFO] [stdout] 3986 | | #[doc = " @param[in] _mtx Pointer to first matrix in array."] [INFO] [stdout] ... | [INFO] [stdout] 3990 | | #[doc = " to be used for other draw primitive call."] [INFO] [stdout] 3991 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _mtx Pointer to first matrix in array. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3995:5 [INFO] [stdout] | [INFO] [stdout] 3995 | / #[doc = " Set model matrix from matrix cache for draw primitive."] [INFO] [stdout] 3996 | | #[doc = ""] [INFO] [stdout] 3997 | | #[doc = " @param[in] _cache Index in matrix cache."] [INFO] [stdout] 3998 | | #[doc = " @param[in] _num Number of matrices from cache."] [INFO] [stdout] 3999 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _cache Index in matrix cache. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `out` [INFO] [stdout] --> src/./ffi.rs:4003:5 [INFO] [stdout] | [INFO] [stdout] 4003 | / #[doc = " Reserve matrices in internal matrix cache."] [INFO] [stdout] 4004 | | #[doc = " @attention Pointer returned can be modifed until `bgfx::frame` is called."] [INFO] [stdout] 4005 | | #[doc = ""] [INFO] [stdout] 4006 | | #[doc = " @param[out] _transform Pointer to `Transform` structure."] [INFO] [stdout] ... | [INFO] [stdout] 4009 | | #[doc = " @returns Index in matrix cache."] [INFO] [stdout] 4010 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[out] _transform Pointer to `Transform` structure. [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `out` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:4003:5 [INFO] [stdout] | [INFO] [stdout] 4003 | / #[doc = " Reserve matrices in internal matrix cache."] [INFO] [stdout] 4004 | | #[doc = " @attention Pointer returned can be modifed until `bgfx::frame` is called."] [INFO] [stdout] 4005 | | #[doc = ""] [INFO] [stdout] 4006 | | #[doc = " @param[out] _transform Pointer to `Transform` structure."] [INFO] [stdout] ... | [INFO] [stdout] 4009 | | #[doc = " @returns Index in matrix cache."] [INFO] [stdout] 4010 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _num Number of matrices. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:4014:5 [INFO] [stdout] | [INFO] [stdout] 4014 | / #[doc = " Set shader uniform parameter for draw primitive."] [INFO] [stdout] 4015 | | #[doc = ""] [INFO] [stdout] 4016 | | #[doc = " @param[in] _handle Uniform."] [INFO] [stdout] 4017 | | #[doc = " @param[in] _value Pointer to uniform data."] [INFO] [stdout] 4018 | | #[doc = " @param[in] _num Number of elements. Passing `UINT16_MAX` will"] [INFO] [stdout] 4019 | | #[doc = " use the _num passed on uniform creation."] [INFO] [stdout] 4020 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _handle Uniform. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:4028:5 [INFO] [stdout] | [INFO] [stdout] 4028 | / #[doc = " Set index buffer for draw primitive."] [INFO] [stdout] 4029 | | #[doc = ""] [INFO] [stdout] 4030 | | #[doc = " @param[in] _handle Index buffer."] [INFO] [stdout] 4031 | | #[doc = " @param[in] _firstIndex First index to render."] [INFO] [stdout] 4032 | | #[doc = " @param[in] _numIndices Number of indices to render."] [INFO] [stdout] 4033 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _handle Index buffer. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:4041:5 [INFO] [stdout] | [INFO] [stdout] 4041 | / #[doc = " Set index buffer for draw primitive."] [INFO] [stdout] 4042 | | #[doc = ""] [INFO] [stdout] 4043 | | #[doc = " @param[in] _handle Dynamic index buffer."] [INFO] [stdout] 4044 | | #[doc = " @param[in] _firstIndex First index to render."] [INFO] [stdout] 4045 | | #[doc = " @param[in] _numIndices Number of indices to render."] [INFO] [stdout] 4046 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _handle Dynamic index buffer. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:4054:5 [INFO] [stdout] | [INFO] [stdout] 4054 | / #[doc = " Set index buffer for draw primitive."] [INFO] [stdout] 4055 | | #[doc = ""] [INFO] [stdout] 4056 | | #[doc = " @param[in] _tib Transient index buffer."] [INFO] [stdout] 4057 | | #[doc = " @param[in] _firstIndex First index to render."] [INFO] [stdout] 4058 | | #[doc = " @param[in] _numIndices Number of indices to render."] [INFO] [stdout] 4059 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _tib Transient index buffer. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:4067:5 [INFO] [stdout] | [INFO] [stdout] 4067 | / #[doc = " Set vertex buffer for draw primitive."] [INFO] [stdout] 4068 | | #[doc = ""] [INFO] [stdout] 4069 | | #[doc = " @param[in] _stream Vertex stream."] [INFO] [stdout] 4070 | | #[doc = " @param[in] _handle Vertex buffer."] [INFO] [stdout] 4071 | | #[doc = " @param[in] _startVertex First vertex to render."] [INFO] [stdout] 4072 | | #[doc = " @param[in] _numVertices Number of vertices to render."] [INFO] [stdout] 4073 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _stream Vertex stream. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:4082:5 [INFO] [stdout] | [INFO] [stdout] 4082 | / #[doc = " Set vertex buffer for draw primitive."] [INFO] [stdout] 4083 | | #[doc = ""] [INFO] [stdout] 4084 | | #[doc = " @param[in] _stream Vertex stream."] [INFO] [stdout] 4085 | | #[doc = " @param[in] _handle Vertex buffer."] [INFO] [stdout] ... | [INFO] [stdout] 4090 | | #[doc = " of vertex buffer will be used."] [INFO] [stdout] 4091 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _stream Vertex stream. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:4101:5 [INFO] [stdout] | [INFO] [stdout] 4101 | / #[doc = " Set vertex buffer for draw primitive."] [INFO] [stdout] 4102 | | #[doc = ""] [INFO] [stdout] 4103 | | #[doc = " @param[in] _stream Vertex stream."] [INFO] [stdout] 4104 | | #[doc = " @param[in] _handle Dynamic vertex buffer."] [INFO] [stdout] 4105 | | #[doc = " @param[in] _startVertex First vertex to render."] [INFO] [stdout] 4106 | | #[doc = " @param[in] _numVertices Number of vertices to render."] [INFO] [stdout] 4107 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _stream Vertex stream. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:4116:5 [INFO] [stdout] | [INFO] [stdout] 4116 | / #[doc = " Set vertex buffer for draw primitive."] [INFO] [stdout] 4117 | | #[doc = ""] [INFO] [stdout] 4118 | | #[doc = " @param[in] _stream Vertex stream."] [INFO] [stdout] 4119 | | #[doc = " @param[in] _handle Dynamic vertex buffer."] [INFO] [stdout] ... | [INFO] [stdout] 4124 | | #[doc = " of vertex buffer will be used."] [INFO] [stdout] 4125 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _stream Vertex stream. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:4135:5 [INFO] [stdout] | [INFO] [stdout] 4135 | / #[doc = " Set vertex buffer for draw primitive."] [INFO] [stdout] 4136 | | #[doc = ""] [INFO] [stdout] 4137 | | #[doc = " @param[in] _stream Vertex stream."] [INFO] [stdout] 4138 | | #[doc = " @param[in] _tvb Transient vertex buffer."] [INFO] [stdout] 4139 | | #[doc = " @param[in] _startVertex First vertex to render."] [INFO] [stdout] 4140 | | #[doc = " @param[in] _numVertices Number of vertices to render."] [INFO] [stdout] 4141 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _stream Vertex stream. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:4150:5 [INFO] [stdout] | [INFO] [stdout] 4150 | / #[doc = " Set vertex buffer for draw primitive."] [INFO] [stdout] 4151 | | #[doc = ""] [INFO] [stdout] 4152 | | #[doc = " @param[in] _stream Vertex stream."] [INFO] [stdout] 4153 | | #[doc = " @param[in] _tvb Transient vertex buffer."] [INFO] [stdout] ... | [INFO] [stdout] 4158 | | #[doc = " of vertex buffer will be used."] [INFO] [stdout] 4159 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _stream Vertex stream. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:4169:5 [INFO] [stdout] | [INFO] [stdout] 4169 | / #[doc = " Set number of vertices for auto generated vertices use in conjuction"] [INFO] [stdout] 4170 | | #[doc = " with gl_VertexID."] [INFO] [stdout] 4171 | | #[doc = " @attention Availability depends on: `BGFX_CAPS_VERTEX_ID`."] [INFO] [stdout] 4172 | | #[doc = ""] [INFO] [stdout] 4173 | | #[doc = " @param[in] _numVertices Number of vertices."] [INFO] [stdout] 4174 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _numVertices Number of vertices. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:4178:5 [INFO] [stdout] | [INFO] [stdout] 4178 | / #[doc = " Set instance data buffer for draw primitive."] [INFO] [stdout] 4179 | | #[doc = ""] [INFO] [stdout] 4180 | | #[doc = " @param[in] _idb Transient instance data buffer."] [INFO] [stdout] 4181 | | #[doc = " @param[in] _start First instance data."] [INFO] [stdout] 4182 | | #[doc = " @param[in] _num Number of data instances."] [INFO] [stdout] 4183 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _idb Transient instance data buffer. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:4191:5 [INFO] [stdout] | [INFO] [stdout] 4191 | / #[doc = " Set instance data buffer for draw primitive."] [INFO] [stdout] 4192 | | #[doc = ""] [INFO] [stdout] 4193 | | #[doc = " @param[in] _handle Vertex buffer."] [INFO] [stdout] 4194 | | #[doc = " @param[in] _startVertex First instance data."] [INFO] [stdout] 4195 | | #[doc = " @param[in] _num Number of data instances."] [INFO] [stdout] 4196 | | #[doc = " Set instance data buffer for draw primitive."] [INFO] [stdout] 4197 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _handle Vertex buffer. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:4205:5 [INFO] [stdout] | [INFO] [stdout] 4205 | / #[doc = " Set instance data buffer for draw primitive."] [INFO] [stdout] 4206 | | #[doc = ""] [INFO] [stdout] 4207 | | #[doc = " @param[in] _handle Dynamic vertex buffer."] [INFO] [stdout] 4208 | | #[doc = " @param[in] _startVertex First instance data."] [INFO] [stdout] 4209 | | #[doc = " @param[in] _num Number of data instances."] [INFO] [stdout] 4210 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _handle Dynamic vertex buffer. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:4218:5 [INFO] [stdout] | [INFO] [stdout] 4218 | / #[doc = " Set number of instances for auto generated instances use in conjuction"] [INFO] [stdout] 4219 | | #[doc = " with gl_InstanceID."] [INFO] [stdout] 4220 | | #[doc = " @attention Availability depends on: `BGFX_CAPS_VERTEX_ID`."] [INFO] [stdout] 4221 | | #[doc = ""] [INFO] [stdout] 4222 | | #[doc = " @param[in] _numInstances"] [INFO] [stdout] 4223 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _numInstances [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:4227:5 [INFO] [stdout] | [INFO] [stdout] 4227 | / #[doc = " Set texture stage for draw primitive."] [INFO] [stdout] 4228 | | #[doc = ""] [INFO] [stdout] 4229 | | #[doc = " @param[in] _stage Texture unit."] [INFO] [stdout] 4230 | | #[doc = " @param[in] _sampler Program sampler."] [INFO] [stdout] ... | [INFO] [stdout] 4237 | | #[doc = " sampling."] [INFO] [stdout] 4238 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _stage Texture unit. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:4247:5 [INFO] [stdout] | [INFO] [stdout] 4247 | / #[doc = " Submit an empty primitive for rendering. Uniforms and draw state"] [INFO] [stdout] 4248 | | #[doc = " will be applied but no geometry will be submitted."] [INFO] [stdout] 4249 | | #[doc = " @remark"] [INFO] [stdout] 4250 | | #[doc = " These empty draw calls will sort before ordinary draw calls."] [INFO] [stdout] 4251 | | #[doc = ""] [INFO] [stdout] 4252 | | #[doc = " @param[in] _id View id."] [INFO] [stdout] 4253 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _id View id. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:4257:5 [INFO] [stdout] | [INFO] [stdout] 4257 | / #[doc = " Submit primitive for rendering."] [INFO] [stdout] 4258 | | #[doc = ""] [INFO] [stdout] 4259 | | #[doc = " @param[in] _id View id."] [INFO] [stdout] 4260 | | #[doc = " @param[in] _program Program."] [INFO] [stdout] 4261 | | #[doc = " @param[in] _depth Depth for sorting."] [INFO] [stdout] 4262 | | #[doc = " @param[in] _flags Which states to discard for next draw. See `BGFX_DISCARD_*`."] [INFO] [stdout] 4263 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _id View id. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:4272:5 [INFO] [stdout] | [INFO] [stdout] 4272 | / #[doc = " Submit primitive with occlusion query for rendering."] [INFO] [stdout] 4273 | | #[doc = ""] [INFO] [stdout] 4274 | | #[doc = " @param[in] _id View id."] [INFO] [stdout] 4275 | | #[doc = " @param[in] _program Program."] [INFO] [stdout] ... | [INFO] [stdout] 4278 | | #[doc = " @param[in] _flags Which states to discard for next draw. See `BGFX_DISCARD_*`."] [INFO] [stdout] 4279 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _id View id. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:4289:5 [INFO] [stdout] | [INFO] [stdout] 4289 | / #[doc = " Submit primitive for rendering with index and instance data info from"] [INFO] [stdout] 4290 | | #[doc = " indirect buffer."] [INFO] [stdout] 4291 | | #[doc = ""] [INFO] [stdout] 4292 | | #[doc = " @param[in] _id View id."] [INFO] [stdout] ... | [INFO] [stdout] 4298 | | #[doc = " @param[in] _flags Which states to discard for next draw. See `BGFX_DISCARD_*`."] [INFO] [stdout] 4299 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _id View id. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:4311:5 [INFO] [stdout] | [INFO] [stdout] 4311 | / #[doc = " Set compute index buffer."] [INFO] [stdout] 4312 | | #[doc = ""] [INFO] [stdout] 4313 | | #[doc = " @param[in] _stage Compute stage."] [INFO] [stdout] 4314 | | #[doc = " @param[in] _handle Index buffer handle."] [INFO] [stdout] 4315 | | #[doc = " @param[in] _access Buffer access. See `Access::Enum`."] [INFO] [stdout] 4316 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _stage Compute stage. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:4324:5 [INFO] [stdout] | [INFO] [stdout] 4324 | / #[doc = " Set compute vertex buffer."] [INFO] [stdout] 4325 | | #[doc = ""] [INFO] [stdout] 4326 | | #[doc = " @param[in] _stage Compute stage."] [INFO] [stdout] 4327 | | #[doc = " @param[in] _handle Vertex buffer handle."] [INFO] [stdout] 4328 | | #[doc = " @param[in] _access Buffer access. See `Access::Enum`."] [INFO] [stdout] 4329 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _stage Compute stage. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:4337:5 [INFO] [stdout] | [INFO] [stdout] 4337 | / #[doc = " Set compute dynamic index buffer."] [INFO] [stdout] 4338 | | #[doc = ""] [INFO] [stdout] 4339 | | #[doc = " @param[in] _stage Compute stage."] [INFO] [stdout] 4340 | | #[doc = " @param[in] _handle Dynamic index buffer handle."] [INFO] [stdout] 4341 | | #[doc = " @param[in] _access Buffer access. See `Access::Enum`."] [INFO] [stdout] 4342 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _stage Compute stage. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:4350:5 [INFO] [stdout] | [INFO] [stdout] 4350 | / #[doc = " Set compute dynamic vertex buffer."] [INFO] [stdout] 4351 | | #[doc = ""] [INFO] [stdout] 4352 | | #[doc = " @param[in] _stage Compute stage."] [INFO] [stdout] 4353 | | #[doc = " @param[in] _handle Dynamic vertex buffer handle."] [INFO] [stdout] 4354 | | #[doc = " @param[in] _access Buffer access. See `Access::Enum`."] [INFO] [stdout] 4355 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _stage Compute stage. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:4363:5 [INFO] [stdout] | [INFO] [stdout] 4363 | / #[doc = " Set compute indirect buffer."] [INFO] [stdout] 4364 | | #[doc = ""] [INFO] [stdout] 4365 | | #[doc = " @param[in] _stage Compute stage."] [INFO] [stdout] 4366 | | #[doc = " @param[in] _handle Indirect buffer handle."] [INFO] [stdout] 4367 | | #[doc = " @param[in] _access Buffer access. See `Access::Enum`."] [INFO] [stdout] 4368 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _stage Compute stage. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:4376:5 [INFO] [stdout] | [INFO] [stdout] 4376 | / #[doc = " Set compute image from texture."] [INFO] [stdout] 4377 | | #[doc = ""] [INFO] [stdout] 4378 | | #[doc = " @param[in] _stage Compute stage."] [INFO] [stdout] 4379 | | #[doc = " @param[in] _handle Texture handle."] [INFO] [stdout] ... | [INFO] [stdout] 4382 | | #[doc = " @param[in] _format Texture format. See: `TextureFormat::Enum`."] [INFO] [stdout] 4383 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _stage Compute stage. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:4393:5 [INFO] [stdout] | [INFO] [stdout] 4393 | / #[doc = " Dispatch compute."] [INFO] [stdout] 4394 | | #[doc = ""] [INFO] [stdout] 4395 | | #[doc = " @param[in] _id View id."] [INFO] [stdout] 4396 | | #[doc = " @param[in] _program Compute program."] [INFO] [stdout] ... | [INFO] [stdout] 4400 | | #[doc = " @param[in] _flags Discard or preserve states. See `BGFX_DISCARD_*`."] [INFO] [stdout] 4401 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _id View id. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:4412:5 [INFO] [stdout] | [INFO] [stdout] 4412 | / #[doc = " Dispatch compute indirect."] [INFO] [stdout] 4413 | | #[doc = ""] [INFO] [stdout] 4414 | | #[doc = " @param[in] _id View id."] [INFO] [stdout] 4415 | | #[doc = " @param[in] _program Compute program."] [INFO] [stdout] ... | [INFO] [stdout] 4419 | | #[doc = " @param[in] _flags Discard or preserve states. See `BGFX_DISCARD_*`."] [INFO] [stdout] 4420 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _id View id. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:4431:5 [INFO] [stdout] | [INFO] [stdout] 4431 | / #[doc = " Discard previously set state for draw or compute call."] [INFO] [stdout] 4432 | | #[doc = ""] [INFO] [stdout] 4433 | | #[doc = " @param[in] _flags Draw/compute states to discard."] [INFO] [stdout] 4434 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _flags Draw/compute states to discard. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:4438:5 [INFO] [stdout] | [INFO] [stdout] 4438 | / #[doc = " Blit 2D texture region between two 2D textures."] [INFO] [stdout] 4439 | | #[doc = " @attention Destination texture must be created with `BGFX_TEXTURE_BLIT_DST` flag."] [INFO] [stdout] 4440 | | #[doc = " @attention Availability depends on: `BGFX_CAPS_TEXTURE_BLIT`."] [INFO] [stdout] 4441 | | #[doc = ""] [INFO] [stdout] ... | [INFO] [stdout] 4460 | | #[doc = " unused."] [INFO] [stdout] 4461 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _id View id. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `F` [INFO] [stdout] --> src/./ffi.rs:653:1 [INFO] [stdout] | [INFO] [stdout] 653 | / #[doc = " Texture format enum."] [INFO] [stdout] 654 | | #[doc = " Notation:"] [INFO] [stdout] 655 | | #[doc = " RGBA16S"] [INFO] [stdout] 656 | | #[doc = " ^ ^ ^"] [INFO] [stdout] ... | [INFO] [stdout] 664 | | #[doc = " @attention Availability depends on Caps (see: formats)."] [INFO] [stdout] 665 | | #[doc = ""] [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] | | [F]loat [INFO] [stdout] ^ [INFO] [stdout] = note: no item named `F` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `S` [INFO] [stdout] --> src/./ffi.rs:653:1 [INFO] [stdout] | [INFO] [stdout] 653 | / #[doc = " Texture format enum."] [INFO] [stdout] 654 | | #[doc = " Notation:"] [INFO] [stdout] 655 | | #[doc = " RGBA16S"] [INFO] [stdout] 656 | | #[doc = " ^ ^ ^"] [INFO] [stdout] ... | [INFO] [stdout] 664 | | #[doc = " @attention Availability depends on Caps (see: formats)."] [INFO] [stdout] 665 | | #[doc = ""] [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] | | [S]norm [INFO] [stdout] ^ [INFO] [stdout] = note: no item named `S` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `I` [INFO] [stdout] --> src/./ffi.rs:653:1 [INFO] [stdout] | [INFO] [stdout] 653 | / #[doc = " Texture format enum."] [INFO] [stdout] 654 | | #[doc = " Notation:"] [INFO] [stdout] 655 | | #[doc = " RGBA16S"] [INFO] [stdout] 656 | | #[doc = " ^ ^ ^"] [INFO] [stdout] ... | [INFO] [stdout] 664 | | #[doc = " @attention Availability depends on Caps (see: formats)."] [INFO] [stdout] 665 | | #[doc = ""] [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] | | [I]nt [INFO] [stdout] ^ [INFO] [stdout] = note: no item named `I` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `U` [INFO] [stdout] --> src/./ffi.rs:653:1 [INFO] [stdout] | [INFO] [stdout] 653 | / #[doc = " Texture format enum."] [INFO] [stdout] 654 | | #[doc = " Notation:"] [INFO] [stdout] 655 | | #[doc = " RGBA16S"] [INFO] [stdout] 656 | | #[doc = " ^ ^ ^"] [INFO] [stdout] ... | [INFO] [stdout] 664 | | #[doc = " @attention Availability depends on Caps (see: formats)."] [INFO] [stdout] 665 | | #[doc = ""] [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] | | [U]int [INFO] [stdout] ^ [INFO] [stdout] = note: no item named `U` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `F` [INFO] [stdout] --> src/./ffi.rs:667:1 [INFO] [stdout] | [INFO] [stdout] 667 | / #[doc = " Texture format enum."] [INFO] [stdout] 668 | | #[doc = " Notation:"] [INFO] [stdout] 669 | | #[doc = " RGBA16S"] [INFO] [stdout] 670 | | #[doc = " ^ ^ ^"] [INFO] [stdout] ... | [INFO] [stdout] 678 | | #[doc = " @attention Availability depends on Caps (see: formats)."] [INFO] [stdout] 679 | | #[doc = ""] [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] | | [F]loat [INFO] [stdout] ^ [INFO] [stdout] = note: no item named `F` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `S` [INFO] [stdout] --> src/./ffi.rs:667:1 [INFO] [stdout] | [INFO] [stdout] 667 | / #[doc = " Texture format enum."] [INFO] [stdout] 668 | | #[doc = " Notation:"] [INFO] [stdout] 669 | | #[doc = " RGBA16S"] [INFO] [stdout] 670 | | #[doc = " ^ ^ ^"] [INFO] [stdout] ... | [INFO] [stdout] 678 | | #[doc = " @attention Availability depends on Caps (see: formats)."] [INFO] [stdout] 679 | | #[doc = ""] [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] | | [S]norm [INFO] [stdout] ^ [INFO] [stdout] = note: no item named `S` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `I` [INFO] [stdout] --> src/./ffi.rs:667:1 [INFO] [stdout] | [INFO] [stdout] 667 | / #[doc = " Texture format enum."] [INFO] [stdout] 668 | | #[doc = " Notation:"] [INFO] [stdout] 669 | | #[doc = " RGBA16S"] [INFO] [stdout] 670 | | #[doc = " ^ ^ ^"] [INFO] [stdout] ... | [INFO] [stdout] 678 | | #[doc = " @attention Availability depends on Caps (see: formats)."] [INFO] [stdout] 679 | | #[doc = ""] [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] | | [I]nt [INFO] [stdout] ^ [INFO] [stdout] = note: no item named `I` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `U` [INFO] [stdout] --> src/./ffi.rs:667:1 [INFO] [stdout] | [INFO] [stdout] 667 | / #[doc = " Texture format enum."] [INFO] [stdout] 668 | | #[doc = " Notation:"] [INFO] [stdout] 669 | | #[doc = " RGBA16S"] [INFO] [stdout] 670 | | #[doc = " ^ ^ ^"] [INFO] [stdout] ... | [INFO] [stdout] 678 | | #[doc = " @attention Availability depends on Caps (see: formats)."] [INFO] [stdout] 679 | | #[doc = ""] [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] | | [U]int [INFO] [stdout] ^ [INFO] [stdout] = note: no item named `U` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:1019:1 [INFO] [stdout] | [INFO] [stdout] 1019 | / #[doc = " Memory release callback."] [INFO] [stdout] 1020 | | #[doc = ""] [INFO] [stdout] 1021 | | #[doc = " @param[in] _ptr Pointer to allocated data."] [INFO] [stdout] 1022 | | #[doc = " @param[in] _userData User defined data if needed."] [INFO] [stdout] 1023 | | #[doc = ""] [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _ptr Pointer to allocated data. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/./ffi.rs:1101:5 [INFO] [stdout] | [INFO] [stdout] 1101 | / #[doc = " Supported functionality."] [INFO] [stdout] 1102 | | #[doc = " @attention See `BGFX_CAPS_*` flags at https://bkaradzic.github.io/bgfx/bgfx.html#available-caps"] [INFO] [stdout] | |_________________________________________________________________________________________________________________^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::bare_urls)]` on by default [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 209 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 32.92s [INFO] running `Command { std: "docker" "inspect" "d934a61c5834e6a85790ca11f43566c3a011ced15d324afc4bd3e42f891a821b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d934a61c5834e6a85790ca11f43566c3a011ced15d324afc4bd3e42f891a821b", kill_on_drop: false }` [INFO] [stdout] d934a61c5834e6a85790ca11f43566c3a011ced15d324afc4bd3e42f891a821b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "DOCS_RS=1" "-e" "RUSTC_BOOTSTRAP=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "rustdoc" "--lib" "-Zrustdoc-map" "--frozen" "--message-format=json" "--" "-Z" "unstable-options" "--document-private-items", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 83d308c3defad03d6e8e54b041d15b7c51d53f2556ac69e21f01d20de34ece7d [INFO] running `Command { std: "docker" "start" "-a" "83d308c3defad03d6e8e54b041d15b7c51d53f2556ac69e21f01d20de34ece7d", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.119 [INFO] [stderr] Compiling jobserver v0.1.24 [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling bgfx-sys v0.7.0 (/opt/rustwide/workdir) [INFO] [stderr] Documenting bgfx-sys v0.7.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:1547:5 [INFO] [stdout] | [INFO] [stdout] 1547 | / #[doc = " Init attachment."] [INFO] [stdout] 1548 | | #[doc = ""] [INFO] [stdout] 1549 | | #[doc = " @param[in] _handle Render target texture handle."] [INFO] [stdout] 1550 | | #[doc = " @param[in] _access Access. See `Access::Enum`."] [INFO] [stdout] ... | [INFO] [stdout] 1554 | | #[doc = " @param[in] _resolve Resolve flags. See: `BGFX_RESOLVE_*`"] [INFO] [stdout] 1555 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _handle Render target texture handle. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:1567:5 [INFO] [stdout] | [INFO] [stdout] 1567 | / #[doc = " Start VertexLayout."] [INFO] [stdout] 1568 | | #[doc = ""] [INFO] [stdout] 1569 | | #[doc = " @param[in] _rendererType Renderer backend type. See: `bgfx::RendererType`"] [INFO] [stdout] 1570 | | #[doc = ""] [INFO] [stdout] 1571 | | #[doc = " @returns Returns itself."] [INFO] [stdout] 1572 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _rendererType Renderer backend type. See: `bgfx::RendererType` [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:1579:5 [INFO] [stdout] | [INFO] [stdout] 1579 | / #[doc = " Add attribute to VertexLayout."] [INFO] [stdout] 1580 | | #[doc = " @remarks Must be called between begin/end."] [INFO] [stdout] 1581 | | #[doc = ""] [INFO] [stdout] 1582 | | #[doc = " @param[in] _attrib Attribute semantics. See: `bgfx::Attrib`"] [INFO] [stdout] ... | [INFO] [stdout] 1593 | | #[doc = " @returns Returns itself."] [INFO] [stdout] 1594 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _attrib Attribute semantics. See: `bgfx::Attrib` [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:1605:5 [INFO] [stdout] | [INFO] [stdout] 1605 | / #[doc = " Decode attribute."] [INFO] [stdout] 1606 | | #[doc = ""] [INFO] [stdout] 1607 | | #[doc = " @param[in] _attrib Attribute semantics. See: `bgfx::Attrib`"] [INFO] [stdout] 1608 | | #[doc = " @param[out] _num Number of elements."] [INFO] [stdout] ... | [INFO] [stdout] 1611 | | #[doc = " @param[out] _asInt Attribute is packed as int."] [INFO] [stdout] 1612 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _attrib Attribute semantics. See: `bgfx::Attrib` [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `out` [INFO] [stdout] --> src/./ffi.rs:1605:5 [INFO] [stdout] | [INFO] [stdout] 1605 | / #[doc = " Decode attribute."] [INFO] [stdout] 1606 | | #[doc = ""] [INFO] [stdout] 1607 | | #[doc = " @param[in] _attrib Attribute semantics. See: `bgfx::Attrib`"] [INFO] [stdout] 1608 | | #[doc = " @param[out] _num Number of elements."] [INFO] [stdout] ... | [INFO] [stdout] 1611 | | #[doc = " @param[out] _asInt Attribute is packed as int."] [INFO] [stdout] 1612 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[out] _num Number of elements. [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `out` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:1623:5 [INFO] [stdout] | [INFO] [stdout] 1623 | / #[doc = " Returns `true` if VertexLayout contains attribute."] [INFO] [stdout] 1624 | | #[doc = ""] [INFO] [stdout] 1625 | | #[doc = " @param[in] _attrib Attribute semantics. See: `bgfx::Attrib`"] [INFO] [stdout] 1626 | | #[doc = ""] [INFO] [stdout] 1627 | | #[doc = " @returns True if VertexLayout contains attribute."] [INFO] [stdout] 1628 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _attrib Attribute semantics. See: `bgfx::Attrib` [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:1635:5 [INFO] [stdout] | [INFO] [stdout] 1635 | / #[doc = " Skip `_num` bytes in vertex stream."] [INFO] [stdout] 1636 | | #[doc = ""] [INFO] [stdout] 1637 | | #[doc = " @param[in] _num Number of bytes to skip."] [INFO] [stdout] 1638 | | #[doc = ""] [INFO] [stdout] 1639 | | #[doc = " @returns Returns itself."] [INFO] [stdout] 1640 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _num Number of bytes to skip. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:1652:5 [INFO] [stdout] | [INFO] [stdout] 1652 | / #[doc = " Pack vertex attribute into vertex stream format."] [INFO] [stdout] 1653 | | #[doc = ""] [INFO] [stdout] 1654 | | #[doc = " @param[in] _input Value to be packed into vertex stream."] [INFO] [stdout] 1655 | | #[doc = " @param[in] _inputNormalized `true` if input value is already normalized."] [INFO] [stdout] ... | [INFO] [stdout] 1659 | | #[doc = " @param[in] _index Vertex index that will be modified."] [INFO] [stdout] 1660 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _input Value to be packed into vertex stream. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `out` [INFO] [stdout] --> src/./ffi.rs:1671:5 [INFO] [stdout] | [INFO] [stdout] 1671 | / #[doc = " Unpack vertex attribute from vertex stream format."] [INFO] [stdout] 1672 | | #[doc = ""] [INFO] [stdout] 1673 | | #[doc = " @param[out] _output Result of unpacking."] [INFO] [stdout] 1674 | | #[doc = " @param[in] _attr Attribute to unpack."] [INFO] [stdout] ... | [INFO] [stdout] 1677 | | #[doc = " @param[in] _index Vertex index that will be unpacked."] [INFO] [stdout] 1678 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[out] _output Result of unpacking. [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `out` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:1671:5 [INFO] [stdout] | [INFO] [stdout] 1671 | / #[doc = " Unpack vertex attribute from vertex stream format."] [INFO] [stdout] 1672 | | #[doc = ""] [INFO] [stdout] 1673 | | #[doc = " @param[out] _output Result of unpacking."] [INFO] [stdout] 1674 | | #[doc = " @param[in] _attr Attribute to unpack."] [INFO] [stdout] ... | [INFO] [stdout] 1677 | | #[doc = " @param[in] _index Vertex index that will be unpacked."] [INFO] [stdout] 1678 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _attr Attribute to unpack. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:1688:5 [INFO] [stdout] | [INFO] [stdout] 1688 | / #[doc = " Converts vertex stream data from one vertex stream format to another."] [INFO] [stdout] 1689 | | #[doc = ""] [INFO] [stdout] 1690 | | #[doc = " @param[in] _dstLayout Destination vertex stream layout."] [INFO] [stdout] 1691 | | #[doc = " @param[in] _dstData Destination vertex stream."] [INFO] [stdout] ... | [INFO] [stdout] 1694 | | #[doc = " @param[in] _num Number of vertices to convert from source to destination."] [INFO] [stdout] 1695 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _dstLayout Destination vertex stream layout. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:1705:5 [INFO] [stdout] | [INFO] [stdout] 1705 | / #[doc = " Weld vertices."] [INFO] [stdout] 1706 | | #[doc = ""] [INFO] [stdout] 1707 | | #[doc = " @param[in] _output Welded vertices remapping table. The size of buffer"] [INFO] [stdout] 1708 | | #[doc = " must be the same as number of vertices."] [INFO] [stdout] ... | [INFO] [stdout] 1715 | | #[doc = " @returns Number of unique vertices after vertex welding."] [INFO] [stdout] 1716 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _output Welded vertices remapping table. The size of buffer [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:1727:5 [INFO] [stdout] | [INFO] [stdout] 1727 | / #[doc = " Convert index buffer for use with different primitive topologies."] [INFO] [stdout] 1728 | | #[doc = ""] [INFO] [stdout] 1729 | | #[doc = " @param[in] _conversion Conversion type, see `TopologyConvert::Enum`."] [INFO] [stdout] 1730 | | #[doc = " @param[out] _dst Destination index buffer. If this argument is NULL"] [INFO] [stdout] ... | [INFO] [stdout] 1739 | | #[doc = " @returns Number of output indices after conversion."] [INFO] [stdout] 1740 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _conversion Conversion type, see `TopologyConvert::Enum`. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `out` [INFO] [stdout] --> src/./ffi.rs:1727:5 [INFO] [stdout] | [INFO] [stdout] 1727 | / #[doc = " Convert index buffer for use with different primitive topologies."] [INFO] [stdout] 1728 | | #[doc = ""] [INFO] [stdout] 1729 | | #[doc = " @param[in] _conversion Conversion type, see `TopologyConvert::Enum`."] [INFO] [stdout] 1730 | | #[doc = " @param[out] _dst Destination index buffer. If this argument is NULL"] [INFO] [stdout] ... | [INFO] [stdout] 1739 | | #[doc = " @returns Number of output indices after conversion."] [INFO] [stdout] 1740 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[out] _dst Destination index buffer. If this argument is NULL [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `out` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:1751:5 [INFO] [stdout] | [INFO] [stdout] 1751 | / #[doc = " Sort indices."] [INFO] [stdout] 1752 | | #[doc = ""] [INFO] [stdout] 1753 | | #[doc = " @param[in] _sort Sort order, see `TopologySort::Enum`."] [INFO] [stdout] 1754 | | #[doc = " @param[out] _dst Destination index buffer."] [INFO] [stdout] ... | [INFO] [stdout] 1766 | | #[doc = " @param[in] _index32 Set to `true` if input indices are 32-bit."] [INFO] [stdout] 1767 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _sort Sort order, see `TopologySort::Enum`. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `out` [INFO] [stdout] --> src/./ffi.rs:1751:5 [INFO] [stdout] | [INFO] [stdout] 1751 | / #[doc = " Sort indices."] [INFO] [stdout] 1752 | | #[doc = ""] [INFO] [stdout] 1753 | | #[doc = " @param[in] _sort Sort order, see `TopologySort::Enum`."] [INFO] [stdout] 1754 | | #[doc = " @param[out] _dst Destination index buffer."] [INFO] [stdout] ... | [INFO] [stdout] 1766 | | #[doc = " @param[in] _index32 Set to `true` if input indices are 32-bit."] [INFO] [stdout] 1767 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[out] _dst Destination index buffer. [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `out` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:1782:5 [INFO] [stdout] | [INFO] [stdout] 1782 | / #[doc = " Returns supported backend API renderers."] [INFO] [stdout] 1783 | | #[doc = ""] [INFO] [stdout] 1784 | | #[doc = " @param[in] _max Maximum number of elements in _enum array."] [INFO] [stdout] 1785 | | #[doc = " @param[inout] _enum Array where supported renderers will be written."] [INFO] [stdout] 1786 | | #[doc = ""] [INFO] [stdout] 1787 | | #[doc = " @returns Number of supported renderers."] [INFO] [stdout] 1788 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _max Maximum number of elements in _enum array. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `inout` [INFO] [stdout] --> src/./ffi.rs:1782:5 [INFO] [stdout] | [INFO] [stdout] 1782 | / #[doc = " Returns supported backend API renderers."] [INFO] [stdout] 1783 | | #[doc = ""] [INFO] [stdout] 1784 | | #[doc = " @param[in] _max Maximum number of elements in _enum array."] [INFO] [stdout] 1785 | | #[doc = " @param[inout] _enum Array where supported renderers will be written."] [INFO] [stdout] 1786 | | #[doc = ""] [INFO] [stdout] 1787 | | #[doc = " @returns Number of supported renderers."] [INFO] [stdout] 1788 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[inout] _enum Array where supported renderers will be written. [INFO] [stdout] ^^^^^ [INFO] [stdout] = note: no item named `inout` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:1792:5 [INFO] [stdout] | [INFO] [stdout] 1792 | / #[doc = " Returns name of renderer."] [INFO] [stdout] 1793 | | #[doc = ""] [INFO] [stdout] 1794 | | #[doc = " @param[in] _type Renderer backend type. See: `bgfx::RendererType`"] [INFO] [stdout] 1795 | | #[doc = ""] [INFO] [stdout] 1796 | | #[doc = " @returns Name of renderer."] [INFO] [stdout] 1797 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _type Renderer backend type. See: `bgfx::RendererType` [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:1804:5 [INFO] [stdout] | [INFO] [stdout] 1804 | / #[doc = " Initialize bgfx library."] [INFO] [stdout] 1805 | | #[doc = ""] [INFO] [stdout] 1806 | | #[doc = " @param[in] _init Initialization parameters. See: `bgfx::Init` for more info."] [INFO] [stdout] 1807 | | #[doc = ""] [INFO] [stdout] 1808 | | #[doc = " @returns `true` if initialization was successful."] [INFO] [stdout] 1809 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _init Initialization parameters. See: `bgfx::Init` for more info. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:1818:5 [INFO] [stdout] | [INFO] [stdout] 1818 | / #[doc = " Reset graphic settings and back-buffer size."] [INFO] [stdout] 1819 | | #[doc = " @attention This call doesn't actually change window size, it just"] [INFO] [stdout] 1820 | | #[doc = " resizes back-buffer. Windowing code has to change window size."] [INFO] [stdout] 1821 | | #[doc = ""] [INFO] [stdout] ... | [INFO] [stdout] 1836 | | #[doc = " @param[in] _format Texture format. See: `TextureFormat::Enum`."] [INFO] [stdout] 1837 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _width Back-buffer width. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:1841:5 [INFO] [stdout] | [INFO] [stdout] 1841 | / #[doc = " Advance to next frame. When using multithreaded renderer, this call"] [INFO] [stdout] 1842 | | #[doc = " just swaps internal buffers, kicks render thread, and returns. In"] [INFO] [stdout] 1843 | | #[doc = " singlethreaded renderer this call does frame rendering."] [INFO] [stdout] 1844 | | #[doc = ""] [INFO] [stdout] ... | [INFO] [stdout] 1849 | | #[doc = " library via `bgfx::makeRef` calls."] [INFO] [stdout] 1850 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _capture Capture frame with graphics debugger. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:1874:5 [INFO] [stdout] | [INFO] [stdout] 1874 | / #[doc = " Allocate buffer to pass to bgfx calls. Data will be freed inside bgfx."] [INFO] [stdout] 1875 | | #[doc = ""] [INFO] [stdout] 1876 | | #[doc = " @param[in] _size Size to allocate."] [INFO] [stdout] 1877 | | #[doc = ""] [INFO] [stdout] 1878 | | #[doc = " @returns Allocated memory."] [INFO] [stdout] 1879 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _size Size to allocate. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:1883:5 [INFO] [stdout] | [INFO] [stdout] 1883 | / #[doc = " Allocate buffer and copy data into it. Data will be freed inside bgfx."] [INFO] [stdout] 1884 | | #[doc = ""] [INFO] [stdout] 1885 | | #[doc = " @param[in] _data Pointer to data to be copied."] [INFO] [stdout] 1886 | | #[doc = " @param[in] _size Size of data to be copied."] [INFO] [stdout] 1887 | | #[doc = ""] [INFO] [stdout] 1888 | | #[doc = " @returns Allocated memory."] [INFO] [stdout] 1889 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _data Pointer to data to be copied. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:1893:5 [INFO] [stdout] | [INFO] [stdout] 1893 | / #[doc = " Make reference to data to pass to bgfx. Unlike `bgfx::alloc`, this call"] [INFO] [stdout] 1894 | | #[doc = " doesn't allocate memory for data. It just copies the _data pointer. You"] [INFO] [stdout] 1895 | | #[doc = " can pass `ReleaseFn` function pointer to release this memory after it's"] [INFO] [stdout] 1896 | | #[doc = " consumed, otherwise you must make sure _data is available for at least 2"] [INFO] [stdout] ... | [INFO] [stdout] 1904 | | #[doc = " @returns Referenced memory."] [INFO] [stdout] 1905 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _data Pointer to data. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:1909:5 [INFO] [stdout] | [INFO] [stdout] 1909 | / #[doc = " Make reference to data to pass to bgfx. Unlike `bgfx::alloc`, this call"] [INFO] [stdout] 1910 | | #[doc = " doesn't allocate memory for data. It just copies the _data pointer. You"] [INFO] [stdout] 1911 | | #[doc = " can pass `ReleaseFn` function pointer to release this memory after it's"] [INFO] [stdout] 1912 | | #[doc = " consumed, otherwise you must make sure _data is available for at least 2"] [INFO] [stdout] ... | [INFO] [stdout] 1922 | | #[doc = " @returns Referenced memory."] [INFO] [stdout] 1923 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _data Pointer to data. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:1932:5 [INFO] [stdout] | [INFO] [stdout] 1932 | / #[doc = " Set debug flags."] [INFO] [stdout] 1933 | | #[doc = ""] [INFO] [stdout] 1934 | | #[doc = " @param[in] _debug Available flags:"] [INFO] [stdout] 1935 | | #[doc = " - `BGFX_DEBUG_IFH` - Infinitely fast hardware. When this flag is set"] [INFO] [stdout] ... | [INFO] [stdout] 1942 | | #[doc = " primitives will be rendered as lines."] [INFO] [stdout] 1943 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _debug Available flags: [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:1947:5 [INFO] [stdout] | [INFO] [stdout] 1947 | / #[doc = " Clear internal debug text buffer."] [INFO] [stdout] 1948 | | #[doc = ""] [INFO] [stdout] 1949 | | #[doc = " @param[in] _attr Background color."] [INFO] [stdout] 1950 | | #[doc = " @param[in] _small Default 8x16 or 8x8 font."] [INFO] [stdout] 1951 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _attr Background color. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:1955:5 [INFO] [stdout] | [INFO] [stdout] 1955 | / #[doc = " Print formatted data to internal debug text character-buffer (VGA-compatible text mode)."] [INFO] [stdout] 1956 | | #[doc = ""] [INFO] [stdout] 1957 | | #[doc = " @param[in] _x Position x from the left corner of the window."] [INFO] [stdout] 1958 | | #[doc = " @param[in] _y Position y from the top corner of the window."] [INFO] [stdout] ... | [INFO] [stdout] 1962 | | #[doc = " @param[in]"] [INFO] [stdout] 1963 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _x Position x from the left corner of the window. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:1973:5 [INFO] [stdout] | [INFO] [stdout] 1973 | / #[doc = " Print formatted data from variable argument list to internal debug text character-buffer (VGA-compatible text mode)."] [INFO] [stdout] 1974 | | #[doc = ""] [INFO] [stdout] 1975 | | #[doc = " @param[in] _x Position x from the left corner of the window."] [INFO] [stdout] 1976 | | #[doc = " @param[in] _y Position y from the top corner of the window."] [INFO] [stdout] ... | [INFO] [stdout] 1980 | | #[doc = " @param[in] _argList Variable arguments list for format string."] [INFO] [stdout] 1981 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _x Position x from the left corner of the window. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:1991:5 [INFO] [stdout] | [INFO] [stdout] 1991 | / #[doc = " Draw image into internal debug text buffer."] [INFO] [stdout] 1992 | | #[doc = ""] [INFO] [stdout] 1993 | | #[doc = " @param[in] _x Position x from the left corner of the window."] [INFO] [stdout] 1994 | | #[doc = " @param[in] _y Position y from the top corner of the window."] [INFO] [stdout] ... | [INFO] [stdout] 1998 | | #[doc = " @param[in] _pitch Image pitch in bytes."] [INFO] [stdout] 1999 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _x Position x from the left corner of the window. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2010:5 [INFO] [stdout] | [INFO] [stdout] 2010 | / #[doc = " Create static index buffer."] [INFO] [stdout] 2011 | | #[doc = ""] [INFO] [stdout] 2012 | | #[doc = " @param[in] _mem Index buffer data."] [INFO] [stdout] 2013 | | #[doc = " @param[in] _flags Buffer creation flags."] [INFO] [stdout] ... | [INFO] [stdout] 2024 | | #[doc = " index buffers."] [INFO] [stdout] 2025 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _mem Index buffer data. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2032:5 [INFO] [stdout] | [INFO] [stdout] 2032 | / #[doc = " Set static index buffer debug name."] [INFO] [stdout] 2033 | | #[doc = ""] [INFO] [stdout] 2034 | | #[doc = " @param[in] _handle Static index buffer handle."] [INFO] [stdout] 2035 | | #[doc = " @param[in] _name Static index buffer name."] [INFO] [stdout] 2036 | | #[doc = " @param[in] _len Static index buffer name length (if length is INT32_MAX, it's expected"] [INFO] [stdout] 2037 | | #[doc = " that _name is zero terminated string."] [INFO] [stdout] 2038 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _handle Static index buffer handle. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2046:5 [INFO] [stdout] | [INFO] [stdout] 2046 | / #[doc = " Destroy static index buffer."] [INFO] [stdout] 2047 | | #[doc = ""] [INFO] [stdout] 2048 | | #[doc = " @param[in] _handle Static index buffer handle."] [INFO] [stdout] 2049 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _handle Static index buffer handle. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2053:5 [INFO] [stdout] | [INFO] [stdout] 2053 | / #[doc = " Create vertex layout."] [INFO] [stdout] 2054 | | #[doc = ""] [INFO] [stdout] 2055 | | #[doc = " @param[in] _layout Vertex layout."] [INFO] [stdout] 2056 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _layout Vertex layout. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2062:5 [INFO] [stdout] | [INFO] [stdout] 2062 | / #[doc = " Destroy vertex layout."] [INFO] [stdout] 2063 | | #[doc = ""] [INFO] [stdout] 2064 | | #[doc = " @param[in] _layoutHandle Vertex layout handle."] [INFO] [stdout] 2065 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _layoutHandle Vertex layout handle. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2069:5 [INFO] [stdout] | [INFO] [stdout] 2069 | / #[doc = " Create static vertex buffer."] [INFO] [stdout] 2070 | | #[doc = ""] [INFO] [stdout] 2071 | | #[doc = " @param[in] _mem Vertex buffer data."] [INFO] [stdout] 2072 | | #[doc = " @param[in] _layout Vertex layout."] [INFO] [stdout] ... | [INFO] [stdout] 2084 | | #[doc = " @returns Static vertex buffer handle."] [INFO] [stdout] 2085 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _mem Vertex buffer data. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2093:5 [INFO] [stdout] | [INFO] [stdout] 2093 | / #[doc = " Set static vertex buffer debug name."] [INFO] [stdout] 2094 | | #[doc = ""] [INFO] [stdout] 2095 | | #[doc = " @param[in] _handle Static vertex buffer handle."] [INFO] [stdout] 2096 | | #[doc = " @param[in] _name Static vertex buffer name."] [INFO] [stdout] 2097 | | #[doc = " @param[in] _len Static vertex buffer name length (if length is INT32_MAX, it's expected"] [INFO] [stdout] 2098 | | #[doc = " that _name is zero terminated string."] [INFO] [stdout] 2099 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _handle Static vertex buffer handle. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2107:5 [INFO] [stdout] | [INFO] [stdout] 2107 | / #[doc = " Destroy static vertex buffer."] [INFO] [stdout] 2108 | | #[doc = ""] [INFO] [stdout] 2109 | | #[doc = " @param[in] _handle Static vertex buffer handle."] [INFO] [stdout] 2110 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _handle Static vertex buffer handle. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2114:5 [INFO] [stdout] | [INFO] [stdout] 2114 | / #[doc = " Create empty dynamic index buffer."] [INFO] [stdout] 2115 | | #[doc = ""] [INFO] [stdout] 2116 | | #[doc = " @param[in] _num Number of indices."] [INFO] [stdout] 2117 | | #[doc = " @param[in] _flags Buffer creation flags."] [INFO] [stdout] ... | [INFO] [stdout] 2130 | | #[doc = " @returns Dynamic index buffer handle."] [INFO] [stdout] 2131 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _num Number of indices. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2138:5 [INFO] [stdout] | [INFO] [stdout] 2138 | / #[doc = " Create dynamic index buffer and initialized it."] [INFO] [stdout] 2139 | | #[doc = ""] [INFO] [stdout] 2140 | | #[doc = " @param[in] _mem Index buffer data."] [INFO] [stdout] 2141 | | #[doc = " @param[in] _flags Buffer creation flags."] [INFO] [stdout] ... | [INFO] [stdout] 2154 | | #[doc = " @returns Dynamic index buffer handle."] [INFO] [stdout] 2155 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _mem Index buffer data. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2162:5 [INFO] [stdout] | [INFO] [stdout] 2162 | / #[doc = " Update dynamic index buffer."] [INFO] [stdout] 2163 | | #[doc = ""] [INFO] [stdout] 2164 | | #[doc = " @param[in] _handle Dynamic index buffer handle."] [INFO] [stdout] 2165 | | #[doc = " @param[in] _startIndex Start index."] [INFO] [stdout] 2166 | | #[doc = " @param[in] _mem Index buffer data."] [INFO] [stdout] 2167 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _handle Dynamic index buffer handle. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2175:5 [INFO] [stdout] | [INFO] [stdout] 2175 | / #[doc = " Destroy dynamic index buffer."] [INFO] [stdout] 2176 | | #[doc = ""] [INFO] [stdout] 2177 | | #[doc = " @param[in] _handle Dynamic index buffer handle."] [INFO] [stdout] 2178 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _handle Dynamic index buffer handle. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2182:5 [INFO] [stdout] | [INFO] [stdout] 2182 | / #[doc = " Create empty dynamic vertex buffer."] [INFO] [stdout] 2183 | | #[doc = ""] [INFO] [stdout] 2184 | | #[doc = " @param[in] _num Number of vertices."] [INFO] [stdout] 2185 | | #[doc = " @param[in] _layout Vertex layout."] [INFO] [stdout] ... | [INFO] [stdout] 2199 | | #[doc = " @returns Dynamic vertex buffer handle."] [INFO] [stdout] 2200 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _num Number of vertices. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2208:5 [INFO] [stdout] | [INFO] [stdout] 2208 | / #[doc = " Create dynamic vertex buffer and initialize it."] [INFO] [stdout] 2209 | | #[doc = ""] [INFO] [stdout] 2210 | | #[doc = " @param[in] _mem Vertex buffer data."] [INFO] [stdout] 2211 | | #[doc = " @param[in] _layout Vertex layout."] [INFO] [stdout] ... | [INFO] [stdout] 2225 | | #[doc = " @returns Dynamic vertex buffer handle."] [INFO] [stdout] 2226 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _mem Vertex buffer data. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2234:5 [INFO] [stdout] | [INFO] [stdout] 2234 | / #[doc = " Update dynamic vertex buffer."] [INFO] [stdout] 2235 | | #[doc = ""] [INFO] [stdout] 2236 | | #[doc = " @param[in] _handle Dynamic vertex buffer handle."] [INFO] [stdout] 2237 | | #[doc = " @param[in] _startVertex Start vertex."] [INFO] [stdout] 2238 | | #[doc = " @param[in] _mem Vertex buffer data."] [INFO] [stdout] 2239 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _handle Dynamic vertex buffer handle. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2247:5 [INFO] [stdout] | [INFO] [stdout] 2247 | / #[doc = " Destroy dynamic vertex buffer."] [INFO] [stdout] 2248 | | #[doc = ""] [INFO] [stdout] 2249 | | #[doc = " @param[in] _handle Dynamic vertex buffer handle."] [INFO] [stdout] 2250 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _handle Dynamic vertex buffer handle. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2254:5 [INFO] [stdout] | [INFO] [stdout] 2254 | / #[doc = " Returns number of requested or maximum available indices."] [INFO] [stdout] 2255 | | #[doc = ""] [INFO] [stdout] 2256 | | #[doc = " @param[in] _num Number of required indices."] [INFO] [stdout] 2257 | | #[doc = " @param[in] _index32 Set to `true` if input indices will be 32-bit."] [INFO] [stdout] 2258 | | #[doc = ""] [INFO] [stdout] 2259 | | #[doc = " @returns Number of requested or maximum available indices."] [INFO] [stdout] 2260 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _num Number of required indices. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2264:5 [INFO] [stdout] | [INFO] [stdout] 2264 | / #[doc = " Returns number of requested or maximum available vertices."] [INFO] [stdout] 2265 | | #[doc = ""] [INFO] [stdout] 2266 | | #[doc = " @param[in] _num Number of required vertices."] [INFO] [stdout] 2267 | | #[doc = " @param[in] _layout Vertex layout."] [INFO] [stdout] 2268 | | #[doc = ""] [INFO] [stdout] 2269 | | #[doc = " @returns Number of requested or maximum available vertices."] [INFO] [stdout] 2270 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _num Number of required vertices. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2277:5 [INFO] [stdout] | [INFO] [stdout] 2277 | / #[doc = " Returns number of requested or maximum available instance buffer slots."] [INFO] [stdout] 2278 | | #[doc = ""] [INFO] [stdout] 2279 | | #[doc = " @param[in] _num Number of required instances."] [INFO] [stdout] 2280 | | #[doc = " @param[in] _stride Stride per instance."] [INFO] [stdout] 2281 | | #[doc = ""] [INFO] [stdout] 2282 | | #[doc = " @returns Number of requested or maximum available instance buffer slots."] [INFO] [stdout] 2283 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _num Number of required instances. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `out` [INFO] [stdout] --> src/./ffi.rs:2287:5 [INFO] [stdout] | [INFO] [stdout] 2287 | / #[doc = " Allocate transient index buffer."] [INFO] [stdout] 2288 | | #[doc = ""] [INFO] [stdout] 2289 | | #[doc = " @param[out] _tib TransientIndexBuffer structure is filled and is valid"] [INFO] [stdout] 2290 | | #[doc = " for the duration of frame, and it can be reused for multiple draw"] [INFO] [stdout] ... | [INFO] [stdout] 2293 | | #[doc = " @param[in] _index32 Set to `true` if input indices will be 32-bit."] [INFO] [stdout] 2294 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[out] _tib TransientIndexBuffer structure is filled and is valid [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `out` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2287:5 [INFO] [stdout] | [INFO] [stdout] 2287 | / #[doc = " Allocate transient index buffer."] [INFO] [stdout] 2288 | | #[doc = ""] [INFO] [stdout] 2289 | | #[doc = " @param[out] _tib TransientIndexBuffer structure is filled and is valid"] [INFO] [stdout] 2290 | | #[doc = " for the duration of frame, and it can be reused for multiple draw"] [INFO] [stdout] ... | [INFO] [stdout] 2293 | | #[doc = " @param[in] _index32 Set to `true` if input indices will be 32-bit."] [INFO] [stdout] 2294 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _num Number of indices to allocate. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `out` [INFO] [stdout] --> src/./ffi.rs:2302:5 [INFO] [stdout] | [INFO] [stdout] 2302 | / #[doc = " Allocate transient vertex buffer."] [INFO] [stdout] 2303 | | #[doc = ""] [INFO] [stdout] 2304 | | #[doc = " @param[out] _tvb TransientVertexBuffer structure is filled and is valid"] [INFO] [stdout] 2305 | | #[doc = " for the duration of frame, and it can be reused for multiple draw"] [INFO] [stdout] ... | [INFO] [stdout] 2308 | | #[doc = " @param[in] _layout Vertex layout."] [INFO] [stdout] 2309 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[out] _tvb TransientVertexBuffer structure is filled and is valid [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `out` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2302:5 [INFO] [stdout] | [INFO] [stdout] 2302 | / #[doc = " Allocate transient vertex buffer."] [INFO] [stdout] 2303 | | #[doc = ""] [INFO] [stdout] 2304 | | #[doc = " @param[out] _tvb TransientVertexBuffer structure is filled and is valid"] [INFO] [stdout] 2305 | | #[doc = " for the duration of frame, and it can be reused for multiple draw"] [INFO] [stdout] ... | [INFO] [stdout] 2308 | | #[doc = " @param[in] _layout Vertex layout."] [INFO] [stdout] 2309 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _num Number of vertices to allocate. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `out` [INFO] [stdout] --> src/./ffi.rs:2317:5 [INFO] [stdout] | [INFO] [stdout] 2317 | / #[doc = " Check for required space and allocate transient vertex and index"] [INFO] [stdout] 2318 | | #[doc = " buffers. If both space requirements are satisfied function returns"] [INFO] [stdout] 2319 | | #[doc = " true."] [INFO] [stdout] 2320 | | #[doc = ""] [INFO] [stdout] ... | [INFO] [stdout] 2330 | | #[doc = " @param[in] _index32 Set to `true` if input indices will be 32-bit."] [INFO] [stdout] 2331 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[out] _tvb TransientVertexBuffer structure is filled and is valid [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `out` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2317:5 [INFO] [stdout] | [INFO] [stdout] 2317 | / #[doc = " Check for required space and allocate transient vertex and index"] [INFO] [stdout] 2318 | | #[doc = " buffers. If both space requirements are satisfied function returns"] [INFO] [stdout] 2319 | | #[doc = " true."] [INFO] [stdout] 2320 | | #[doc = ""] [INFO] [stdout] ... | [INFO] [stdout] 2330 | | #[doc = " @param[in] _index32 Set to `true` if input indices will be 32-bit."] [INFO] [stdout] 2331 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _layout Vertex layout. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `out` [INFO] [stdout] --> src/./ffi.rs:2342:5 [INFO] [stdout] | [INFO] [stdout] 2342 | / #[doc = " Allocate instance data buffer."] [INFO] [stdout] 2343 | | #[doc = ""] [INFO] [stdout] 2344 | | #[doc = " @param[out] _idb InstanceDataBuffer structure is filled and is valid"] [INFO] [stdout] 2345 | | #[doc = " for duration of frame, and it can be reused for multiple draw"] [INFO] [stdout] ... | [INFO] [stdout] 2348 | | #[doc = " @param[in] _stride Instance stride. Must be multiple of 16."] [INFO] [stdout] 2349 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[out] _idb InstanceDataBuffer structure is filled and is valid [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `out` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2342:5 [INFO] [stdout] | [INFO] [stdout] 2342 | / #[doc = " Allocate instance data buffer."] [INFO] [stdout] 2343 | | #[doc = ""] [INFO] [stdout] 2344 | | #[doc = " @param[out] _idb InstanceDataBuffer structure is filled and is valid"] [INFO] [stdout] 2345 | | #[doc = " for duration of frame, and it can be reused for multiple draw"] [INFO] [stdout] ... | [INFO] [stdout] 2348 | | #[doc = " @param[in] _stride Instance stride. Must be multiple of 16."] [INFO] [stdout] 2349 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _num Number of instances. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2357:5 [INFO] [stdout] | [INFO] [stdout] 2357 | / #[doc = " Create draw indirect buffer."] [INFO] [stdout] 2358 | | #[doc = ""] [INFO] [stdout] 2359 | | #[doc = " @param[in] _num Number of indirect calls."] [INFO] [stdout] 2360 | | #[doc = ""] [INFO] [stdout] 2361 | | #[doc = " @returns Indirect buffer handle."] [INFO] [stdout] 2362 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _num Number of indirect calls. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2366:5 [INFO] [stdout] | [INFO] [stdout] 2366 | / #[doc = " Destroy draw indirect buffer."] [INFO] [stdout] 2367 | | #[doc = ""] [INFO] [stdout] 2368 | | #[doc = " @param[in] _handle Indirect buffer handle."] [INFO] [stdout] 2369 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _handle Indirect buffer handle. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2373:5 [INFO] [stdout] | [INFO] [stdout] 2373 | / #[doc = " Create shader from memory buffer."] [INFO] [stdout] 2374 | | #[doc = ""] [INFO] [stdout] 2375 | | #[doc = " @param[in] _mem Shader binary."] [INFO] [stdout] 2376 | | #[doc = ""] [INFO] [stdout] 2377 | | #[doc = " @returns Shader handle."] [INFO] [stdout] 2378 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _mem Shader binary. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2382:5 [INFO] [stdout] | [INFO] [stdout] 2382 | / #[doc = " Returns the number of uniforms and uniform handles used inside a shader."] [INFO] [stdout] 2383 | | #[doc = " @remarks"] [INFO] [stdout] 2384 | | #[doc = " Only non-predefined uniforms are returned."] [INFO] [stdout] 2385 | | #[doc = ""] [INFO] [stdout] ... | [INFO] [stdout] 2390 | | #[doc = " @returns Number of uniforms used by shader."] [INFO] [stdout] 2391 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _handle Shader handle. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `out` [INFO] [stdout] --> src/./ffi.rs:2382:5 [INFO] [stdout] | [INFO] [stdout] 2382 | / #[doc = " Returns the number of uniforms and uniform handles used inside a shader."] [INFO] [stdout] 2383 | | #[doc = " @remarks"] [INFO] [stdout] 2384 | | #[doc = " Only non-predefined uniforms are returned."] [INFO] [stdout] 2385 | | #[doc = ""] [INFO] [stdout] ... | [INFO] [stdout] 2390 | | #[doc = " @returns Number of uniforms used by shader."] [INFO] [stdout] 2391 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[out] _uniforms UniformHandle array where data will be stored. [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `out` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2399:5 [INFO] [stdout] | [INFO] [stdout] 2399 | / #[doc = " Set shader debug name."] [INFO] [stdout] 2400 | | #[doc = ""] [INFO] [stdout] 2401 | | #[doc = " @param[in] _handle Shader handle."] [INFO] [stdout] 2402 | | #[doc = " @param[in] _name Shader name."] [INFO] [stdout] 2403 | | #[doc = " @param[in] _len Shader name length (if length is INT32_MAX, it's expected"] [INFO] [stdout] 2404 | | #[doc = " that _name is zero terminated string)."] [INFO] [stdout] 2405 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _handle Shader handle. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2413:5 [INFO] [stdout] | [INFO] [stdout] 2413 | / #[doc = " Destroy shader."] [INFO] [stdout] 2414 | | #[doc = " @remark Once a shader program is created with _handle,"] [INFO] [stdout] 2415 | | #[doc = " it is safe to destroy that shader."] [INFO] [stdout] 2416 | | #[doc = ""] [INFO] [stdout] 2417 | | #[doc = " @param[in] _handle Shader handle."] [INFO] [stdout] 2418 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _handle Shader handle. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2422:5 [INFO] [stdout] | [INFO] [stdout] 2422 | / #[doc = " Create program with vertex and fragment shaders."] [INFO] [stdout] 2423 | | #[doc = ""] [INFO] [stdout] 2424 | | #[doc = " @param[in] _vsh Vertex shader."] [INFO] [stdout] 2425 | | #[doc = " @param[in] _fsh Fragment shader."] [INFO] [stdout] ... | [INFO] [stdout] 2429 | | #[doc = " input are matching, otherwise returns invalid program handle."] [INFO] [stdout] 2430 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _vsh Vertex shader. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2438:5 [INFO] [stdout] | [INFO] [stdout] 2438 | / #[doc = " Create program with compute shader."] [INFO] [stdout] 2439 | | #[doc = ""] [INFO] [stdout] 2440 | | #[doc = " @param[in] _csh Compute shader."] [INFO] [stdout] 2441 | | #[doc = " @param[in] _destroyShaders If true, shaders will be destroyed when program is destroyed."] [INFO] [stdout] 2442 | | #[doc = ""] [INFO] [stdout] 2443 | | #[doc = " @returns Program handle."] [INFO] [stdout] 2444 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _csh Compute shader. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2451:5 [INFO] [stdout] | [INFO] [stdout] 2451 | / #[doc = " Destroy program."] [INFO] [stdout] 2452 | | #[doc = ""] [INFO] [stdout] 2453 | | #[doc = " @param[in] _handle Program handle."] [INFO] [stdout] 2454 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _handle Program handle. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2458:5 [INFO] [stdout] | [INFO] [stdout] 2458 | / #[doc = " Validate texture parameters."] [INFO] [stdout] 2459 | | #[doc = ""] [INFO] [stdout] 2460 | | #[doc = " @param[in] _depth Depth dimension of volume texture."] [INFO] [stdout] 2461 | | #[doc = " @param[in] _cubeMap Indicates that texture contains cubemap."] [INFO] [stdout] ... | [INFO] [stdout] 2466 | | #[doc = " @returns True if texture can be successfully created."] [INFO] [stdout] 2467 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _depth Depth dimension of volume texture. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2477:5 [INFO] [stdout] | [INFO] [stdout] 2477 | / #[doc = " Validate frame buffer parameters."] [INFO] [stdout] 2478 | | #[doc = ""] [INFO] [stdout] 2479 | | #[doc = " @param[in] _num Number of attachments."] [INFO] [stdout] 2480 | | #[doc = " @param[in] _attachment Attachment texture info. See: `bgfx::Attachment`."] [INFO] [stdout] 2481 | | #[doc = ""] [INFO] [stdout] 2482 | | #[doc = " @returns True if frame buffer can be successfully created."] [INFO] [stdout] 2483 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _num Number of attachments. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `out` [INFO] [stdout] --> src/./ffi.rs:2487:5 [INFO] [stdout] | [INFO] [stdout] 2487 | / #[doc = " Calculate amount of memory required for texture."] [INFO] [stdout] 2488 | | #[doc = ""] [INFO] [stdout] 2489 | | #[doc = " @param[out] _info Resulting texture info structure. See: `TextureInfo`."] [INFO] [stdout] 2490 | | #[doc = " @param[in] _width Width."] [INFO] [stdout] ... | [INFO] [stdout] 2496 | | #[doc = " @param[in] _format Texture format. See: `TextureFormat::Enum`."] [INFO] [stdout] 2497 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[out] _info Resulting texture info structure. See: `TextureInfo`. [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `out` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2487:5 [INFO] [stdout] | [INFO] [stdout] 2487 | / #[doc = " Calculate amount of memory required for texture."] [INFO] [stdout] 2488 | | #[doc = ""] [INFO] [stdout] 2489 | | #[doc = " @param[out] _info Resulting texture info structure. See: `TextureInfo`."] [INFO] [stdout] 2490 | | #[doc = " @param[in] _width Width."] [INFO] [stdout] ... | [INFO] [stdout] 2496 | | #[doc = " @param[in] _format Texture format. See: `TextureFormat::Enum`."] [INFO] [stdout] 2497 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _width Width. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2510:5 [INFO] [stdout] | [INFO] [stdout] 2510 | / #[doc = " Create texture from memory buffer."] [INFO] [stdout] 2511 | | #[doc = ""] [INFO] [stdout] 2512 | | #[doc = " @param[in] _mem DDS, KTX or PVR texture binary data."] [INFO] [stdout] 2513 | | #[doc = " @param[in] _flags Texture creation (see `BGFX_TEXTURE_*`.), and sampler (see `BGFX_SAMPLER_*`)"] [INFO] [stdout] ... | [INFO] [stdout] 2522 | | #[doc = " @returns Texture handle."] [INFO] [stdout] 2523 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _mem DDS, KTX or PVR texture binary data. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `out` [INFO] [stdout] --> src/./ffi.rs:2510:5 [INFO] [stdout] | [INFO] [stdout] 2510 | / #[doc = " Create texture from memory buffer."] [INFO] [stdout] 2511 | | #[doc = ""] [INFO] [stdout] 2512 | | #[doc = " @param[in] _mem DDS, KTX or PVR texture binary data."] [INFO] [stdout] 2513 | | #[doc = " @param[in] _flags Texture creation (see `BGFX_TEXTURE_*`.), and sampler (see `BGFX_SAMPLER_*`)"] [INFO] [stdout] ... | [INFO] [stdout] 2522 | | #[doc = " @returns Texture handle."] [INFO] [stdout] 2523 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[out] _info When non-`NULL` is specified it returns parsed texture information. [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `out` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2532:5 [INFO] [stdout] | [INFO] [stdout] 2532 | / #[doc = " Create 2D texture."] [INFO] [stdout] 2533 | | #[doc = ""] [INFO] [stdout] 2534 | | #[doc = " @param[in] _width Width."] [INFO] [stdout] 2535 | | #[doc = " @param[in] _height Height."] [INFO] [stdout] ... | [INFO] [stdout] 2550 | | #[doc = " @returns Texture handle."] [INFO] [stdout] 2551 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _width Width. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2563:5 [INFO] [stdout] | [INFO] [stdout] 2563 | / #[doc = " Create texture with size based on backbuffer ratio. Texture will maintain ratio"] [INFO] [stdout] 2564 | | #[doc = " if back buffer resolution changes."] [INFO] [stdout] 2565 | | #[doc = ""] [INFO] [stdout] 2566 | | #[doc = " @param[in] _ratio Texture size in respect to back-buffer size. See: `BackbufferRatio::Enum`."] [INFO] [stdout] ... | [INFO] [stdout] 2578 | | #[doc = " @returns Texture handle."] [INFO] [stdout] 2579 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _ratio Texture size in respect to back-buffer size. See: `BackbufferRatio::Enum`. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2589:5 [INFO] [stdout] | [INFO] [stdout] 2589 | / #[doc = " Create 3D texture."] [INFO] [stdout] 2590 | | #[doc = ""] [INFO] [stdout] 2591 | | #[doc = " @param[in] _width Width."] [INFO] [stdout] 2592 | | #[doc = " @param[in] _height Height."] [INFO] [stdout] ... | [INFO] [stdout] 2606 | | #[doc = " @returns Texture handle."] [INFO] [stdout] 2607 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _width Width. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2619:5 [INFO] [stdout] | [INFO] [stdout] 2619 | / #[doc = " Create Cube texture."] [INFO] [stdout] 2620 | | #[doc = ""] [INFO] [stdout] 2621 | | #[doc = " @param[in] _size Cube side size."] [INFO] [stdout] 2622 | | #[doc = " @param[in] _hasMips Indicates that texture contains full mip-map chain."] [INFO] [stdout] ... | [INFO] [stdout] 2636 | | #[doc = " @returns Texture handle."] [INFO] [stdout] 2637 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _size Cube side size. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2648:5 [INFO] [stdout] | [INFO] [stdout] 2648 | / #[doc = " Update 2D texture."] [INFO] [stdout] 2649 | | #[doc = " @attention It's valid to update only mutable texture. See `bgfx::createTexture2D` for more info."] [INFO] [stdout] 2650 | | #[doc = ""] [INFO] [stdout] 2651 | | #[doc = " @param[in] _handle Texture handle."] [INFO] [stdout] ... | [INFO] [stdout] 2660 | | #[doc = " UINT16_MAX, it will be calculated internally based on _width."] [INFO] [stdout] 2661 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _handle Texture handle. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2675:5 [INFO] [stdout] | [INFO] [stdout] 2675 | / #[doc = " Update 3D texture."] [INFO] [stdout] 2676 | | #[doc = " @attention It's valid to update only mutable texture. See `bgfx::createTexture3D` for more info."] [INFO] [stdout] 2677 | | #[doc = ""] [INFO] [stdout] 2678 | | #[doc = " @param[in] _handle Texture handle."] [INFO] [stdout] ... | [INFO] [stdout] 2686 | | #[doc = " @param[in] _mem Texture update data."] [INFO] [stdout] 2687 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _handle Texture handle. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2701:5 [INFO] [stdout] | [INFO] [stdout] 2701 | / #[doc = " Update Cube texture."] [INFO] [stdout] 2702 | | #[doc = " @attention It's valid to update only mutable texture. See `bgfx::createTextureCube` for more info."] [INFO] [stdout] 2703 | | #[doc = ""] [INFO] [stdout] 2704 | | #[doc = " @param[in] _handle Texture handle."] [INFO] [stdout] ... | [INFO] [stdout] 2731 | | #[doc = " UINT16_MAX, it will be calculated internally based on _width."] [INFO] [stdout] 2732 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _handle Texture handle. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2747:5 [INFO] [stdout] | [INFO] [stdout] 2747 | / #[doc = " Read back texture content."] [INFO] [stdout] 2748 | | #[doc = " @attention Texture must be created with `BGFX_TEXTURE_READ_BACK` flag."] [INFO] [stdout] 2749 | | #[doc = " @attention Availability depends on: `BGFX_CAPS_TEXTURE_READ_BACK`."] [INFO] [stdout] 2750 | | #[doc = ""] [INFO] [stdout] ... | [INFO] [stdout] 2755 | | #[doc = " @returns Frame number when the result will be available. See: `bgfx::frame`."] [INFO] [stdout] 2756 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _handle Texture handle. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2764:5 [INFO] [stdout] | [INFO] [stdout] 2764 | / #[doc = " Set texture debug name."] [INFO] [stdout] 2765 | | #[doc = ""] [INFO] [stdout] 2766 | | #[doc = " @param[in] _handle Texture handle."] [INFO] [stdout] 2767 | | #[doc = " @param[in] _name Texture name."] [INFO] [stdout] 2768 | | #[doc = " @param[in] _len Texture name length (if length is INT32_MAX, it's expected"] [INFO] [stdout] 2769 | | #[doc = " that _name is zero terminated string."] [INFO] [stdout] 2770 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _handle Texture handle. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2778:5 [INFO] [stdout] | [INFO] [stdout] 2778 | / #[doc = " Returns texture direct access pointer."] [INFO] [stdout] 2779 | | #[doc = " @attention Availability depends on: `BGFX_CAPS_TEXTURE_DIRECT_ACCESS`. This feature"] [INFO] [stdout] 2780 | | #[doc = " is available on GPUs that have unified memory architecture (UMA) support."] [INFO] [stdout] 2781 | | #[doc = ""] [INFO] [stdout] ... | [INFO] [stdout] 2787 | | #[doc = " will be valid until texture is destroyed."] [INFO] [stdout] 2788 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _handle Texture handle. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2794:5 [INFO] [stdout] | [INFO] [stdout] 2794 | / #[doc = " Destroy texture."] [INFO] [stdout] 2795 | | #[doc = ""] [INFO] [stdout] 2796 | | #[doc = " @param[in] _handle Texture handle."] [INFO] [stdout] 2797 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _handle Texture handle. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2801:5 [INFO] [stdout] | [INFO] [stdout] 2801 | / #[doc = " Create frame buffer (simple)."] [INFO] [stdout] 2802 | | #[doc = ""] [INFO] [stdout] 2803 | | #[doc = " @param[in] _width Texture width."] [INFO] [stdout] 2804 | | #[doc = " @param[in] _height Texture height."] [INFO] [stdout] ... | [INFO] [stdout] 2813 | | #[doc = " @returns Frame buffer handle."] [INFO] [stdout] 2814 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _width Texture width. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2823:5 [INFO] [stdout] | [INFO] [stdout] 2823 | / #[doc = " Create frame buffer with size based on backbuffer ratio. Frame buffer will maintain ratio"] [INFO] [stdout] 2824 | | #[doc = " if back buffer resolution changes."] [INFO] [stdout] 2825 | | #[doc = ""] [INFO] [stdout] 2826 | | #[doc = " @param[in] _ratio Frame buffer size in respect to back-buffer size. See:"] [INFO] [stdout] ... | [INFO] [stdout] 2836 | | #[doc = " @returns Frame buffer handle."] [INFO] [stdout] 2837 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _ratio Frame buffer size in respect to back-buffer size. See: [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2845:5 [INFO] [stdout] | [INFO] [stdout] 2845 | / #[doc = " Create MRT frame buffer from texture handles (simple)."] [INFO] [stdout] 2846 | | #[doc = ""] [INFO] [stdout] 2847 | | #[doc = " @param[in] _num Number of texture handles."] [INFO] [stdout] 2848 | | #[doc = " @param[in] _handles Texture attachments."] [INFO] [stdout] ... | [INFO] [stdout] 2852 | | #[doc = " @returns Frame buffer handle."] [INFO] [stdout] 2853 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _num Number of texture handles. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2861:5 [INFO] [stdout] | [INFO] [stdout] 2861 | / #[doc = " Create MRT frame buffer from texture handles with specific layer and"] [INFO] [stdout] 2862 | | #[doc = " mip level."] [INFO] [stdout] 2863 | | #[doc = ""] [INFO] [stdout] 2864 | | #[doc = " @param[in] _num Number of attachments."] [INFO] [stdout] ... | [INFO] [stdout] 2869 | | #[doc = " @returns Frame buffer handle."] [INFO] [stdout] 2870 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _num Number of attachments. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2878:5 [INFO] [stdout] | [INFO] [stdout] 2878 | / #[doc = " Create frame buffer for multiple window rendering."] [INFO] [stdout] 2879 | | #[doc = " @remarks"] [INFO] [stdout] 2880 | | #[doc = " Frame buffer cannot be used for sampling."] [INFO] [stdout] 2881 | | #[doc = " @attention Availability depends on: `BGFX_CAPS_SWAP_CHAIN`."] [INFO] [stdout] ... | [INFO] [stdout] 2889 | | #[doc = " @returns Frame buffer handle."] [INFO] [stdout] 2890 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _nwh OS' target native window handle. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2900:5 [INFO] [stdout] | [INFO] [stdout] 2900 | / #[doc = " Set frame buffer debug name."] [INFO] [stdout] 2901 | | #[doc = ""] [INFO] [stdout] 2902 | | #[doc = " @param[in] _handle Frame buffer handle."] [INFO] [stdout] 2903 | | #[doc = " @param[in] _name Frame buffer name."] [INFO] [stdout] 2904 | | #[doc = " @param[in] _len Frame buffer name length (if length is INT32_MAX, it's expected"] [INFO] [stdout] 2905 | | #[doc = " that _name is zero terminated string."] [INFO] [stdout] 2906 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _handle Frame buffer handle. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2914:5 [INFO] [stdout] | [INFO] [stdout] 2914 | / #[doc = " Obtain texture handle of frame buffer attachment."] [INFO] [stdout] 2915 | | #[doc = ""] [INFO] [stdout] 2916 | | #[doc = " @param[in] _handle Frame buffer handle."] [INFO] [stdout] 2917 | | #[doc = " @param[in] _attachment"] [INFO] [stdout] 2918 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _handle Frame buffer handle. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2925:5 [INFO] [stdout] | [INFO] [stdout] 2925 | / #[doc = " Destroy frame buffer."] [INFO] [stdout] 2926 | | #[doc = ""] [INFO] [stdout] 2927 | | #[doc = " @param[in] _handle Frame buffer handle."] [INFO] [stdout] 2928 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _handle Frame buffer handle. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2932:5 [INFO] [stdout] | [INFO] [stdout] 2932 | / #[doc = " Create shader uniform parameter."] [INFO] [stdout] 2933 | | #[doc = " @remarks"] [INFO] [stdout] 2934 | | #[doc = " 1. Uniform names are unique. It's valid to call `bgfx::createUniform`"] [INFO] [stdout] 2935 | | #[doc = " multiple times with the same uniform name. The library will always"] [INFO] [stdout] ... | [INFO] [stdout] 2960 | | #[doc = " @returns Handle to uniform object."] [INFO] [stdout] 2961 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _name Uniform name in shader. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2969:5 [INFO] [stdout] | [INFO] [stdout] 2969 | / #[doc = " Retrieve uniform info."] [INFO] [stdout] 2970 | | #[doc = ""] [INFO] [stdout] 2971 | | #[doc = " @param[in] _handle Handle to uniform object."] [INFO] [stdout] 2972 | | #[doc = " @param[out] _info Uniform info."] [INFO] [stdout] 2973 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _handle Handle to uniform object. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `out` [INFO] [stdout] --> src/./ffi.rs:2969:5 [INFO] [stdout] | [INFO] [stdout] 2969 | / #[doc = " Retrieve uniform info."] [INFO] [stdout] 2970 | | #[doc = ""] [INFO] [stdout] 2971 | | #[doc = " @param[in] _handle Handle to uniform object."] [INFO] [stdout] 2972 | | #[doc = " @param[out] _info Uniform info."] [INFO] [stdout] 2973 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[out] _info Uniform info. [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `out` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2977:5 [INFO] [stdout] | [INFO] [stdout] 2977 | / #[doc = " Destroy shader uniform parameter."] [INFO] [stdout] 2978 | | #[doc = ""] [INFO] [stdout] 2979 | | #[doc = " @param[in] _handle Handle to uniform object."] [INFO] [stdout] 2980 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _handle Handle to uniform object. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:2989:5 [INFO] [stdout] | [INFO] [stdout] 2989 | / #[doc = " Retrieve occlusion query result from previous frame."] [INFO] [stdout] 2990 | | #[doc = ""] [INFO] [stdout] 2991 | | #[doc = " @param[in] _handle Handle to occlusion query object."] [INFO] [stdout] 2992 | | #[doc = " @param[out] _result Number of pixels that passed test. This argument"] [INFO] [stdout] ... | [INFO] [stdout] 2995 | | #[doc = " @returns Occlusion query result."] [INFO] [stdout] 2996 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _handle Handle to occlusion query object. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `out` [INFO] [stdout] --> src/./ffi.rs:2989:5 [INFO] [stdout] | [INFO] [stdout] 2989 | / #[doc = " Retrieve occlusion query result from previous frame."] [INFO] [stdout] 2990 | | #[doc = ""] [INFO] [stdout] 2991 | | #[doc = " @param[in] _handle Handle to occlusion query object."] [INFO] [stdout] 2992 | | #[doc = " @param[out] _result Number of pixels that passed test. This argument"] [INFO] [stdout] ... | [INFO] [stdout] 2995 | | #[doc = " @returns Occlusion query result."] [INFO] [stdout] 2996 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[out] _result Number of pixels that passed test. This argument [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `out` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3003:5 [INFO] [stdout] | [INFO] [stdout] 3003 | / #[doc = " Destroy occlusion query."] [INFO] [stdout] 3004 | | #[doc = ""] [INFO] [stdout] 3005 | | #[doc = " @param[in] _handle Handle to occlusion query object."] [INFO] [stdout] 3006 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _handle Handle to occlusion query object. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3010:5 [INFO] [stdout] | [INFO] [stdout] 3010 | / #[doc = " Set palette color value."] [INFO] [stdout] 3011 | | #[doc = ""] [INFO] [stdout] 3012 | | #[doc = " @param[in] _index Index into palette."] [INFO] [stdout] 3013 | | #[doc = " @param[in] _rgba RGBA floating point values."] [INFO] [stdout] 3014 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _index Index into palette. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3018:5 [INFO] [stdout] | [INFO] [stdout] 3018 | / #[doc = " Set palette color value."] [INFO] [stdout] 3019 | | #[doc = ""] [INFO] [stdout] 3020 | | #[doc = " @param[in] _index Index into palette."] [INFO] [stdout] 3021 | | #[doc = " @param[in] _rgba Packed 32-bit RGBA value."] [INFO] [stdout] 3022 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _index Index into palette. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3026:5 [INFO] [stdout] | [INFO] [stdout] 3026 | / #[doc = " Set view name."] [INFO] [stdout] 3027 | | #[doc = " @remarks"] [INFO] [stdout] 3028 | | #[doc = " This is debug only feature."] [INFO] [stdout] 3029 | | #[doc = " In graphics debugger view name will appear as:"] [INFO] [stdout] ... | [INFO] [stdout] 3036 | | #[doc = " @param[in] _name View name."] [INFO] [stdout] 3037 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _id View id. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3041:5 [INFO] [stdout] | [INFO] [stdout] 3041 | / #[doc = " Set view rectangle. Draw primitive outside view will be clipped."] [INFO] [stdout] 3042 | | #[doc = ""] [INFO] [stdout] 3043 | | #[doc = " @param[in] _id View id."] [INFO] [stdout] 3044 | | #[doc = " @param[in] _x Position x from the left corner of the window."] [INFO] [stdout] ... | [INFO] [stdout] 3047 | | #[doc = " @param[in] _height Height of view port region."] [INFO] [stdout] 3048 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _id View id. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3052:5 [INFO] [stdout] | [INFO] [stdout] 3052 | / #[doc = " Set view rectangle. Draw primitive outside view will be clipped."] [INFO] [stdout] 3053 | | #[doc = ""] [INFO] [stdout] 3054 | | #[doc = " @param[in] _id View id."] [INFO] [stdout] 3055 | | #[doc = " @param[in] _x Position x from the left corner of the window."] [INFO] [stdout] ... | [INFO] [stdout] 3058 | | #[doc = " See: `BackbufferRatio::Enum`."] [INFO] [stdout] 3059 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _id View id. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3068:5 [INFO] [stdout] | [INFO] [stdout] 3068 | / #[doc = " Set view scissor. Draw primitive outside view will be clipped. When"] [INFO] [stdout] 3069 | | #[doc = " _x, _y, _width and _height are set to 0, scissor will be disabled."] [INFO] [stdout] 3070 | | #[doc = ""] [INFO] [stdout] 3071 | | #[doc = " @param[in] _id View id."] [INFO] [stdout] ... | [INFO] [stdout] 3075 | | #[doc = " @param[in] _height Height of view scissor region."] [INFO] [stdout] 3076 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _id View id. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3080:5 [INFO] [stdout] | [INFO] [stdout] 3080 | / #[doc = " Set view clear flags."] [INFO] [stdout] 3081 | | #[doc = ""] [INFO] [stdout] 3082 | | #[doc = " @param[in] _id View id."] [INFO] [stdout] 3083 | | #[doc = " @param[in] _flags Clear flags. Use `BGFX_CLEAR_NONE` to remove any clear"] [INFO] [stdout] ... | [INFO] [stdout] 3087 | | #[doc = " @param[in] _stencil Stencil clear value."] [INFO] [stdout] 3088 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _id View id. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3098:5 [INFO] [stdout] | [INFO] [stdout] 3098 | / #[doc = " Set view clear flags with different clear color for each"] [INFO] [stdout] 3099 | | #[doc = " frame buffer texture. Must use `bgfx::setPaletteColor` to setup clear color"] [INFO] [stdout] 3100 | | #[doc = " palette."] [INFO] [stdout] 3101 | | #[doc = ""] [INFO] [stdout] ... | [INFO] [stdout] 3114 | | #[doc = " @param[in] _c7 Palette index for frame buffer attachment 7."] [INFO] [stdout] 3115 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _id View id. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3132:5 [INFO] [stdout] | [INFO] [stdout] 3132 | / #[doc = " Set view sorting mode."] [INFO] [stdout] 3133 | | #[doc = " @remarks"] [INFO] [stdout] 3134 | | #[doc = " View mode must be set prior calling `bgfx::submit` for the view."] [INFO] [stdout] 3135 | | #[doc = ""] [INFO] [stdout] 3136 | | #[doc = " @param[in] _id View id."] [INFO] [stdout] 3137 | | #[doc = " @param[in] _mode View sort mode. See `ViewMode::Enum`."] [INFO] [stdout] 3138 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _id View id. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3142:5 [INFO] [stdout] | [INFO] [stdout] 3142 | / #[doc = " Set view frame buffer."] [INFO] [stdout] 3143 | | #[doc = " @remarks"] [INFO] [stdout] 3144 | | #[doc = " Not persistent after `bgfx::reset` call."] [INFO] [stdout] 3145 | | #[doc = ""] [INFO] [stdout] ... | [INFO] [stdout] 3149 | | #[doc = " default back buffer."] [INFO] [stdout] 3150 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _id View id. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3154:5 [INFO] [stdout] | [INFO] [stdout] 3154 | / #[doc = " Set view view and projection matrices, all draw primitives in this"] [INFO] [stdout] 3155 | | #[doc = " view will use these matrices."] [INFO] [stdout] 3156 | | #[doc = ""] [INFO] [stdout] 3157 | | #[doc = " @param[in] _id View id."] [INFO] [stdout] 3158 | | #[doc = " @param[in] _view View matrix."] [INFO] [stdout] 3159 | | #[doc = " @param[in] _proj Projection matrix."] [INFO] [stdout] 3160 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _id View id. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3168:5 [INFO] [stdout] | [INFO] [stdout] 3168 | / #[doc = " Post submit view reordering."] [INFO] [stdout] 3169 | | #[doc = ""] [INFO] [stdout] 3170 | | #[doc = " @param[in] _id First view id."] [INFO] [stdout] 3171 | | #[doc = " @param[in] _num Number of views to remap."] [INFO] [stdout] 3172 | | #[doc = " @param[in] _order View remap id table. Passing `NULL` will reset view ids"] [INFO] [stdout] 3173 | | #[doc = " to default state."] [INFO] [stdout] 3174 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _id First view id. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3178:5 [INFO] [stdout] | [INFO] [stdout] 3178 | / #[doc = " Reset all view settings to default."] [INFO] [stdout] 3179 | | #[doc = ""] [INFO] [stdout] 3180 | | #[doc = " @param[in] _id"] [INFO] [stdout] 3181 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _id [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3185:5 [INFO] [stdout] | [INFO] [stdout] 3185 | / #[doc = " Begin submitting draw calls from thread."] [INFO] [stdout] 3186 | | #[doc = ""] [INFO] [stdout] 3187 | | #[doc = " @param[in] _forThread Explicitly request an encoder for a worker thread."] [INFO] [stdout] 3188 | | #[doc = ""] [INFO] [stdout] 3189 | | #[doc = " @returns Encoder."] [INFO] [stdout] 3190 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _forThread Explicitly request an encoder for a worker thread. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3194:5 [INFO] [stdout] | [INFO] [stdout] 3194 | / #[doc = " End submitting draw calls from thread."] [INFO] [stdout] 3195 | | #[doc = ""] [INFO] [stdout] 3196 | | #[doc = " @param[in] _encoder Encoder."] [INFO] [stdout] 3197 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _encoder Encoder. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3201:5 [INFO] [stdout] | [INFO] [stdout] 3201 | / #[doc = " Sets a debug marker. This allows you to group graphics calls together for easy browsing in"] [INFO] [stdout] 3202 | | #[doc = " graphics debugging tools."] [INFO] [stdout] 3203 | | #[doc = ""] [INFO] [stdout] 3204 | | #[doc = " @param[in] _marker Marker string."] [INFO] [stdout] 3205 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _marker Marker string. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3212:5 [INFO] [stdout] | [INFO] [stdout] 3212 | / #[doc = " Set render states for draw primitive."] [INFO] [stdout] 3213 | | #[doc = " @remarks"] [INFO] [stdout] 3214 | | #[doc = " 1. To setup more complex states use:"] [INFO] [stdout] 3215 | | #[doc = " `BGFX_STATE_ALPHA_REF(_ref)`,"] [INFO] [stdout] ... | [INFO] [stdout] 3234 | | #[doc = " `BGFX_STATE_BLEND_INV_FACTOR` blend modes."] [INFO] [stdout] 3235 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _state State flags. Default state for primitive type is [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3239:5 [INFO] [stdout] | [INFO] [stdout] 3239 | / #[doc = " Set condition for rendering."] [INFO] [stdout] 3240 | | #[doc = ""] [INFO] [stdout] 3241 | | #[doc = " @param[in] _handle Occlusion query handle."] [INFO] [stdout] 3242 | | #[doc = " @param[in] _visible Render if occlusion query is visible."] [INFO] [stdout] 3243 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _handle Occlusion query handle. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3251:5 [INFO] [stdout] | [INFO] [stdout] 3251 | / #[doc = " Set stencil test state."] [INFO] [stdout] 3252 | | #[doc = ""] [INFO] [stdout] 3253 | | #[doc = " @param[in] _fstencil Front stencil state."] [INFO] [stdout] 3254 | | #[doc = " @param[in] _bstencil Back stencil state. If back is set to `BGFX_STENCIL_NONE`"] [INFO] [stdout] 3255 | | #[doc = " _fstencil is applied to both front and back facing primitives."] [INFO] [stdout] 3256 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _fstencil Front stencil state. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3260:5 [INFO] [stdout] | [INFO] [stdout] 3260 | / #[doc = " Set scissor for draw primitive."] [INFO] [stdout] 3261 | | #[doc = " @remark"] [INFO] [stdout] 3262 | | #[doc = " To scissor for all primitives in view see `bgfx::setViewScissor`."] [INFO] [stdout] 3263 | | #[doc = ""] [INFO] [stdout] ... | [INFO] [stdout] 3269 | | #[doc = " @returns Scissor cache index."] [INFO] [stdout] 3270 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _x Position x from the left corner of the window. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3280:5 [INFO] [stdout] | [INFO] [stdout] 3280 | / #[doc = " Set scissor from cache for draw primitive."] [INFO] [stdout] 3281 | | #[doc = " @remark"] [INFO] [stdout] 3282 | | #[doc = " To scissor for all primitives in view see `bgfx::setViewScissor`."] [INFO] [stdout] 3283 | | #[doc = ""] [INFO] [stdout] 3284 | | #[doc = " @param[in] _cache Index in scissor cache."] [INFO] [stdout] 3285 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _cache Index in scissor cache. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3289:5 [INFO] [stdout] | [INFO] [stdout] 3289 | / #[doc = " Set model matrix for draw primitive. If it is not called,"] [INFO] [stdout] 3290 | | #[doc = " the model will be rendered with an identity model matrix."] [INFO] [stdout] 3291 | | #[doc = ""] [INFO] [stdout] 3292 | | #[doc = " @param[in] _mtx Pointer to first matrix in array."] [INFO] [stdout] ... | [INFO] [stdout] 3296 | | #[doc = " to be used for other draw primitive call."] [INFO] [stdout] 3297 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _mtx Pointer to first matrix in array. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3305:5 [INFO] [stdout] | [INFO] [stdout] 3305 | / #[doc = " Set model matrix from matrix cache for draw primitive."] [INFO] [stdout] 3306 | | #[doc = ""] [INFO] [stdout] 3307 | | #[doc = " @param[in] _cache Index in matrix cache."] [INFO] [stdout] 3308 | | #[doc = " @param[in] _num Number of matrices from cache."] [INFO] [stdout] 3309 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _cache Index in matrix cache. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `out` [INFO] [stdout] --> src/./ffi.rs:3313:5 [INFO] [stdout] | [INFO] [stdout] 3313 | / #[doc = " Reserve matrices in internal matrix cache."] [INFO] [stdout] 3314 | | #[doc = " @attention Pointer returned can be modifed until `bgfx::frame` is called."] [INFO] [stdout] 3315 | | #[doc = ""] [INFO] [stdout] 3316 | | #[doc = " @param[out] _transform Pointer to `Transform` structure."] [INFO] [stdout] ... | [INFO] [stdout] 3319 | | #[doc = " @returns Index in matrix cache."] [INFO] [stdout] 3320 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[out] _transform Pointer to `Transform` structure. [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `out` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3313:5 [INFO] [stdout] | [INFO] [stdout] 3313 | / #[doc = " Reserve matrices in internal matrix cache."] [INFO] [stdout] 3314 | | #[doc = " @attention Pointer returned can be modifed until `bgfx::frame` is called."] [INFO] [stdout] 3315 | | #[doc = ""] [INFO] [stdout] 3316 | | #[doc = " @param[out] _transform Pointer to `Transform` structure."] [INFO] [stdout] ... | [INFO] [stdout] 3319 | | #[doc = " @returns Index in matrix cache."] [INFO] [stdout] 3320 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _num Number of matrices. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3328:5 [INFO] [stdout] | [INFO] [stdout] 3328 | / #[doc = " Set shader uniform parameter for draw primitive."] [INFO] [stdout] 3329 | | #[doc = ""] [INFO] [stdout] 3330 | | #[doc = " @param[in] _handle Uniform."] [INFO] [stdout] 3331 | | #[doc = " @param[in] _value Pointer to uniform data."] [INFO] [stdout] 3332 | | #[doc = " @param[in] _num Number of elements. Passing `UINT16_MAX` will"] [INFO] [stdout] 3333 | | #[doc = " use the _num passed on uniform creation."] [INFO] [stdout] 3334 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _handle Uniform. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3343:5 [INFO] [stdout] | [INFO] [stdout] 3343 | / #[doc = " Set index buffer for draw primitive."] [INFO] [stdout] 3344 | | #[doc = ""] [INFO] [stdout] 3345 | | #[doc = " @param[in] _handle Index buffer."] [INFO] [stdout] 3346 | | #[doc = " @param[in] _firstIndex First index to render."] [INFO] [stdout] 3347 | | #[doc = " @param[in] _numIndices Number of indices to render."] [INFO] [stdout] 3348 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _handle Index buffer. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3357:5 [INFO] [stdout] | [INFO] [stdout] 3357 | / #[doc = " Set index buffer for draw primitive."] [INFO] [stdout] 3358 | | #[doc = ""] [INFO] [stdout] 3359 | | #[doc = " @param[in] _handle Dynamic index buffer."] [INFO] [stdout] 3360 | | #[doc = " @param[in] _firstIndex First index to render."] [INFO] [stdout] 3361 | | #[doc = " @param[in] _numIndices Number of indices to render."] [INFO] [stdout] 3362 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _handle Dynamic index buffer. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3371:5 [INFO] [stdout] | [INFO] [stdout] 3371 | / #[doc = " Set index buffer for draw primitive."] [INFO] [stdout] 3372 | | #[doc = ""] [INFO] [stdout] 3373 | | #[doc = " @param[in] _tib Transient index buffer."] [INFO] [stdout] 3374 | | #[doc = " @param[in] _firstIndex First index to render."] [INFO] [stdout] 3375 | | #[doc = " @param[in] _numIndices Number of indices to render."] [INFO] [stdout] 3376 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _tib Transient index buffer. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3385:5 [INFO] [stdout] | [INFO] [stdout] 3385 | / #[doc = " Set vertex buffer for draw primitive."] [INFO] [stdout] 3386 | | #[doc = ""] [INFO] [stdout] 3387 | | #[doc = " @param[in] _stream Vertex stream."] [INFO] [stdout] 3388 | | #[doc = " @param[in] _handle Vertex buffer."] [INFO] [stdout] 3389 | | #[doc = " @param[in] _startVertex First vertex to render."] [INFO] [stdout] 3390 | | #[doc = " @param[in] _numVertices Number of vertices to render."] [INFO] [stdout] 3391 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _stream Vertex stream. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3401:5 [INFO] [stdout] | [INFO] [stdout] 3401 | / #[doc = " Set vertex buffer for draw primitive."] [INFO] [stdout] 3402 | | #[doc = ""] [INFO] [stdout] 3403 | | #[doc = " @param[in] _stream Vertex stream."] [INFO] [stdout] 3404 | | #[doc = " @param[in] _handle Vertex buffer."] [INFO] [stdout] ... | [INFO] [stdout] 3409 | | #[doc = " of vertex buffer will be used."] [INFO] [stdout] 3410 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _stream Vertex stream. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3421:5 [INFO] [stdout] | [INFO] [stdout] 3421 | / #[doc = " Set vertex buffer for draw primitive."] [INFO] [stdout] 3422 | | #[doc = ""] [INFO] [stdout] 3423 | | #[doc = " @param[in] _stream Vertex stream."] [INFO] [stdout] 3424 | | #[doc = " @param[in] _handle Dynamic vertex buffer."] [INFO] [stdout] 3425 | | #[doc = " @param[in] _startVertex First vertex to render."] [INFO] [stdout] 3426 | | #[doc = " @param[in] _numVertices Number of vertices to render."] [INFO] [stdout] 3427 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _stream Vertex stream. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3447:5 [INFO] [stdout] | [INFO] [stdout] 3447 | / #[doc = " Set vertex buffer for draw primitive."] [INFO] [stdout] 3448 | | #[doc = ""] [INFO] [stdout] 3449 | | #[doc = " @param[in] _stream Vertex stream."] [INFO] [stdout] 3450 | | #[doc = " @param[in] _tvb Transient vertex buffer."] [INFO] [stdout] 3451 | | #[doc = " @param[in] _startVertex First vertex to render."] [INFO] [stdout] 3452 | | #[doc = " @param[in] _numVertices Number of vertices to render."] [INFO] [stdout] 3453 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _stream Vertex stream. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3463:5 [INFO] [stdout] | [INFO] [stdout] 3463 | / #[doc = " Set vertex buffer for draw primitive."] [INFO] [stdout] 3464 | | #[doc = ""] [INFO] [stdout] 3465 | | #[doc = " @param[in] _stream Vertex stream."] [INFO] [stdout] 3466 | | #[doc = " @param[in] _tvb Transient vertex buffer."] [INFO] [stdout] ... | [INFO] [stdout] 3471 | | #[doc = " of vertex buffer will be used."] [INFO] [stdout] 3472 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _stream Vertex stream. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3483:5 [INFO] [stdout] | [INFO] [stdout] 3483 | / #[doc = " Set number of vertices for auto generated vertices use in conjuction"] [INFO] [stdout] 3484 | | #[doc = " with gl_VertexID."] [INFO] [stdout] 3485 | | #[doc = " @attention Availability depends on: `BGFX_CAPS_VERTEX_ID`."] [INFO] [stdout] 3486 | | #[doc = ""] [INFO] [stdout] 3487 | | #[doc = " @param[in] _numVertices Number of vertices."] [INFO] [stdout] 3488 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _numVertices Number of vertices. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3492:5 [INFO] [stdout] | [INFO] [stdout] 3492 | / #[doc = " Set instance data buffer for draw primitive."] [INFO] [stdout] 3493 | | #[doc = ""] [INFO] [stdout] 3494 | | #[doc = " @param[in] _idb Transient instance data buffer."] [INFO] [stdout] 3495 | | #[doc = " @param[in] _start First instance data."] [INFO] [stdout] 3496 | | #[doc = " @param[in] _num Number of data instances."] [INFO] [stdout] 3497 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _idb Transient instance data buffer. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3506:5 [INFO] [stdout] | [INFO] [stdout] 3506 | / #[doc = " Set instance data buffer for draw primitive."] [INFO] [stdout] 3507 | | #[doc = ""] [INFO] [stdout] 3508 | | #[doc = " @param[in] _handle Vertex buffer."] [INFO] [stdout] 3509 | | #[doc = " @param[in] _startVertex First instance data."] [INFO] [stdout] 3510 | | #[doc = " @param[in] _num Number of data instances."] [INFO] [stdout] 3511 | | #[doc = " Set instance data buffer for draw primitive."] [INFO] [stdout] 3512 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _handle Vertex buffer. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3521:5 [INFO] [stdout] | [INFO] [stdout] 3521 | / #[doc = " Set instance data buffer for draw primitive."] [INFO] [stdout] 3522 | | #[doc = ""] [INFO] [stdout] 3523 | | #[doc = " @param[in] _handle Dynamic vertex buffer."] [INFO] [stdout] 3524 | | #[doc = " @param[in] _startVertex First instance data."] [INFO] [stdout] 3525 | | #[doc = " @param[in] _num Number of data instances."] [INFO] [stdout] 3526 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _handle Dynamic vertex buffer. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3535:5 [INFO] [stdout] | [INFO] [stdout] 3535 | / #[doc = " Set number of instances for auto generated instances use in conjuction"] [INFO] [stdout] 3536 | | #[doc = " with gl_InstanceID."] [INFO] [stdout] 3537 | | #[doc = " @attention Availability depends on: `BGFX_CAPS_VERTEX_ID`."] [INFO] [stdout] 3538 | | #[doc = ""] [INFO] [stdout] 3539 | | #[doc = " @param[in] _numInstances"] [INFO] [stdout] 3540 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _numInstances [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3544:5 [INFO] [stdout] | [INFO] [stdout] 3544 | / #[doc = " Set texture stage for draw primitive."] [INFO] [stdout] 3545 | | #[doc = ""] [INFO] [stdout] 3546 | | #[doc = " @param[in] _stage Texture unit."] [INFO] [stdout] 3547 | | #[doc = " @param[in] _sampler Program sampler."] [INFO] [stdout] ... | [INFO] [stdout] 3554 | | #[doc = " sampling."] [INFO] [stdout] 3555 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _stage Texture unit. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3565:5 [INFO] [stdout] | [INFO] [stdout] 3565 | / #[doc = " Submit an empty primitive for rendering. Uniforms and draw state"] [INFO] [stdout] 3566 | | #[doc = " will be applied but no geometry will be submitted. Useful in cases"] [INFO] [stdout] 3567 | | #[doc = " when no other draw/compute primitive is submitted to view, but it's"] [INFO] [stdout] 3568 | | #[doc = " desired to execute clear view."] [INFO] [stdout] ... | [INFO] [stdout] 3572 | | #[doc = " @param[in] _id View id."] [INFO] [stdout] 3573 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _id View id. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3577:5 [INFO] [stdout] | [INFO] [stdout] 3577 | / #[doc = " Submit primitive for rendering."] [INFO] [stdout] 3578 | | #[doc = ""] [INFO] [stdout] 3579 | | #[doc = " @param[in] _id View id."] [INFO] [stdout] 3580 | | #[doc = " @param[in] _program Program."] [INFO] [stdout] 3581 | | #[doc = " @param[in] _depth Depth for sorting."] [INFO] [stdout] 3582 | | #[doc = " @param[in] _flags Discard or preserve states. See `BGFX_DISCARD_*`."] [INFO] [stdout] 3583 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _id View id. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3593:5 [INFO] [stdout] | [INFO] [stdout] 3593 | / #[doc = " Submit primitive with occlusion query for rendering."] [INFO] [stdout] 3594 | | #[doc = ""] [INFO] [stdout] 3595 | | #[doc = " @param[in] _id View id."] [INFO] [stdout] 3596 | | #[doc = " @param[in] _program Program."] [INFO] [stdout] ... | [INFO] [stdout] 3599 | | #[doc = " @param[in] _flags Discard or preserve states. See `BGFX_DISCARD_*`."] [INFO] [stdout] 3600 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _id View id. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3611:5 [INFO] [stdout] | [INFO] [stdout] 3611 | / #[doc = " Submit primitive for rendering with index and instance data info from"] [INFO] [stdout] 3612 | | #[doc = " indirect buffer."] [INFO] [stdout] 3613 | | #[doc = ""] [INFO] [stdout] 3614 | | #[doc = " @param[in] _id View id."] [INFO] [stdout] ... | [INFO] [stdout] 3620 | | #[doc = " @param[in] _flags Discard or preserve states. See `BGFX_DISCARD_*`."] [INFO] [stdout] 3621 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _id View id. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3634:5 [INFO] [stdout] | [INFO] [stdout] 3634 | / #[doc = " Set compute index buffer."] [INFO] [stdout] 3635 | | #[doc = ""] [INFO] [stdout] 3636 | | #[doc = " @param[in] _stage Compute stage."] [INFO] [stdout] 3637 | | #[doc = " @param[in] _handle Index buffer handle."] [INFO] [stdout] 3638 | | #[doc = " @param[in] _access Buffer access. See `Access::Enum`."] [INFO] [stdout] 3639 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _stage Compute stage. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3648:5 [INFO] [stdout] | [INFO] [stdout] 3648 | / #[doc = " Set compute vertex buffer."] [INFO] [stdout] 3649 | | #[doc = ""] [INFO] [stdout] 3650 | | #[doc = " @param[in] _stage Compute stage."] [INFO] [stdout] 3651 | | #[doc = " @param[in] _handle Vertex buffer handle."] [INFO] [stdout] 3652 | | #[doc = " @param[in] _access Buffer access. See `Access::Enum`."] [INFO] [stdout] 3653 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _stage Compute stage. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3662:5 [INFO] [stdout] | [INFO] [stdout] 3662 | / #[doc = " Set compute dynamic index buffer."] [INFO] [stdout] 3663 | | #[doc = ""] [INFO] [stdout] 3664 | | #[doc = " @param[in] _stage Compute stage."] [INFO] [stdout] 3665 | | #[doc = " @param[in] _handle Dynamic index buffer handle."] [INFO] [stdout] 3666 | | #[doc = " @param[in] _access Buffer access. See `Access::Enum`."] [INFO] [stdout] 3667 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _stage Compute stage. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3676:5 [INFO] [stdout] | [INFO] [stdout] 3676 | / #[doc = " Set compute dynamic vertex buffer."] [INFO] [stdout] 3677 | | #[doc = ""] [INFO] [stdout] 3678 | | #[doc = " @param[in] _stage Compute stage."] [INFO] [stdout] 3679 | | #[doc = " @param[in] _handle Dynamic vertex buffer handle."] [INFO] [stdout] 3680 | | #[doc = " @param[in] _access Buffer access. See `Access::Enum`."] [INFO] [stdout] 3681 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _stage Compute stage. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3690:5 [INFO] [stdout] | [INFO] [stdout] 3690 | / #[doc = " Set compute indirect buffer."] [INFO] [stdout] 3691 | | #[doc = ""] [INFO] [stdout] 3692 | | #[doc = " @param[in] _stage Compute stage."] [INFO] [stdout] 3693 | | #[doc = " @param[in] _handle Indirect buffer handle."] [INFO] [stdout] 3694 | | #[doc = " @param[in] _access Buffer access. See `Access::Enum`."] [INFO] [stdout] 3695 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _stage Compute stage. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3704:5 [INFO] [stdout] | [INFO] [stdout] 3704 | / #[doc = " Set compute image from texture."] [INFO] [stdout] 3705 | | #[doc = ""] [INFO] [stdout] 3706 | | #[doc = " @param[in] _stage Compute stage."] [INFO] [stdout] 3707 | | #[doc = " @param[in] _handle Texture handle."] [INFO] [stdout] ... | [INFO] [stdout] 3710 | | #[doc = " @param[in] _format Texture format. See: `TextureFormat::Enum`."] [INFO] [stdout] 3711 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _stage Compute stage. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3722:5 [INFO] [stdout] | [INFO] [stdout] 3722 | / #[doc = " Dispatch compute."] [INFO] [stdout] 3723 | | #[doc = ""] [INFO] [stdout] 3724 | | #[doc = " @param[in] _id View id."] [INFO] [stdout] 3725 | | #[doc = " @param[in] _program Compute program."] [INFO] [stdout] ... | [INFO] [stdout] 3729 | | #[doc = " @param[in] _flags Discard or preserve states. See `BGFX_DISCARD_*`."] [INFO] [stdout] 3730 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _id View id. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3742:5 [INFO] [stdout] | [INFO] [stdout] 3742 | / #[doc = " Dispatch compute indirect."] [INFO] [stdout] 3743 | | #[doc = ""] [INFO] [stdout] 3744 | | #[doc = " @param[in] _id View id."] [INFO] [stdout] 3745 | | #[doc = " @param[in] _program Compute program."] [INFO] [stdout] ... | [INFO] [stdout] 3749 | | #[doc = " @param[in] _flags Discard or preserve states. See `BGFX_DISCARD_*`."] [INFO] [stdout] 3750 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _id View id. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3762:5 [INFO] [stdout] | [INFO] [stdout] 3762 | / #[doc = " Discard previously set state for draw or compute call."] [INFO] [stdout] 3763 | | #[doc = ""] [INFO] [stdout] 3764 | | #[doc = " @param[in] _flags Discard or preserve states. See `BGFX_DISCARD_*`."] [INFO] [stdout] 3765 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _flags Discard or preserve states. See `BGFX_DISCARD_*`. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3769:5 [INFO] [stdout] | [INFO] [stdout] 3769 | / #[doc = " Blit 2D texture region between two 2D textures."] [INFO] [stdout] 3770 | | #[doc = " @attention Destination texture must be created with `BGFX_TEXTURE_BLIT_DST` flag."] [INFO] [stdout] 3771 | | #[doc = " @attention Availability depends on: `BGFX_CAPS_TEXTURE_BLIT`."] [INFO] [stdout] 3772 | | #[doc = ""] [INFO] [stdout] ... | [INFO] [stdout] 3791 | | #[doc = " unused."] [INFO] [stdout] 3792 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _id View id. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3812:5 [INFO] [stdout] | [INFO] [stdout] 3812 | / #[doc = " Request screen shot of window back buffer."] [INFO] [stdout] 3813 | | #[doc = " @remarks"] [INFO] [stdout] 3814 | | #[doc = " `bgfx::CallbackI::screenShot` must be implemented."] [INFO] [stdout] 3815 | | #[doc = " @attention Frame buffer handle must be created with OS' target native window handle."] [INFO] [stdout] ... | [INFO] [stdout] 3819 | | #[doc = " @param[in] _filePath Will be passed to `bgfx::CallbackI::screenShot` callback."] [INFO] [stdout] 3820 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _handle Frame buffer handle. If handle is `BGFX_INVALID_HANDLE` request will be [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3827:5 [INFO] [stdout] | [INFO] [stdout] 3827 | / #[doc = " Render frame."] [INFO] [stdout] 3828 | | #[doc = " @attention `bgfx::renderFrame` is blocking call. It waits for"] [INFO] [stdout] 3829 | | #[doc = " `bgfx::frame` to be called from API thread to process frame."] [INFO] [stdout] 3830 | | #[doc = " If timeout value is passed call will timeout and return even"] [INFO] [stdout] ... | [INFO] [stdout] 3838 | | #[doc = " @returns Current renderer context state. See: `bgfx::RenderFrame`."] [INFO] [stdout] 3839 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _msecs Timeout in milliseconds. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3843:5 [INFO] [stdout] | [INFO] [stdout] 3843 | / #[doc = " Set platform data."] [INFO] [stdout] 3844 | | #[doc = " @warning Must be called before `bgfx::init`."] [INFO] [stdout] 3845 | | #[doc = ""] [INFO] [stdout] 3846 | | #[doc = " @param[in] _data Platform data."] [INFO] [stdout] 3847 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _data Platform data. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3859:5 [INFO] [stdout] | [INFO] [stdout] 3859 | / #[doc = " Override internal texture with externally created texture. Previously"] [INFO] [stdout] 3860 | | #[doc = " created internal texture will released."] [INFO] [stdout] 3861 | | #[doc = " @attention It's expected you understand some bgfx internals before you"] [INFO] [stdout] 3862 | | #[doc = " use this call."] [INFO] [stdout] ... | [INFO] [stdout] 3869 | | #[doc = " yet from the main thread."] [INFO] [stdout] 3870 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _handle Texture handle. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3875:5 [INFO] [stdout] | [INFO] [stdout] 3875 | / #[doc = " Override internal texture by creating new texture. Previously created"] [INFO] [stdout] 3876 | | #[doc = " internal texture will released."] [INFO] [stdout] 3877 | | #[doc = " @attention It's expected you understand some bgfx internals before you"] [INFO] [stdout] 3878 | | #[doc = " use this call."] [INFO] [stdout] ... | [INFO] [stdout] 3896 | | #[doc = " yet from the main thread."] [INFO] [stdout] 3897 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _handle Texture handle. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3908:5 [INFO] [stdout] | [INFO] [stdout] 3908 | / #[doc = " Sets a debug marker. This allows you to group graphics calls together for easy browsing in"] [INFO] [stdout] 3909 | | #[doc = " graphics debugging tools."] [INFO] [stdout] 3910 | | #[doc = ""] [INFO] [stdout] 3911 | | #[doc = " @param[in] _marker Marker string."] [INFO] [stdout] 3912 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _marker Marker string. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3916:5 [INFO] [stdout] | [INFO] [stdout] 3916 | / #[doc = " Set render states for draw primitive."] [INFO] [stdout] 3917 | | #[doc = " @remarks"] [INFO] [stdout] 3918 | | #[doc = " 1. To setup more complex states use:"] [INFO] [stdout] 3919 | | #[doc = " `BGFX_STATE_ALPHA_REF(_ref)`,"] [INFO] [stdout] ... | [INFO] [stdout] 3938 | | #[doc = " `BGFX_STATE_BLEND_INV_FACTOR` blend modes."] [INFO] [stdout] 3939 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _state State flags. Default state for primitive type is [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3943:5 [INFO] [stdout] | [INFO] [stdout] 3943 | / #[doc = " Set condition for rendering."] [INFO] [stdout] 3944 | | #[doc = ""] [INFO] [stdout] 3945 | | #[doc = " @param[in] _handle Occlusion query handle."] [INFO] [stdout] 3946 | | #[doc = " @param[in] _visible Render if occlusion query is visible."] [INFO] [stdout] 3947 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _handle Occlusion query handle. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3951:5 [INFO] [stdout] | [INFO] [stdout] 3951 | / #[doc = " Set stencil test state."] [INFO] [stdout] 3952 | | #[doc = ""] [INFO] [stdout] 3953 | | #[doc = " @param[in] _fstencil Front stencil state."] [INFO] [stdout] 3954 | | #[doc = " @param[in] _bstencil Back stencil state. If back is set to `BGFX_STENCIL_NONE`"] [INFO] [stdout] 3955 | | #[doc = " _fstencil is applied to both front and back facing primitives."] [INFO] [stdout] 3956 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _fstencil Front stencil state. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3960:5 [INFO] [stdout] | [INFO] [stdout] 3960 | / #[doc = " Set scissor for draw primitive."] [INFO] [stdout] 3961 | | #[doc = " @remark"] [INFO] [stdout] 3962 | | #[doc = " To scissor for all primitives in view see `bgfx::setViewScissor`."] [INFO] [stdout] 3963 | | #[doc = ""] [INFO] [stdout] ... | [INFO] [stdout] 3969 | | #[doc = " @returns Scissor cache index."] [INFO] [stdout] 3970 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _x Position x from the left corner of the window. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3974:5 [INFO] [stdout] | [INFO] [stdout] 3974 | / #[doc = " Set scissor from cache for draw primitive."] [INFO] [stdout] 3975 | | #[doc = " @remark"] [INFO] [stdout] 3976 | | #[doc = " To scissor for all primitives in view see `bgfx::setViewScissor`."] [INFO] [stdout] 3977 | | #[doc = ""] [INFO] [stdout] 3978 | | #[doc = " @param[in] _cache Index in scissor cache."] [INFO] [stdout] 3979 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _cache Index in scissor cache. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3983:5 [INFO] [stdout] | [INFO] [stdout] 3983 | / #[doc = " Set model matrix for draw primitive. If it is not called,"] [INFO] [stdout] 3984 | | #[doc = " the model will be rendered with an identity model matrix."] [INFO] [stdout] 3985 | | #[doc = ""] [INFO] [stdout] 3986 | | #[doc = " @param[in] _mtx Pointer to first matrix in array."] [INFO] [stdout] ... | [INFO] [stdout] 3990 | | #[doc = " to be used for other draw primitive call."] [INFO] [stdout] 3991 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _mtx Pointer to first matrix in array. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:3995:5 [INFO] [stdout] | [INFO] [stdout] 3995 | / #[doc = " Set model matrix from matrix cache for draw primitive."] [INFO] [stdout] 3996 | | #[doc = ""] [INFO] [stdout] 3997 | | #[doc = " @param[in] _cache Index in matrix cache."] [INFO] [stdout] 3998 | | #[doc = " @param[in] _num Number of matrices from cache."] [INFO] [stdout] 3999 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _cache Index in matrix cache. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `out` [INFO] [stdout] --> src/./ffi.rs:4003:5 [INFO] [stdout] | [INFO] [stdout] 4003 | / #[doc = " Reserve matrices in internal matrix cache."] [INFO] [stdout] 4004 | | #[doc = " @attention Pointer returned can be modifed until `bgfx::frame` is called."] [INFO] [stdout] 4005 | | #[doc = ""] [INFO] [stdout] 4006 | | #[doc = " @param[out] _transform Pointer to `Transform` structure."] [INFO] [stdout] ... | [INFO] [stdout] 4009 | | #[doc = " @returns Index in matrix cache."] [INFO] [stdout] 4010 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[out] _transform Pointer to `Transform` structure. [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `out` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:4003:5 [INFO] [stdout] | [INFO] [stdout] 4003 | / #[doc = " Reserve matrices in internal matrix cache."] [INFO] [stdout] 4004 | | #[doc = " @attention Pointer returned can be modifed until `bgfx::frame` is called."] [INFO] [stdout] 4005 | | #[doc = ""] [INFO] [stdout] 4006 | | #[doc = " @param[out] _transform Pointer to `Transform` structure."] [INFO] [stdout] ... | [INFO] [stdout] 4009 | | #[doc = " @returns Index in matrix cache."] [INFO] [stdout] 4010 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _num Number of matrices. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:4014:5 [INFO] [stdout] | [INFO] [stdout] 4014 | / #[doc = " Set shader uniform parameter for draw primitive."] [INFO] [stdout] 4015 | | #[doc = ""] [INFO] [stdout] 4016 | | #[doc = " @param[in] _handle Uniform."] [INFO] [stdout] 4017 | | #[doc = " @param[in] _value Pointer to uniform data."] [INFO] [stdout] 4018 | | #[doc = " @param[in] _num Number of elements. Passing `UINT16_MAX` will"] [INFO] [stdout] 4019 | | #[doc = " use the _num passed on uniform creation."] [INFO] [stdout] 4020 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _handle Uniform. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:4028:5 [INFO] [stdout] | [INFO] [stdout] 4028 | / #[doc = " Set index buffer for draw primitive."] [INFO] [stdout] 4029 | | #[doc = ""] [INFO] [stdout] 4030 | | #[doc = " @param[in] _handle Index buffer."] [INFO] [stdout] 4031 | | #[doc = " @param[in] _firstIndex First index to render."] [INFO] [stdout] 4032 | | #[doc = " @param[in] _numIndices Number of indices to render."] [INFO] [stdout] 4033 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _handle Index buffer. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:4041:5 [INFO] [stdout] | [INFO] [stdout] 4041 | / #[doc = " Set index buffer for draw primitive."] [INFO] [stdout] 4042 | | #[doc = ""] [INFO] [stdout] 4043 | | #[doc = " @param[in] _handle Dynamic index buffer."] [INFO] [stdout] 4044 | | #[doc = " @param[in] _firstIndex First index to render."] [INFO] [stdout] 4045 | | #[doc = " @param[in] _numIndices Number of indices to render."] [INFO] [stdout] 4046 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _handle Dynamic index buffer. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:4054:5 [INFO] [stdout] | [INFO] [stdout] 4054 | / #[doc = " Set index buffer for draw primitive."] [INFO] [stdout] 4055 | | #[doc = ""] [INFO] [stdout] 4056 | | #[doc = " @param[in] _tib Transient index buffer."] [INFO] [stdout] 4057 | | #[doc = " @param[in] _firstIndex First index to render."] [INFO] [stdout] 4058 | | #[doc = " @param[in] _numIndices Number of indices to render."] [INFO] [stdout] 4059 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _tib Transient index buffer. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:4067:5 [INFO] [stdout] | [INFO] [stdout] 4067 | / #[doc = " Set vertex buffer for draw primitive."] [INFO] [stdout] 4068 | | #[doc = ""] [INFO] [stdout] 4069 | | #[doc = " @param[in] _stream Vertex stream."] [INFO] [stdout] 4070 | | #[doc = " @param[in] _handle Vertex buffer."] [INFO] [stdout] 4071 | | #[doc = " @param[in] _startVertex First vertex to render."] [INFO] [stdout] 4072 | | #[doc = " @param[in] _numVertices Number of vertices to render."] [INFO] [stdout] 4073 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _stream Vertex stream. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:4082:5 [INFO] [stdout] | [INFO] [stdout] 4082 | / #[doc = " Set vertex buffer for draw primitive."] [INFO] [stdout] 4083 | | #[doc = ""] [INFO] [stdout] 4084 | | #[doc = " @param[in] _stream Vertex stream."] [INFO] [stdout] 4085 | | #[doc = " @param[in] _handle Vertex buffer."] [INFO] [stdout] ... | [INFO] [stdout] 4090 | | #[doc = " of vertex buffer will be used."] [INFO] [stdout] 4091 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _stream Vertex stream. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:4101:5 [INFO] [stdout] | [INFO] [stdout] 4101 | / #[doc = " Set vertex buffer for draw primitive."] [INFO] [stdout] 4102 | | #[doc = ""] [INFO] [stdout] 4103 | | #[doc = " @param[in] _stream Vertex stream."] [INFO] [stdout] 4104 | | #[doc = " @param[in] _handle Dynamic vertex buffer."] [INFO] [stdout] 4105 | | #[doc = " @param[in] _startVertex First vertex to render."] [INFO] [stdout] 4106 | | #[doc = " @param[in] _numVertices Number of vertices to render."] [INFO] [stdout] 4107 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _stream Vertex stream. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:4116:5 [INFO] [stdout] | [INFO] [stdout] 4116 | / #[doc = " Set vertex buffer for draw primitive."] [INFO] [stdout] 4117 | | #[doc = ""] [INFO] [stdout] 4118 | | #[doc = " @param[in] _stream Vertex stream."] [INFO] [stdout] 4119 | | #[doc = " @param[in] _handle Dynamic vertex buffer."] [INFO] [stdout] ... | [INFO] [stdout] 4124 | | #[doc = " of vertex buffer will be used."] [INFO] [stdout] 4125 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _stream Vertex stream. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:4135:5 [INFO] [stdout] | [INFO] [stdout] 4135 | / #[doc = " Set vertex buffer for draw primitive."] [INFO] [stdout] 4136 | | #[doc = ""] [INFO] [stdout] 4137 | | #[doc = " @param[in] _stream Vertex stream."] [INFO] [stdout] 4138 | | #[doc = " @param[in] _tvb Transient vertex buffer."] [INFO] [stdout] 4139 | | #[doc = " @param[in] _startVertex First vertex to render."] [INFO] [stdout] 4140 | | #[doc = " @param[in] _numVertices Number of vertices to render."] [INFO] [stdout] 4141 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _stream Vertex stream. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:4150:5 [INFO] [stdout] | [INFO] [stdout] 4150 | / #[doc = " Set vertex buffer for draw primitive."] [INFO] [stdout] 4151 | | #[doc = ""] [INFO] [stdout] 4152 | | #[doc = " @param[in] _stream Vertex stream."] [INFO] [stdout] 4153 | | #[doc = " @param[in] _tvb Transient vertex buffer."] [INFO] [stdout] ... | [INFO] [stdout] 4158 | | #[doc = " of vertex buffer will be used."] [INFO] [stdout] 4159 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _stream Vertex stream. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:4169:5 [INFO] [stdout] | [INFO] [stdout] 4169 | / #[doc = " Set number of vertices for auto generated vertices use in conjuction"] [INFO] [stdout] 4170 | | #[doc = " with gl_VertexID."] [INFO] [stdout] 4171 | | #[doc = " @attention Availability depends on: `BGFX_CAPS_VERTEX_ID`."] [INFO] [stdout] 4172 | | #[doc = ""] [INFO] [stdout] 4173 | | #[doc = " @param[in] _numVertices Number of vertices."] [INFO] [stdout] 4174 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _numVertices Number of vertices. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:4178:5 [INFO] [stdout] | [INFO] [stdout] 4178 | / #[doc = " Set instance data buffer for draw primitive."] [INFO] [stdout] 4179 | | #[doc = ""] [INFO] [stdout] 4180 | | #[doc = " @param[in] _idb Transient instance data buffer."] [INFO] [stdout] 4181 | | #[doc = " @param[in] _start First instance data."] [INFO] [stdout] 4182 | | #[doc = " @param[in] _num Number of data instances."] [INFO] [stdout] 4183 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _idb Transient instance data buffer. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:4191:5 [INFO] [stdout] | [INFO] [stdout] 4191 | / #[doc = " Set instance data buffer for draw primitive."] [INFO] [stdout] 4192 | | #[doc = ""] [INFO] [stdout] 4193 | | #[doc = " @param[in] _handle Vertex buffer."] [INFO] [stdout] 4194 | | #[doc = " @param[in] _startVertex First instance data."] [INFO] [stdout] 4195 | | #[doc = " @param[in] _num Number of data instances."] [INFO] [stdout] 4196 | | #[doc = " Set instance data buffer for draw primitive."] [INFO] [stdout] 4197 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _handle Vertex buffer. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:4205:5 [INFO] [stdout] | [INFO] [stdout] 4205 | / #[doc = " Set instance data buffer for draw primitive."] [INFO] [stdout] 4206 | | #[doc = ""] [INFO] [stdout] 4207 | | #[doc = " @param[in] _handle Dynamic vertex buffer."] [INFO] [stdout] 4208 | | #[doc = " @param[in] _startVertex First instance data."] [INFO] [stdout] 4209 | | #[doc = " @param[in] _num Number of data instances."] [INFO] [stdout] 4210 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _handle Dynamic vertex buffer. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:4218:5 [INFO] [stdout] | [INFO] [stdout] 4218 | / #[doc = " Set number of instances for auto generated instances use in conjuction"] [INFO] [stdout] 4219 | | #[doc = " with gl_InstanceID."] [INFO] [stdout] 4220 | | #[doc = " @attention Availability depends on: `BGFX_CAPS_VERTEX_ID`."] [INFO] [stdout] 4221 | | #[doc = ""] [INFO] [stdout] 4222 | | #[doc = " @param[in] _numInstances"] [INFO] [stdout] 4223 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _numInstances [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:4227:5 [INFO] [stdout] | [INFO] [stdout] 4227 | / #[doc = " Set texture stage for draw primitive."] [INFO] [stdout] 4228 | | #[doc = ""] [INFO] [stdout] 4229 | | #[doc = " @param[in] _stage Texture unit."] [INFO] [stdout] 4230 | | #[doc = " @param[in] _sampler Program sampler."] [INFO] [stdout] ... | [INFO] [stdout] 4237 | | #[doc = " sampling."] [INFO] [stdout] 4238 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _stage Texture unit. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:4247:5 [INFO] [stdout] | [INFO] [stdout] 4247 | / #[doc = " Submit an empty primitive for rendering. Uniforms and draw state"] [INFO] [stdout] 4248 | | #[doc = " will be applied but no geometry will be submitted."] [INFO] [stdout] 4249 | | #[doc = " @remark"] [INFO] [stdout] 4250 | | #[doc = " These empty draw calls will sort before ordinary draw calls."] [INFO] [stdout] 4251 | | #[doc = ""] [INFO] [stdout] 4252 | | #[doc = " @param[in] _id View id."] [INFO] [stdout] 4253 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _id View id. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:4257:5 [INFO] [stdout] | [INFO] [stdout] 4257 | / #[doc = " Submit primitive for rendering."] [INFO] [stdout] 4258 | | #[doc = ""] [INFO] [stdout] 4259 | | #[doc = " @param[in] _id View id."] [INFO] [stdout] 4260 | | #[doc = " @param[in] _program Program."] [INFO] [stdout] 4261 | | #[doc = " @param[in] _depth Depth for sorting."] [INFO] [stdout] 4262 | | #[doc = " @param[in] _flags Which states to discard for next draw. See `BGFX_DISCARD_*`."] [INFO] [stdout] 4263 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _id View id. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:4272:5 [INFO] [stdout] | [INFO] [stdout] 4272 | / #[doc = " Submit primitive with occlusion query for rendering."] [INFO] [stdout] 4273 | | #[doc = ""] [INFO] [stdout] 4274 | | #[doc = " @param[in] _id View id."] [INFO] [stdout] 4275 | | #[doc = " @param[in] _program Program."] [INFO] [stdout] ... | [INFO] [stdout] 4278 | | #[doc = " @param[in] _flags Which states to discard for next draw. See `BGFX_DISCARD_*`."] [INFO] [stdout] 4279 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _id View id. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:4289:5 [INFO] [stdout] | [INFO] [stdout] 4289 | / #[doc = " Submit primitive for rendering with index and instance data info from"] [INFO] [stdout] 4290 | | #[doc = " indirect buffer."] [INFO] [stdout] 4291 | | #[doc = ""] [INFO] [stdout] 4292 | | #[doc = " @param[in] _id View id."] [INFO] [stdout] ... | [INFO] [stdout] 4298 | | #[doc = " @param[in] _flags Which states to discard for next draw. See `BGFX_DISCARD_*`."] [INFO] [stdout] 4299 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _id View id. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:4311:5 [INFO] [stdout] | [INFO] [stdout] 4311 | / #[doc = " Set compute index buffer."] [INFO] [stdout] 4312 | | #[doc = ""] [INFO] [stdout] 4313 | | #[doc = " @param[in] _stage Compute stage."] [INFO] [stdout] 4314 | | #[doc = " @param[in] _handle Index buffer handle."] [INFO] [stdout] 4315 | | #[doc = " @param[in] _access Buffer access. See `Access::Enum`."] [INFO] [stdout] 4316 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _stage Compute stage. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:4324:5 [INFO] [stdout] | [INFO] [stdout] 4324 | / #[doc = " Set compute vertex buffer."] [INFO] [stdout] 4325 | | #[doc = ""] [INFO] [stdout] 4326 | | #[doc = " @param[in] _stage Compute stage."] [INFO] [stdout] 4327 | | #[doc = " @param[in] _handle Vertex buffer handle."] [INFO] [stdout] 4328 | | #[doc = " @param[in] _access Buffer access. See `Access::Enum`."] [INFO] [stdout] 4329 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _stage Compute stage. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:4337:5 [INFO] [stdout] | [INFO] [stdout] 4337 | / #[doc = " Set compute dynamic index buffer."] [INFO] [stdout] 4338 | | #[doc = ""] [INFO] [stdout] 4339 | | #[doc = " @param[in] _stage Compute stage."] [INFO] [stdout] 4340 | | #[doc = " @param[in] _handle Dynamic index buffer handle."] [INFO] [stdout] 4341 | | #[doc = " @param[in] _access Buffer access. See `Access::Enum`."] [INFO] [stdout] 4342 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _stage Compute stage. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:4350:5 [INFO] [stdout] | [INFO] [stdout] 4350 | / #[doc = " Set compute dynamic vertex buffer."] [INFO] [stdout] 4351 | | #[doc = ""] [INFO] [stdout] 4352 | | #[doc = " @param[in] _stage Compute stage."] [INFO] [stdout] 4353 | | #[doc = " @param[in] _handle Dynamic vertex buffer handle."] [INFO] [stdout] 4354 | | #[doc = " @param[in] _access Buffer access. See `Access::Enum`."] [INFO] [stdout] 4355 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _stage Compute stage. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:4363:5 [INFO] [stdout] | [INFO] [stdout] 4363 | / #[doc = " Set compute indirect buffer."] [INFO] [stdout] 4364 | | #[doc = ""] [INFO] [stdout] 4365 | | #[doc = " @param[in] _stage Compute stage."] [INFO] [stdout] 4366 | | #[doc = " @param[in] _handle Indirect buffer handle."] [INFO] [stdout] 4367 | | #[doc = " @param[in] _access Buffer access. See `Access::Enum`."] [INFO] [stdout] 4368 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _stage Compute stage. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:4376:5 [INFO] [stdout] | [INFO] [stdout] 4376 | / #[doc = " Set compute image from texture."] [INFO] [stdout] 4377 | | #[doc = ""] [INFO] [stdout] 4378 | | #[doc = " @param[in] _stage Compute stage."] [INFO] [stdout] 4379 | | #[doc = " @param[in] _handle Texture handle."] [INFO] [stdout] ... | [INFO] [stdout] 4382 | | #[doc = " @param[in] _format Texture format. See: `TextureFormat::Enum`."] [INFO] [stdout] 4383 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _stage Compute stage. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:4393:5 [INFO] [stdout] | [INFO] [stdout] 4393 | / #[doc = " Dispatch compute."] [INFO] [stdout] 4394 | | #[doc = ""] [INFO] [stdout] 4395 | | #[doc = " @param[in] _id View id."] [INFO] [stdout] 4396 | | #[doc = " @param[in] _program Compute program."] [INFO] [stdout] ... | [INFO] [stdout] 4400 | | #[doc = " @param[in] _flags Discard or preserve states. See `BGFX_DISCARD_*`."] [INFO] [stdout] 4401 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _id View id. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:4412:5 [INFO] [stdout] | [INFO] [stdout] 4412 | / #[doc = " Dispatch compute indirect."] [INFO] [stdout] 4413 | | #[doc = ""] [INFO] [stdout] 4414 | | #[doc = " @param[in] _id View id."] [INFO] [stdout] 4415 | | #[doc = " @param[in] _program Compute program."] [INFO] [stdout] ... | [INFO] [stdout] 4419 | | #[doc = " @param[in] _flags Discard or preserve states. See `BGFX_DISCARD_*`."] [INFO] [stdout] 4420 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _id View id. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:4431:5 [INFO] [stdout] | [INFO] [stdout] 4431 | / #[doc = " Discard previously set state for draw or compute call."] [INFO] [stdout] 4432 | | #[doc = ""] [INFO] [stdout] 4433 | | #[doc = " @param[in] _flags Draw/compute states to discard."] [INFO] [stdout] 4434 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _flags Draw/compute states to discard. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:4438:5 [INFO] [stdout] | [INFO] [stdout] 4438 | / #[doc = " Blit 2D texture region between two 2D textures."] [INFO] [stdout] 4439 | | #[doc = " @attention Destination texture must be created with `BGFX_TEXTURE_BLIT_DST` flag."] [INFO] [stdout] 4440 | | #[doc = " @attention Availability depends on: `BGFX_CAPS_TEXTURE_BLIT`."] [INFO] [stdout] 4441 | | #[doc = ""] [INFO] [stdout] ... | [INFO] [stdout] 4460 | | #[doc = " unused."] [INFO] [stdout] 4461 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _id View id. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `F` [INFO] [stdout] --> src/./ffi.rs:653:1 [INFO] [stdout] | [INFO] [stdout] 653 | / #[doc = " Texture format enum."] [INFO] [stdout] 654 | | #[doc = " Notation:"] [INFO] [stdout] 655 | | #[doc = " RGBA16S"] [INFO] [stdout] 656 | | #[doc = " ^ ^ ^"] [INFO] [stdout] ... | [INFO] [stdout] 664 | | #[doc = " @attention Availability depends on Caps (see: formats)."] [INFO] [stdout] 665 | | #[doc = ""] [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] | | [F]loat [INFO] [stdout] ^ [INFO] [stdout] = note: no item named `F` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `S` [INFO] [stdout] --> src/./ffi.rs:653:1 [INFO] [stdout] | [INFO] [stdout] 653 | / #[doc = " Texture format enum."] [INFO] [stdout] 654 | | #[doc = " Notation:"] [INFO] [stdout] 655 | | #[doc = " RGBA16S"] [INFO] [stdout] 656 | | #[doc = " ^ ^ ^"] [INFO] [stdout] ... | [INFO] [stdout] 664 | | #[doc = " @attention Availability depends on Caps (see: formats)."] [INFO] [stdout] 665 | | #[doc = ""] [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] | | [S]norm [INFO] [stdout] ^ [INFO] [stdout] = note: no item named `S` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `I` [INFO] [stdout] --> src/./ffi.rs:653:1 [INFO] [stdout] | [INFO] [stdout] 653 | / #[doc = " Texture format enum."] [INFO] [stdout] 654 | | #[doc = " Notation:"] [INFO] [stdout] 655 | | #[doc = " RGBA16S"] [INFO] [stdout] 656 | | #[doc = " ^ ^ ^"] [INFO] [stdout] ... | [INFO] [stdout] 664 | | #[doc = " @attention Availability depends on Caps (see: formats)."] [INFO] [stdout] 665 | | #[doc = ""] [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] | | [I]nt [INFO] [stdout] ^ [INFO] [stdout] = note: no item named `I` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `U` [INFO] [stdout] --> src/./ffi.rs:653:1 [INFO] [stdout] | [INFO] [stdout] 653 | / #[doc = " Texture format enum."] [INFO] [stdout] 654 | | #[doc = " Notation:"] [INFO] [stdout] 655 | | #[doc = " RGBA16S"] [INFO] [stdout] 656 | | #[doc = " ^ ^ ^"] [INFO] [stdout] ... | [INFO] [stdout] 664 | | #[doc = " @attention Availability depends on Caps (see: formats)."] [INFO] [stdout] 665 | | #[doc = ""] [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] | | [U]int [INFO] [stdout] ^ [INFO] [stdout] = note: no item named `U` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `F` [INFO] [stdout] --> src/./ffi.rs:667:1 [INFO] [stdout] | [INFO] [stdout] 667 | / #[doc = " Texture format enum."] [INFO] [stdout] 668 | | #[doc = " Notation:"] [INFO] [stdout] 669 | | #[doc = " RGBA16S"] [INFO] [stdout] 670 | | #[doc = " ^ ^ ^"] [INFO] [stdout] ... | [INFO] [stdout] 678 | | #[doc = " @attention Availability depends on Caps (see: formats)."] [INFO] [stdout] 679 | | #[doc = ""] [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] | | [F]loat [INFO] [stdout] ^ [INFO] [stdout] = note: no item named `F` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `S` [INFO] [stdout] --> src/./ffi.rs:667:1 [INFO] [stdout] | [INFO] [stdout] 667 | / #[doc = " Texture format enum."] [INFO] [stdout] 668 | | #[doc = " Notation:"] [INFO] [stdout] 669 | | #[doc = " RGBA16S"] [INFO] [stdout] 670 | | #[doc = " ^ ^ ^"] [INFO] [stdout] ... | [INFO] [stdout] 678 | | #[doc = " @attention Availability depends on Caps (see: formats)."] [INFO] [stdout] 679 | | #[doc = ""] [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] | | [S]norm [INFO] [stdout] ^ [INFO] [stdout] = note: no item named `S` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `I` [INFO] [stdout] --> src/./ffi.rs:667:1 [INFO] [stdout] | [INFO] [stdout] 667 | / #[doc = " Texture format enum."] [INFO] [stdout] 668 | | #[doc = " Notation:"] [INFO] [stdout] 669 | | #[doc = " RGBA16S"] [INFO] [stdout] 670 | | #[doc = " ^ ^ ^"] [INFO] [stdout] ... | [INFO] [stdout] 678 | | #[doc = " @attention Availability depends on Caps (see: formats)."] [INFO] [stdout] 679 | | #[doc = ""] [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] | | [I]nt [INFO] [stdout] ^ [INFO] [stdout] = note: no item named `I` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `U` [INFO] [stdout] --> src/./ffi.rs:667:1 [INFO] [stdout] | [INFO] [stdout] 667 | / #[doc = " Texture format enum."] [INFO] [stdout] 668 | | #[doc = " Notation:"] [INFO] [stdout] 669 | | #[doc = " RGBA16S"] [INFO] [stdout] 670 | | #[doc = " ^ ^ ^"] [INFO] [stdout] ... | [INFO] [stdout] 678 | | #[doc = " @attention Availability depends on Caps (see: formats)."] [INFO] [stdout] 679 | | #[doc = ""] [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] | | [U]int [INFO] [stdout] ^ [INFO] [stdout] = note: no item named `U` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/./ffi.rs:1019:1 [INFO] [stdout] | [INFO] [stdout] 1019 | / #[doc = " Memory release callback."] [INFO] [stdout] 1020 | | #[doc = ""] [INFO] [stdout] 1021 | | #[doc = " @param[in] _ptr Pointer to allocated data."] [INFO] [stdout] 1022 | | #[doc = " @param[in] _userData User defined data if needed."] [INFO] [stdout] 1023 | | #[doc = ""] [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] _ptr Pointer to allocated data. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/./ffi.rs:1101:5 [INFO] [stdout] | [INFO] [stdout] 1101 | / #[doc = " Supported functionality."] [INFO] [stdout] 1102 | | #[doc = " @attention See `BGFX_CAPS_*` flags at https://bkaradzic.github.io/bgfx/bgfx.html#available-caps"] [INFO] [stdout] | |_________________________________________________________________________________________________________________^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::bare_urls)]` on by default [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 209 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 29.47s [INFO] running `Command { std: "docker" "inspect" "83d308c3defad03d6e8e54b041d15b7c51d53f2556ac69e21f01d20de34ece7d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "83d308c3defad03d6e8e54b041d15b7c51d53f2556ac69e21f01d20de34ece7d", kill_on_drop: false }` [INFO] [stdout] 83d308c3defad03d6e8e54b041d15b7c51d53f2556ac69e21f01d20de34ece7d