You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Trac3r-rust/doc/vulkano/pipeline/struct.GraphicsPipeline.html

83 lines
98 KiB

5 years ago
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="API documentation for the Rust `GraphicsPipeline` struct in crate `vulkano`."><meta name="keywords" content="rust, rustlang, rust-lang, GraphicsPipeline"><title>vulkano::pipeline::GraphicsPipeline - Rust</title><link rel="stylesheet" type="text/css" href="../../normalize.css"><link rel="stylesheet" type="text/css" href="../../rustdoc.css" id="mainThemeStyle"><link rel="stylesheet" type="text/css" href="../../dark.css"><link rel="stylesheet" type="text/css" href="../../light.css" id="themeStyle"><script src="../../storage.js"></script><noscript><link rel="stylesheet" href="../../noscript.css"></noscript><link rel="shortcut icon" href="../../favicon.ico"><style type="text/css">#crate-search{background-image:url("../../down-arrow.svg");}</style></head><body class="rustdoc struct"><!--[if lte IE 8]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="sidebar"><div class="sidebar-menu">&#9776;</div><a href='../../vulkano/index.html'><div class='logo-container'><img src='https://raw.githubusercontent.com/vulkano-rs/vulkano/master/logo.png' alt='logo'></div></a><p class='location'>Struct GraphicsPipeline</p><div class="sidebar-elems"><div class="block items"><a class="sidebar-title" href="#methods">Methods</a><div class="sidebar-links"><a href="#method.device">device</a><a href="#method.has_dynamic_depth_bounds">has_dynamic_depth_bounds</a><a href="#method.has_dynamic_line_width">has_dynamic_line_width</a><a href="#method.has_dynamic_scissors">has_dynamic_scissors</a><a href="#method.has_dynamic_stencil_compare_mask">has_dynamic_stencil_compare_mask</a><a href="#method.has_dynamic_stencil_reference">has_dynamic_stencil_reference</a><a href="#method.has_dynamic_stencil_write_mask">has_dynamic_stencil_write_mask</a><a href="#method.has_dynamic_viewports">has_dynamic_viewports</a><a href="#method.layout">layout</a><a href="#method.num_viewports">num_viewports</a><a href="#method.render_pass">render_pass</a><a href="#method.start">start</a><a href="#method.subpass">subpass</a><a href="#method.vertex_definition">vertex_definition</a></div><a class="sidebar-title" href="#implementations">Trait Implementations</a><div class="sidebar-links"><a href="#impl-Debug">Debug</a><a href="#impl-DeviceOwned">DeviceOwned</a><a href="#impl-GraphicsPipelineAbstract">GraphicsPipelineAbstract</a><a href="#impl-PipelineLayoutAbstract">PipelineLayoutAbstract</a><a href="#impl-PipelineLayoutDesc">PipelineLayoutDesc</a><a href="#impl-RenderPassAbstract">RenderPassAbstract</a><a href="#impl-RenderPassDesc">RenderPassDesc</a><a href="#impl-RenderPassDescClearValues%3CC%3E">RenderPassDescClearValues&lt;C&gt;</a><a href="#impl-VertexDefinition%3CI%3E">VertexDefinition&lt;I&gt;</a><a href="#impl-VertexSource%3CS%3E">VertexSource&lt;S&gt;</a><a href="#impl-VulkanObject">VulkanObject</a></div><a class="sidebar-title" href="#synthetic-implementations">Auto Trait Implementations</a><div class="sidebar-links"><a href="#impl-RefUnwindSafe">RefUnwindSafe</a><a href="#impl-Send">Send</a><a href="#impl-Sync">Sync</a><a href="#impl-Unpin">Unpin</a><a href="#impl-UnwindSafe">UnwindSafe</a></div><a class="sidebar-title" href="#blanket-implementations">Blanket Implementations</a><div class="sidebar-links"><a href="#impl-Any">Any</a><a href="#impl-Borrow%3CT%3E">Borrow&lt;T&gt;</a><a href="#impl-BorrowMut%3CT%3E">BorrowMut&lt;T&gt;</a><a href="#impl-Content">Content</a><a href="#impl-DeviceOwned">DeviceOwned</a><a href="#impl-From%3CT%3E">From&lt;T&gt;</a><a href="#impl-Into%3CU%3E">Into&lt;U&gt;</a><a href="#impl-TryFrom%3CU%3E">TryFrom&lt;U&gt;</a><a href="#impl-TryInto%3CU%3E">TryInto&lt;U&gt;</a></div></div><p class='location'><a href='../index.html'>vulkano</a>::<wbr><a href='index.html'>pipeline</a></p><script>window.sidebarCurrent = {name: 'GraphicsPipeline', ty: 'struct', relpath: ''};</script
<p>This object contains the shaders and the various fixed states that describe how the
implementation should perform the various operations needed by a draw command.</p>
</div><h2 id='methods' class='small-section-header'>Methods<a href='#methods' class='anchor'></a></h2><h3 id='impl' class='impl'><code class='in-band'>impl <a class="struct" href="../../vulkano/pipeline/struct.GraphicsPipeline.html" title="struct vulkano::pipeline::GraphicsPipeline">GraphicsPipeline</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>&gt;</code><a href='#impl' class='anchor'></a><a class='srclink' href='../../src/vulkano/pipeline/graphics_pipeline/mod.rs.html#82-101' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.start' class="method"><code id='start.v'>pub fn <a href='#method.start' class='fnname'>start</a>&lt;'a&gt;(<br>) -&gt; <a class="struct" href="../../vulkano/pipeline/struct.GraphicsPipelineBuilder.html" title="struct vulkano::pipeline::GraphicsPipelineBuilder">GraphicsPipelineBuilder</a>&lt;<a class="struct" href="../../vulkano/pipeline/vertex/struct.BufferlessDefinition.html" title="struct vulkano::pipeline::vertex::BufferlessDefinition">BufferlessDefinition</a>, <a class="enum" href="../../vulkano/pipeline/shader/enum.EmptyEntryPointDummy.html" title="enum vulkano::pipeline::shader::EmptyEntryPointDummy">EmptyEntryPointDummy</a>, <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, <a class="enum" href="../../vulkano/pipeline/shader/enum.EmptyEntryPointDummy.html" title="enum vulkano::pipeline::shader::EmptyEntryPointDummy">EmptyEntryPointDummy</a>, <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, <a class="enum" href="../../vulkano/pipeline/shader/enum.EmptyEntryPointDummy.html" title="enum vulkano::pipeline::shader::EmptyEntryPointDummy">EmptyEntryPointDummy</a>, <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, <a class="enum" href="../../vulkano/pipeline/shader/enum.EmptyEntryPointDummy.html" title="enum vulkano::pipeline::shader::EmptyEntryPointDummy">EmptyEntryPointDummy</a>, <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, <a class="enum" href="../../vulkano/pipeline/shader/enum.EmptyEntryPointDummy.html" title="enum vulkano::pipeline::shader::EmptyEntryPointDummy">EmptyEntryPointDummy</a>, <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>&gt;</code><a class='srclink' href='../../src/vulkano/pipeline/graphics_pipeline/mod.rs.html#85-100' title='goto source code'>[src]</a></h4><div class='docblock'><p>Starts the building process of a graphics pipeline. Returns a builder object that you can
fill with the various parameters.</p>
</div></div><h3 id='impl-1' class='impl'><code class='in-band'>impl&lt;Mv, L, Rp&gt; <a class="struct" href="../../vulkano/pipeline/struct.GraphicsPipeline.html" title="struct vulkano::pipeline::GraphicsPipeline">GraphicsPipeline</a>&lt;Mv, L, Rp&gt;</code><a href='#impl-1' class='anchor'></a><a class='srclink' href='../../src/vulkano/pipeline/graphics_pipeline/mod.rs.html#103-115' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.vertex_definition' class="method"><code id='vertex_definition.v'>pub fn <a href='#method.vertex_definition' class='fnname'>vertex_definition</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;</a>Mv</code><a class='srclink' href='../../src/vulkano/pipeline/graphics_pipeline/mod.rs.html#106-108' title='goto source code'>[src]</a></h4><div class='docblock'><p>Returns the vertex definition used in the constructor.</p>
</div><h4 id='method.device' class="method"><code id='device.v'>pub fn <a href='#method.device' class='fnname'>device</a>(&amp;self) -&gt; &amp;<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a>&lt;<a class="struct" href="../../vulkano/device/struct.Device.html" title="struct vulkano::device::Device">Device</a>&gt;</code><a class='srclink' href='../../src/vulkano/pipeline/graphics_pipeline/mod.rs.html#112-114' title='goto source code'>[src]</a></h4><div class='docblock'><p>Returns the device used to create this pipeline.</p>
</div></div><h3 id='impl-2' class='impl'><code class='in-band'>impl&lt;Mv, L, Rp&gt; <a class="struct" href="../../vulkano/pipeline/struct.GraphicsPipeline.html" title="struct vulkano::pipeline::GraphicsPipeline">GraphicsPipeline</a>&lt;Mv, L, Rp&gt; <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;L: <a class="trait" href="../../vulkano/descriptor/pipeline_layout/trait.PipelineLayoutAbstract.html" title="trait vulkano::descriptor::pipeline_layout::PipelineLayoutAbstract">PipelineLayoutAbstract</a>,&nbsp;</span></code><a href='#impl-2' class='anchor'></a><a class='srclink' href='../../src/vulkano/pipeline/graphics_pipeline/mod.rs.html#117-125' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.layout' class="method"><code id='layout.v'>pub fn <a href='#method.layout' class='fnname'>layout</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;</a>L</code><a class='srclink' href='../../src/vulkano/pipeline/graphics_pipeline/mod.rs.html#122-124' title='goto source code'>[src]</a></h4><div class='docblock'><p>Returns the pipeline layout used in the constructor.</p>
</div></div><h3 id='impl-3' class='impl'><code class='in-band'>impl&lt;Mv, L, Rp&gt; <a class="struct" href="../../vulkano/pipeline/struct.GraphicsPipeline.html" title="struct vulkano::pipeline::GraphicsPipeline">GraphicsPipeline</a>&lt;Mv, L, Rp&gt; <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Rp: <a class="trait" href="../../vulkano/framebuffer/trait.RenderPassDesc.html" title="trait vulkano::framebuffer::RenderPassDesc">RenderPassDesc</a>,&nbsp;</span></code><a href='#impl-3' class='anchor'></a><a class='srclink' href='../../src/vulkano/pipeline/graphics_pipeline/mod.rs.html#127-135' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.subpass' class="method"><code id='subpass.v'>pub fn <a href='#method.subpass' class='fnname'>subpass</a>(&amp;self) -&gt; <a class="struct" href="../../vulkano/framebuffer/struct.Subpass.html" title="struct vulkano::framebuffer::Subpass">Subpass</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;</a>Rp&gt;</code><a class='srclink' href='../../src/vulkano/pipeline/graphics_pipeline/mod.rs.html#132-134' title='goto source code'>[src]</a></h4><div class='docblock'><p>Returns the pass used in the constructor.</p>
</div></div><h3 id='impl-4' class='impl'><code class='in-band'>impl&lt;Mv, L, Rp&gt; <a class="struct" href="../../vulkano/pipeline/struct.GraphicsPipeline.html" title="struct vulkano::pipeline::GraphicsPipeline">GraphicsPipeline</a>&lt;Mv, L, Rp&gt;</code><a href='#impl-4' class='anchor'></a><a class='srclink' href='../../src/vulkano/pipeline/graphics_pipeline/mod.rs.html#137-191' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.render_pass' class="method"><code id='render_pass.v'>pub fn <a href='#method.render_pass' class='fnname'>render_pass</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;</a>Rp</code><a class='srclink' href='../../src/vulkano/pipeline/graphics_pipeline/mod.rs.html#140-142' title='goto source code'>[src]</a></h4><div class='docblock'><p>Returns the render pass used in the constructor.</p>
</div><h4 id='method.has_dynamic_line_width' class="method"><code id='has_dynamic_line_width.v'>pub fn <a href='#method.has_dynamic_line_width' class='fnname'>has_dynamic_line_width</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../../src/vulkano/pipeline/graphics_pipeline/mod.rs.html#146-148' title='goto source code'>[src]</a></h4><div class='docblock'><p>Returns true if the line width used by this pipeline is dynamic.</p>
</div><h4 id='method.num_viewports' class="method"><code id='num_viewports.v'>pub fn <a href='#method.num_viewports' class='fnname'>num_viewports</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../../src/vulkano/pipeline/graphics_pipeline/mod.rs.html#152-154' title='goto source code'>[src]</a></h4><div class='docblock'><p>Returns the number of viewports and scissors of this pipeline.</p>
</div><h4 id='method.has_dynamic_viewports' class="method"><code id='has_dynamic_viewports.v'>pub fn <a href='#method.has_dynamic_viewports' class='fnname'>has_dynamic_viewports</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../../src/vulkano/pipeline/graphics_pipeline/mod.rs.html#158-160' title='goto source code'>[src]</a></h4><div class='docblock'><p>Returns true if the viewports used by this pipeline are dynamic.</p>
</div><h4 id='method.has_dynamic_scissors' class="method"><code id='has_dynamic_scissors.v'>pub fn <a href='#method.has_dynamic_scissors' class='fnname'>has_dynamic_scissors</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../../src/vulkano/pipeline/graphics_pipeline/mod.rs.html#164-166' title='goto source code'>[src]</a></h4><div class='docblock'><p>Returns true if the scissors used by this pipeline are dynamic.</p>
</div><h4 id='method.has_dynamic_depth_bounds' class="method"><code id='has_dynamic_depth_bounds.v'>pub fn <a href='#method.has_dynamic_depth_bounds' class='fnname'>has_dynamic_depth_bounds</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../../src/vulkano/pipeline/graphics_pipeline/mod.rs.html#170-172' title='goto source code'>[src]</a></h4><div class='docblock'><p>Returns true if the depth bounds used by this pipeline are dynamic.</p>
</div><h4 id='method.has_dynamic_stencil_compare_mask' class="method"><code id='has_dynamic_stencil_compare_mask.v'>pub fn <a href='#method.has_dynamic_stencil_compare_mask' class='fnname'>has_dynamic_stencil_compare_mask</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../../src/vulkano/pipeline/graphics_pipeline/mod.rs.html#176-178' title='goto source code'>[src]</a></h4><div class='docblock'><p>Returns true if the stencil compare masks used by this pipeline are dynamic.</p>
</div><h4 id='method.has_dynamic_stencil_write_mask' class="method"><code id='has_dynamic_stencil_write_mask.v'>pub fn <a href='#method.has_dynamic_stencil_write_mask' class='fnname'>has_dynamic_stencil_write_mask</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../../src/vulkano/pipeline/graphics_pipeline/mod.rs.html#182-184' title='goto source code'>[src]</a></h4><div class='docblock'><p>Returns true if the stencil write masks used by this pipeline are dynamic.</p>
</div><h4 id='method.has_dynamic_stencil_reference' class="method"><code id='has_dynamic_stencil_reference.v'>pub fn <a href='#method.has_dynamic_stencil_reference' class='fnname'>has_dynamic_stencil_reference</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../../src/vulkano/pipeline/graphics_pipeline/mod.rs.html#188-190' title='goto source code'>[src]</a></h4><div class='docblock'><p>Returns true if the stencil references used by this pipeline are dynamic.</p>
</div></div><h2 id='implementations' class='small-section-header'>Trait Implementations<a href='#implementations' class='anchor'></a></h2><div id='implementations-list'><h3 id='impl-PipelineLayoutAbstract' class='impl'><code class='in-band'>impl&lt;Mv, L, Rp&gt; <a class="trait" href="../../vulkano/descriptor/pipeline_layout/trait.PipelineLayoutAbstract.html" title="trait vulkano::descriptor::pipeline_layout::PipelineLayoutAbstract">PipelineLayoutAbstract</a> for <a class="struct" href="../../vulkano/pipeline/struct.GraphicsPipeline.html" title="struct vulkano::pipeline::GraphicsPipeline">GraphicsPipeline</a>&lt;Mv, L, Rp&gt; <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;L: <a class="trait" href="../../vulkano/descriptor/pipeline_layout/trait.PipelineLayoutAbstract.html" title="trait vulkano::descriptor::pipeline_layout::PipelineLayoutAbstract">PipelineLayoutAbstract</a>,&nbsp;</span></code><a href='#impl-PipelineLayoutAbstract' class='anchor'></a><a class='srclink' href='../../src/vulkano/pipeline/graphics_pipeline/mod.rs.html#193-205' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.sys' class="method hidden"><code id='sys.v'>fn <a href='../../vulkano/descriptor/pipeline_layout/trait.PipelineLayoutAbstract.html#tymethod.sys' class='fnname'>sys</a>(&amp;self) -&gt; <a class="struct" href="../../vulkano/descriptor/pipeline_layout/struct.PipelineLayoutSys.html" title="struct vulkano::descriptor::pipeline_layout::PipelineLayoutSys">PipelineLayoutSys</a></code><a class='srclink' href='../../src/vulkano/pipeline/graphics_pipeline/mod.rs.html#197-199' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns an opaque object that allows internal access to the pipeline layout. <a href="../../vulkano/descriptor/pipeline_layout/trait.PipelineLayoutAbstract.html#tymethod.sys">Read more</a></p>
</div><h4 id='method.descriptor_set_layout' class="method hidden"><code id='descriptor_set_layout.v'>fn <a href='../../vulkano/descriptor/pipeline_layout/trait.PipelineLayoutAbstract.html#tymethod.descriptor_set_layout' class='fnname'>descriptor_set_layout</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;index: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a><br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a>&lt;<a class="struct" href="../../vulkano/descriptor/descriptor_set/struct.UnsafeDescriptorSetLayout.html" title="struct vulkano::descriptor::descriptor_set::UnsafeDescriptorSetLayout">UnsafeDescriptorSetLayout</a>&gt;&gt;</code><a class='srclink' href='../../src/vulkano/pipeline/graphics_pipeline/mod.rs.html#202-204' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns the <code>UnsafeDescriptorSetLayout</code> object of the specified set index. <a href="../../vulkano/descriptor/pipeline_layout/trait.PipelineLayoutAbstract.html#tymethod.descriptor_set_layout">Read more</a></p>
</div></div><h3 id='impl-PipelineLayoutDesc' class='impl'><code class='in-band'>impl&lt;Mv, L, Rp&gt; <a class="trait" href="../../vulkano/descriptor/pipeline_layout/trait.PipelineLayoutDesc.html" title="trait vulkano::descriptor::pipeline_layout::PipelineLayoutDesc">PipelineLayoutDesc</a> for <a class="struct" href="../../vulkano/pipeline/struct.GraphicsPipeline.html" title="struct vulkano::pipeline::GraphicsPipeline">GraphicsPipeline</a>&lt;Mv, L, Rp&gt; <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;L: <a class="trait" href="../../vulkano/descriptor/pipeline_layout/trait.PipelineLayoutDesc.html" title="trait vulkano::descriptor::pipeline_layout::PipelineLayoutDesc">PipelineLayoutDesc</a>,&nbsp;</span></code><a href='#impl-PipelineLayoutDesc' class='anchor'></a><a class='srclink' href='../../src/vulkano/pipeline/graphics_pipeline/mod.rs.html#207-234' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.num_sets' class="method hidden"><code id='num_sets.v'>fn <a href='../../vulkano/descriptor/pipeline_layout/trait.PipelineLayoutDesc.html#tymethod.num_sets' class='fnname'>num_sets</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a></code><a class='srclink' href='../../src/vulkano/pipeline/graphics_pipeline/mod.rs.html#211-213' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns the number of sets in the layout. Includes possibly empty sets. <a href="../../vulkano/descriptor/pipeline_layout/trait.PipelineLayoutDesc.html#tymethod.num_sets">Read more</a></p>
</div><h4 id='method.num_bindings_in_set' class="method hidden"><code id='num_bindings_in_set.v'>fn <a href='../../vulkano/descriptor/pipeline_layout/trait.PipelineLayoutDesc.html#tymethod.num_bindings_in_set' class='fnname'>num_bindings_in_set</a>(&amp;self, set: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>&gt;</code><a class='srclink' href='../../src/vulkano/pipeline/graphics_pipeline/mod.rs.html#216-218' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns the number of descriptors in the set. Includes possibly empty descriptors. <a href="../../vulkano/descriptor/pipeline_layout/trait.PipelineLayoutDesc.html#tymethod.num_bindings_in_set">Read more</a></p>
</div><h4 id='method.descriptor' class="method hidden"><code id='descriptor.v'>fn <a href='../../vulkano/descriptor/pipeline_layout/trait.PipelineLayoutDesc.html#tymethod.descriptor' class='fnname'>descriptor</a>(&amp;self, set: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>, binding: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../../vulkano/descriptor/descriptor/struct.DescriptorDesc.html" title="struct vulkano::descriptor::descriptor::DescriptorDesc">DescriptorDesc</a>&gt;</code><a class='srclink' href='../../src/vulkano/pipeline/graphics_pipeline/mod.rs.html#221-223' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns the descriptor for the given binding of the given set. <a href="../../vulkano/descriptor/pipeline_layout/trait.PipelineLayoutDesc.html#tymethod.descriptor">Read more</a></p>
</div><h4 id='method.num_push_constants_ranges' class="method hidden"><code id='num_push_constants_ranges.v'>fn <a href='../../vulkano/descriptor/pipeline_layout/trait.PipelineLayoutDesc.html#tymethod.num_push_constants_ranges' class='fnname'>num_push_constants_ranges</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a></code><a class='srclink' href='../../src/vulkano/pipeline/graphics_pipeline/mod.rs.html#226-228' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns the number of push constant ranges of the layout.</p>
</div><h4 id='method.push_constants_range' class="method hidden"><code id='push_constants_range.v'>fn <a href='../../vulkano/descriptor/pipeline_layout/trait.PipelineLayoutDesc.html#tymethod.push_constants_range' class='fnname'>push_constants_range</a>(&amp;self, num: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../../vulkano/descriptor/pipeline_layout/struct.PipelineLayoutDescPcRange.html" title="struct vulkano::descriptor::pipeline_layout::PipelineLayoutDescPcRange">PipelineLayoutDescPcRange</a>&gt;</code><a class='srclink' href='../../src/vulkano/pipeline/graphics_pipeline/mod.rs.html#231-233' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns a description of the given push constants range. <a href="../../vulkano/descriptor/pipeline_layout/trait.PipelineLayoutDesc.html#tymethod.push_constants_range">Read more</a></p>
</div><h4 id='method.provided_set_layout' class="method hidden"><code id='provided_set_layout.v'>fn <a href='../../vulkano/descriptor/pipeline_layout/trait.PipelineLayoutDesc.html#method.provided_set_layout' class='fnname'>provided_set_layout</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;_set: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a><br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a>&lt;<a class="struct" href="../../vulkano/descriptor/descriptor_set/struct.UnsafeDescriptorSetLayout.html" title="struct vulkano::descriptor::descriptor_set::UnsafeDescriptorSetLayout">UnsafeDescriptorSetLayout</a>&gt;&gt;</code><a class='srclink' href='../../src/vulkano/descriptor/pipeline_layout/traits.rs.html#79-81' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>If the <code>PipelineLayoutDesc</code> implementation is able to provide an existing <code>UnsafeDescriptorSetLayout</code> for a given set, it can do so by returning it here. <a href="../../vulkano/descriptor/pipeline_layout/trait.PipelineLayoutDesc.html#method.provided_set_layout">Read more</a></p>
</div><h4 id='method.union' class="method hidden"><code id='union.v'>fn <a href='../../vulkano/descriptor/pipeline_layout/trait.PipelineLayoutDesc.html#method.union' class='fnname'>union</a>&lt;T&gt;(self, other: T) -&gt; <a class="struct" href="../../vulkano/descriptor/pipeline_layout/struct.PipelineLayoutDescUnion.html" title="struct vulkano::descriptor::pipeline_layout::PipelineLayoutDescUnion">PipelineLayoutDescUnion</a>&lt;Self, T&gt; <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,&nbsp;</span></code><a class='srclink' href='../../src/vulkano/descriptor/pipeline_layout/traits.rs.html#98-102' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Builds the union of this layout and another.</p>
</div><h4 id='method.check_against_limits' class="method hidden"><code id='check_against_limits.v'>fn <a href='../../vulkano/descriptor/pipeline_layout/trait.PipelineLayoutDesc.html#method.check_against_limits' class='fnname'>check_against_limits</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;device: &amp;<a class="struct" href="../../vulkano/device/struct.Device.html" title="struct vulkano::device::Device">Device</a><br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, <a class="enum" href="../../vulkano/descriptor/pipeline_layout/enum.PipelineLayoutLimitsError.html" title="enum vulkano::descriptor::pipeline_layout::PipelineLayoutLimitsError">PipelineLayoutLimitsError</a>&gt;</code><a class='srclink' href='../../src/vulkano/descriptor/pipeline_layout/traits.rs.html#106-109' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Checks whether this description fulfills the device limits requirements.</p>
</div><h4 id='method.build' class="method hidden"><code id='build.v'>fn <a href='../../vulkano/descriptor/pipeline_layout/trait.PipelineLayoutDesc.html#method.build' class='fnname'>build</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;device: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a>&lt;<a class="struct" href="../../vulkano/device/struct.Device.html" title="struct vulkano::device::Device">Device</a>&gt;<br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="struct" href="../../vulkano/descriptor/pipeline_layout/struct.PipelineLayout.html" title="struct vulkano::descriptor::pipeline_layout::PipelineLayout">PipelineLayout</a>&lt;Self&gt;, <a class="enum" href="../../vulkano/descriptor/pipeline_layout/enum.PipelineLayoutCreationError.html" title="enum vulkano::descriptor::pipeline_layout::PipelineLayoutCreationError">PipelineLayoutCreationError</a>&gt; <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,&nbsp;</span></code><a class='srclink' href='../../src/vulkano/descriptor/pipeline_layout/traits.rs.html#115-119' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Turns the layout description into a <code>PipelineLayout</code> object that can be used by Vulkan. <a href="../../vulkano/descriptor/pipeline_layout/trait.PipelineLayoutDesc.html#method.build">Read more</a></p>
</div></div><h3 id='impl-DeviceOwned' class='impl'><code class='in-band'>impl&lt;Mv, L, Rp&gt; <a class="trait" href="../../vulkano/device/trait.DeviceOwned.html" title="trait vulkano::device::DeviceOwned">DeviceOwned</a> for <a class="struct" href="../../vulkano/pipeline/struct.GraphicsPipeline.html" title="struct vulkano::pipeline::GraphicsPipeline">GraphicsPipeline</a>&lt;Mv, L, Rp&gt;</code><a href='#impl-DeviceOwned' class='anchor'></a><a class='srclink' href='../../src/vulkano/pipeline/graphics_pipeline/mod.rs.html#236-241' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.device-1' class="method hidden"><code id='device.v-1'>fn <a href='../../vulkano/device/trait.DeviceOwned.html#tymethod.device' class='fnname'>device</a>(&amp;self) -&gt; &amp;<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a>&lt;<a class="struct" href="../../vulkano/device/struct.Device.html" title="struct vulkano::device::Device">Device</a>&gt;</code><a class='srclink' href='../../src/vulkano/pipeline/graphics_pipeline/mod.rs.html#238-240' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns the device that owns <code>Self</code>.</p>
</div></div><h3 id='impl-RenderPassDesc' class='impl'><code class='in-band'>impl&lt;Mv, L, Rp&gt; <a class="trait" href="../../vulkano/framebuffer/trait.RenderPassDesc.html" title="trait vulkano::framebuffer::RenderPassDesc">RenderPassDesc</a> for <a class="struct" href="../../vulkano/pipeline/struct.GraphicsPipeline.html" title="struct vulkano::pipeline::GraphicsPipeline">GraphicsPipeline</a>&lt;Mv, L, Rp&gt; <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Rp: <a class="trait" href="../../vulkano/framebuffer/trait.RenderPassDesc.html" title="trait vulkano::framebuffer::RenderPassDesc">RenderPassDesc</a>,&nbsp;</span></code><a href='#impl-RenderPassDesc' class='anchor'></a><a class='srclink' href='../../src/vulkano/pipeline/graphics_pipeline/mod.rs.html#259-291' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.num_attachments' class="method hidden"><code id='num_attachments.v'>fn <a href='../../vulkano/framebuffer/trait.RenderPassDesc.html#tymethod.num_attachments' class='fnname'>num_attachments</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a></code><a class='srclink' href='../../src/vulkano/pipeline/graphics_pipeline/mod.rs.html#263-265' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns the number of attachments of the render pass.</p>
</div><h4 id='method.attachment_desc' class="method hidden"><code id='attachment_desc.v'>fn <a href='../../vulkano/framebuffer/trait.RenderPassDesc.html#tymethod.attachment_desc' class='fnname'>attachment_desc</a>(&amp;self, num: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../../vulkano/framebuffer/struct.AttachmentDescription.html" title="struct vulkano::framebuffer::AttachmentDescription">AttachmentDescription</a>&gt;</code><a class='srclink' href='../../src/vulkano/pipeline/graphics_pipeline/mod.rs.html#268-270' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns the description of an attachment. <a href="../../vulkano/framebuffer/trait.RenderPassDesc.html#tymethod.attachment_desc">Read more</a></p>
</div><h4 id='method.num_subpasses' class="method hidden"><code id='num_subpasses.v'>fn <a href='../../vulkano/framebuffer/trait.RenderPassDesc.html#tymethod.num_subpasses' class='fnname'>num_subpasses</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a></code><a class='srclink' href='../../src/vulkano/pipeline/graphics_pipeline/mod.rs.html#273-275' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns the number of subpasses of the render pass.</p>
</div><h4 id='method.subpass_desc' class="method hidden"><code id='subpass_desc.v'>fn <a href='../../vulkano/framebuffer/trait.RenderPassDesc.html#tymethod.subpass_desc' class='fnname'>subpass_desc</a>(&amp;self, num: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../../vulkano/framebuffer/struct.PassDescription.html" title="struct vulkano::framebuffer::PassDescription">PassDescription</a>&gt;</code><a class='srclink' href='../../src/vulkano/pipeline/graphics_pipeline/mod.rs.html#278-280' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns the description of a subpass. <a href="../../vulkano/framebuffer/trait.RenderPassDesc.html#tymethod.subpass_desc">Read more</a></p>
</div><h4 id='method.num_dependencies' class="method hidden"><code id='num_dependencies.v'>fn <a href='../../vulkano/framebuffer/trait.RenderPassDesc.html#tymethod.num_dependencies' class='fnname'>num_dependencies</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a></code><a class='srclink' href='../../src/vulkano/pipeline/graphics_pipeline/mod.rs.html#283-285' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns the number of dependencies of the render pass.</p>
</div><h4 id='method.dependency_desc' class="method hidden"><code id='dependency_desc.v'>fn <a href='../../vulkano/framebuffer/trait.RenderPassDesc.html#tymethod.dependency_desc' class='fnname'>dependency_desc</a>(&amp;self, num: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../../vulkano/framebuffer/struct.PassDependencyDescription.html" title="struct vulkano::framebuffer::PassDependencyDescription">PassDependencyDescription</a>&gt;</code><a class='srclink' href='../../src/vulkano/pipeline/graphics_pipeline/mod.rs.html#288-290' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns the description of a dependency. <a href="../../vulkano/framebuffer/trait.RenderPassDesc.html#tymethod.dependency_desc">Read more</a></p>
</div><h4 id='method.attachment_descs' class="method hidden"><div class="important-traits"><div class='tooltip'><span class='tooltiptext'>Important traits for <a class="struct" href="../../vulkano/framebuffer/struct.RenderPassDescAttachments.html" title="struct vulkano::framebuffer::RenderPassDescAttachments">RenderPassDescAttachments</a>&lt;'a, R&gt;</span></div><div class="content hidden"><h3 class="important">Important traits for <a class="struct" href="../../vulkano/framebuffer/struct.RenderPassDescAttachments.html" title="struct vulkano::framebuffer::RenderPassDescAttachments">RenderPassDescAttachments</a>&lt;'a, R&gt;</h3><code class="content"><span class="where fmt-newline">impl&lt;'a, R:&nbsp;?<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a> + 'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/iter/traits/iterator/trait.Iterator.html" title="trait core::iter::traits::iterator::Iterator">Iterator</a> for <a class="struct" href="../../vulkano/framebuffer/struct.RenderPassDescAttachments.html" title="struct vulkano::framebuffer::RenderPassDescAttachments">RenderPassDescAttachments</a>&lt;'a, R&gt; <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;R: <a class="trait" href="../../vulkano/framebuffer/trait.RenderPassDesc.html" title="trait vulkano::framebuffer::RenderPassDesc">RenderPassDesc</a>,&nbsp;</span></span><span class="where fmt-newline"> type <a href='https://doc.rust-lang.org/nightly/core/iter/traits/iterator/trait.Iterator.html#associatedtype.Item' class="type">Item</a> = <a class="struct" href="../../vulkano/framebuffer/struct.AttachmentDescription.html" title="struct vulkano::framebuffer::AttachmentDescription">AttachmentDescription</a>;</span></code></div></div><code id='attachment_descs.v'>fn <a href='../../vulkano/framebuffer/trait.RenderPassDesc.html#method.attachment_descs' class='fnname'>attachment_descs</a>(&amp;self) -&gt; <a class="struct" href="../../vulkano/framebuffer/struct.RenderPassDescAttachments.html" title="struct vulkano::framebuffer::RenderPassDescAttachments">RenderPassDescAttachments</a>&lt;Self&gt; <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,&nbsp;</span></code><a class='srclink' href='../../src/vulkano/framebuffer/desc.rs.html#56-63' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns an iterator to the list of attachments.</p>
</div><h4 id='method.subpass_descs' class="method hidden"><div class="important-traits"><div class='tooltip'><span class='tooltiptext'>Important traits for <a class="struct" href="../../vulkano/framebuffer/struct.RenderPassDescSubpasses.html" title="struct vulkano::framebuffer::RenderPassDescSubpasses">RenderPassDescSubpasses</a>&lt;'a, R&gt;</span></div><div class="content hidden"><h3 class="important">Important traits for <a class="struct" href="../../vulkano/framebuffer/struct.RenderPassDescSubpasses.html" title="struct vulkano::framebuffer::RenderPassDescSubpasses">RenderPassDescSubpasses</a>&lt;'a, R&gt;</h3><code class="content"><span class="where fmt-newline">impl&lt;'a, R:&nbsp;?<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a> + 'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/iter/traits/iterator/trait.Iterator.html" title="trait core::iter::traits::iterator::Iterator">Iterator</a> for <a class="struct" href="../../vulkano/framebuffer/struct.RenderPassDescSubpasses.html" title="struct vulkano::framebuffer::RenderPassDescSubpasses">RenderPassDescSubpasses</a>&lt;'a, R&gt; <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;R: <a class="trait" href="../../vulkano/framebuffer/trait.RenderPassDesc.html" title="trait vulkano::framebuffer::RenderPassDesc">RenderPassDesc</a>,&nbsp;</span></span><span class="where fmt-newline"> type <a href='https://doc.rust-lang.org/nightly/core/iter/traits/iterator/trait.Iterator.html#associatedtype.Item' class="type">Item</a> = <a class="struct" href="../../vulkano/framebuffer/struct.PassDescription.html" title="struct vulkano::framebuffer::PassDescription">PassDescription</a>;</span></code></div></div><code id='subpass_descs.v'>fn <a href='../../vulkano/framebuffer/trait.RenderPassDesc.html#method.subpass_descs' class='fnname'>subpass_descs</a>(&amp;self) -&gt; <a class="struct" href="../../vulkano/framebuffer/struct.RenderPassDescSubpasses.html" title="struct vulkano::framebuffer::RenderPassDescSubpasses">RenderPassDescSubpasses</a>&lt;Self&gt; <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,&nbsp;</span></code><a class='srclink' href='../../src/vulkano/framebuffer/desc.rs.html#75-82' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns an iterator to the list of subpasses.</p>
</div><h4 id='method.dependency_descs' class="method hidden"><div class="important-traits"><div class='tooltip'><span class='tooltiptext'>Important traits for <a class="struct" href="../../vulkano/framebuffer/struct.RenderPassDescDependencies.html" title="struct vulkano::framebuffer::RenderPassDescDependencies">RenderPassDescDependencies</a>&lt;'a, R&gt;</span></div><div class="content hidden"><h3 class="important">Important traits for <a class="struct" href="../../vulkano/framebuffer/struct.RenderPassDescDependencies.html" title="struct vulkano::framebuffer::RenderPassDescDependencies">RenderPassDescDependencies</a>&lt;'a, R&gt;</h3><code class="content"><span class="where fmt-newline">impl&lt;'a, R:&nbsp;?<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a> + 'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/iter/traits/iterator/trait.Iterator.html" title="trait core::iter::traits::iterator::Iterator">Iterator</a> for <a class="struct" href="../../vulkano/framebuffer/struct.RenderPassDescDependencies.html" title="struct vulkano::framebuffer::RenderPassDescDependencies">RenderPassDescDependencies</a>&lt;'a, R&gt; <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;R: <a class="trait" href="../../vulkano/framebuffer/trait.RenderPassDesc.html" title="trait vulkano::framebuffer::RenderPassDesc">RenderPassDesc</a>,&nbsp;</span></span><span class="where fmt-newline"> type <a href='https://doc.rust-lang.org/nightly/core/iter/traits/iterator/trait.Iterator.html#associatedtype.Item' class="type">Item</a> = <a class="struct" href="../../vulkano/framebuffer/struct.PassDependencyDescription.html" title="struct vulkano::framebuffer::PassDependencyDescription">PassDependencyDescription</a>;</span></code></div></div><code id='dependency_descs.v'>fn <a href='../../vulkano/framebuffer/trait.RenderPassDesc.html#method.dependency_descs' class='fnname'>dependency_descs</a>(&amp;self) -&gt; <a class="struct" href="../../vulkano/framebuffer/struct.RenderPassDescDependencies.html" title="struct vulkano::framebuffer::RenderPassDescDependencies">RenderPassDescDependencies</a>&lt;Self&gt; <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,&nbsp;</span></code><a class='srclink' href='../../src/vulkano/framebuffer/desc.rs.html#94-101' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns an iterator to the list of dependencies.</p>
</div><h4 id='method.is_compatible_with' class="method hidden"><code id='is_compatible_with.v'>fn <a href='../../vulkano/framebuffer/trait.RenderPassDesc.html#method.is_compatible_with' class='fnname'>is_compatible_with</a>&lt;T:&nbsp;?<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>&gt;(&amp;self, other: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;</a>T) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class="trait" href="../../vulkano/framebuffer/trait.RenderPassDesc.html" title="trait vulkano::framebuffer::RenderPassDesc">RenderPassDesc</a>,&nbsp;</span></code><a class='srclink' href='../../src/vulkano/framebuffer/desc.rs.html#111-116' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns true if this render pass is compatible with another render pass. <a href="../../vulkano/framebuffer/trait.RenderPassDesc.html#method.is_compatible_with">Read more</a></p>
</div><h4 id='method.build_render_pass' class="method hidden"><code id='build_render_pass.v'>fn <a href='../../vulkano/framebuffer/trait.RenderPassDesc.html#method.build_render_pass' class='fnname'>build_render_pass</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;device: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a>&lt;<a class="struct" href="../../vulkano/device/struct.Device.html" title="struct vulkano::device::Device">Device</a>&gt;<br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="struct" href="../../vulkano/framebuffer/struct.RenderPass.html" title="struct vulkano::framebuffer::RenderPass">RenderPass</a>&lt;Self&gt;, <a class="enum" href="../../vulkano/framebuffer/enum.RenderPassCreationError.html" title="enum vulkano::framebuffer::RenderPassCreationError">RenderPassCreationError</a>&gt; <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,&nbsp;</span></code><a class='srclink' href='../../src/vulkano/framebuffer/desc.rs.html#122-127' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Builds a render pass from this description. <a href="../../vulkano/framebuffer/trait.RenderPassDesc.html#method.build_render_pass">Read more</a></p>
</div><h4 id='method.num_color_attachments' class="method hidden"><code id='num_color_attachments.v'>fn <a href='../../vulkano/framebuffer/trait.RenderPassDesc.html#method.num_color_attachments' class='fnname'>num_color_attachments</a>(&amp;self, subpass: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>&gt;</code><a class='srclink' href='../../src/vulkano/framebuffer/desc.rs.html#131-137' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns the number of color attachments of a subpass. Returns <code>None</code> if out of range.</p>
</div><h4 id='method.num_samples' class="method hidden"><code id='num_samples.v'>fn <a href='../../vulkano/framebuffer/trait.RenderPassDesc.html#method.num_samples' class='fnname'>num_samples</a>(&amp;self, subpass: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>&gt;</code><a class='srclink' href='../../src/vulkano/framebuffer/desc.rs.html#142-157' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns the number of samples of the attachments of a subpass. Returns <code>None</code> if out of range or if the subpass has no attachment. TODO: return an enum instead? <a href="../../vulkano/framebuffer/trait.RenderPassDesc.html#method.num_samples">Read more</a></p>
</div><h4 id='method.has_depth_stencil_attachment' class="method hidden"><code id='has_depth_stencil_attachment.v'>fn <a href='../../vulkano/framebuffer/trait.RenderPassDesc.html#method.has_depth_stencil_attachment' class='fnname'>has_depth_stencil_attachment</a>(&amp;self, subpass: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>, <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>&gt;</code><a class='srclink' href='../../src/vulkano/framebuffer/desc.rs.html#162-186' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns a tuple whose first element is <code>true</code> if there's a depth attachment, and whose second element is <code>true</code> if there's a stencil attachment. Returns <code>None</code> if out of range. <a href="../../vulkano/framebuffer/trait.RenderPassDesc.html#method.has_depth_stencil_attachment">Read more</a></p>
</div><h4 id='method.has_depth' class="method hidden"><code id='has_depth.v'>fn <a href='../../vulkano/framebuffer/trait.RenderPassDesc.html#method.has_depth' class='fnname'>has_depth</a>(&amp;self, subpass: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>&gt;</code><a class='srclink' href='../../src/vulkano/framebuffer/desc.rs.html#190-214' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns true if a subpass has a depth attachment or a depth-stencil attachment.</p>
</div><h4 id='method.has_writable_depth' class="method hidden"><code id='has_writable_depth.v'>fn <a href='../../vulkano/framebuffer/trait.RenderPassDesc.html#method.has_writable_depth' class='fnname'>has_writable_depth</a>(&amp;self, subpass: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>&gt;</code><a class='srclink' href='../../src/vulkano/framebuffer/desc.rs.html#219-248' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns true if a subpass has a depth attachment or a depth-stencil attachment whose layout is not <code>DepthStencilReadOnlyOptimal</code>. <a href="../../vulkano/framebuffer/trait.RenderPassDesc.html#method.has_writable_depth">Read more</a></p>
</div><h4 id='method.has_stencil' class="method hidden"><code id='has_stencil.v'>fn <a href='../../vulkano/framebuffer/trait.RenderPassDesc.html#method.has_stencil' class='fnname'>has_stencil</a>(&amp;self, subpass: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>&gt;</code><a class='srclink' href='../../src/vulkano/framebuffer/desc.rs.html#252-276' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns true if a subpass has a stencil attachment or a depth-stencil attachment.</p>
</div><h4 id='method.has_writable_stencil' class="method hidden"><code id='has_writable_stencil.v'>fn <a href='../../vulkano/framebuffer/trait.RenderPassDesc.html#method.has_writable_stencil' class='fnname'>has_writable_stencil</a>(&amp;self, subpass: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>&gt;</code><a class='srclink' href='../../src/vulkano/framebuffer/desc.rs.html#281-310' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns true if a subpass has a stencil attachment or a depth-stencil attachment whose layout is not <code>DepthStencilReadOnlyOptimal</code>. <a href="../../vulkano/framebuffer/trait.RenderPassDesc.html#method.has_writable_stencil">Read more</a></p>
</div></div><h3 id='impl-RenderPassAbstract' class='impl'><code class='in-band'>impl&lt;Mv, L, Rp&gt; <a class="trait" href="../../vulkano/framebuffer/trait.RenderPassAbstract.html" title="trait vulkano::framebuffer::RenderPassAbstract">RenderPassAbstract</a> for <a class="struct" href="../../vulkano/pipeline/struct.GraphicsPipeline.html" title="struct vulkano::pipeline::GraphicsPipeline">GraphicsPipeline</a>&lt;Mv, L, Rp&gt; <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Rp: <a class="trait" href="../../vulkano/framebuffer/trait.RenderPassAbstract.html" title="trait vulkano::framebuffer::RenderPassAbstract">RenderPassAbstract</a>,&nbsp;</span></code><a href='#impl-RenderPassAbstract' class='anchor'></a><a class='srclink' href='../../src/vulkano/pipeline/graphics_pipeline/mod.rs.html#250-257' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.inner' class="method hidden"><code id='inner.v'>fn <a href='../../vulkano/framebuffer/trait.RenderPassAbstract.html#tymethod.inner' class='fnname'>inner</a>(&amp;self) -&gt; <a class="struct" href="../../vulkano/framebuffer/struct.RenderPassSys.html" title="struct vulkano::framebuffer::RenderPassSys">RenderPassSys</a></code><a class='srclink' href='../../src/vulkano/pipeline/graphics_pipeline/mod.rs.html#254-256' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns an opaque object representing the render pass' internals. <a href="../../vulkano/framebuffer/trait.RenderPassAbstract.html#tymethod.inner">Read more</a></p>
</div></div><h3 id='impl-RenderPassDescClearValues%3CC%3E' class='impl'><code class='in-band'>impl&lt;C, Mv, L, Rp&gt; <a class="trait" href="../../vulkano/framebuffer/trait.RenderPassDescClearValues.html" title="trait vulkano::framebuffer::RenderPassDescClearValues">RenderPassDescClearValues</a>&lt;C&gt; for <a class="struct" href="../../vulkano/pipeline/struct.GraphicsPipeline.html" title="struct vulkano::pipeline::GraphicsPipeline">GraphicsPipeline</a>&lt;Mv, L, Rp&gt; <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Rp: <a class="trait" href="../../vulkano/framebuffer/trait.RenderPassDescClearValues.html" title="trait vulkano::framebuffer::RenderPassDescClearValues">RenderPassDescClearValues</a>&lt;C&gt;,&nbsp;</span></code><a href='#impl-RenderPassDescClearValues%3CC%3E' class='anchor'></a><a class='srclink' href='../../src/vulkano/pipeline/graphics_pipeline/mod.rs.html#293-300' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.convert_clear_values' class="method hidden"><code id='convert_clear_values.v'>fn <a href='../../vulkano/framebuffer/trait.RenderPassDescClearValues.html#tymethod.convert_clear_values' class='fnname'>convert_clear_values</a>(&amp;self, vals: C) -&gt; <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/boxed/struct.Box.html" title="struct alloc::boxed::Box">Box</a>&lt;dyn <a class="trait" href="https://doc.rust-lang.org/nightly/core/iter/traits/iterator/trait.Iterator.html" title="trait core::iter::traits::iterator::Iterator">Iterator</a>&lt;Item = <a class="enum" href="../../vulkano/format/enum.ClearValue.html" title="enum vulkano::format::ClearValue">ClearValue</a>&gt;&gt;</code><a class='srclink' href='../../src/vulkano/pipeline/graphics_pipeline/mod.rs.html#297-299' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Decodes a <code>C</code> into a list of clear values where each element corresponds to an attachment. The size of the returned iterator must be the same as the number of attachments. <a href="../../vulkano/framebuffer/trait.RenderPassDescClearValues.html#tymethod.convert_clear_values">Read more</a></p>
</div></div><h3 id='impl-GraphicsPipelineAbstract' class='impl'><code class='in-band'>impl&lt;Mv, L, Rp&gt; <a class="trait" href="../../vulkano/pipeline/trait.GraphicsPipelineAbstract.html" title="trait vulkano::pipeline::GraphicsPipelineAbstract">GraphicsPipelineAbstract</a> for <a class="struct" href="../../vulkano/pipeline/struct.GraphicsPipeline.html" title="struct vulkano::pipeline::GraphicsPipeline">GraphicsPipeline</a>&lt;Mv, L, Rp&gt; <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;L: <a class="trait" href="../../vulkano/descriptor/pipeline_layout/trait.PipelineLayoutAbstract.html" title="trait vulkano::descriptor::pipeline_layout::PipelineLayoutAbstract">PipelineLayoutAbstract</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;Rp: <a class="trait" href="../../vulkano/framebuffer/trait.RenderPassAbstract.html" title="trait vulkano::framebuffer::RenderPassAbstract">RenderPassAbstract</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;Mv: <a class="trait" href="../../vulkano/pipeline/vertex/trait.VertexSource.html" title="trait vulkano::pipeline::vertex::VertexSource">VertexSource</a>&lt;<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a>&lt;dyn <a class="trait" href="../../vulkano/buffer/trait.BufferAccess.html" title="trait vulkano::buffer::BufferAccess">BufferAccess</a> + <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> + <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a>&gt;&gt;&gt;,&nbsp;</span></code><a href='#impl-GraphicsPipelineAbstract' class='anchor'></a><a class='srclink' href='../../src/vulkano/pipeline/graphics_pipeline/mod.rs.html#366-420' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.inner-1' class="method hidden"><code id='inner.v-1'>fn <a href='../../vulkano/pipeline/trait.GraphicsPipelineAbstract.html#tymethod.inner' class='fnname'>inner</a>(&amp;self) -&gt; <a class="struct" href="../../vulkano/pipeline/struct.GraphicsPipelineSys.html" title="struct vulkano::pipeline::GraphicsPipelineSys">GraphicsPipelineSys</a></code><a class='srclink' href='../../src/vulkano/pipeline/graphics_pipeline/mod.rs.html#372-374' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns an opaque object that represents the inside of the graphics pipeline.</p>
</div><h4 id='method.subpass_index' class="method hidden"><code id='subpass_index.v'>fn <a href='../../vulkano/pipeline/trait.GraphicsPipelineAbstract.html#tymethod.subpass_index' class='fnname'>subpass_index</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../../src/vulkano/pipeline/graphics_pipeline/mod.rs.html#377-379' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns the index of the subpass this graphics pipeline is rendering to.</p>
</div><h4 id='method.has_dynamic_line_width-1' class="method hidden"><code id='has_dynamic_line_width.v-1'>fn <a href='../../vulkano/pipeline/trait.GraphicsPipelineAbstract.html#tymethod.has_dynamic_line_width' class='fnname'>has_dynamic_line_width</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../../src/vulkano/pipeline/graphics_pipeline/mod.rs.html#382-384' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns true if the line width used by this pipeline is dynamic.</p>
</div><h4 id='method.num_viewports-1' class="method hidden"><code id='num_viewports.v-1'>fn <a href='../../vulkano/pipeline/trait.GraphicsPipelineAbstract.html#tymethod.num_viewports' class='fnname'>num_viewports</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../../src/vulkano/pipeline/graphics_pipeline/mod.rs.html#387-389' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns the number of viewports and scissors of this pipeline.</p>
</div><h4 id='method.has_dynamic_viewports-1' class="method hidden"><code id='has_dynamic_viewports.v-1'>fn <a href='../../vulkano/pipeline/trait.GraphicsPipelineAbstract.html#tymethod.has_dynamic_viewports' class='fnname'>has_dynamic_viewports</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../../src/vulkano/pipeline/graphics_pipeline/mod.rs.html#392-394' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns true if the viewports used by this pipeline are dynamic.</p>
</div><h4 id='method.has_dynamic_scissors-1' class="method hidden"><code id='has_dynamic_scissors.v-1'>fn <a href='../../vulkano/pipeline/trait.GraphicsPipelineAbstract.html#tymethod.has_dynamic_scissors' class='fnname'>has_dynamic_scissors</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../../src/vulkano/pipeline/graphics_pipeline/mod.rs.html#397-399' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns true if the scissors used by this pipeline are dynamic.</p>
</div><h4 id='method.has_dynamic_depth_bounds-1' class="method hidden"><code id='has_dynamic_depth_bounds.v-1'>fn <a href='../../vulkano/pipeline/trait.GraphicsPipelineAbstract.html#tymethod.has_dynamic_depth_bounds' class='fnname'>has_dynamic_depth_bounds</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../../src/vulkano/pipeline/graphics_pipeline/mod.rs.html#402-404' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns true if the depth bounds used by this pipeline are dynamic.</p>
</div><h4 id='method.has_dynamic_stencil_compare_mask-1' class="method hidden"><code id='has_dynamic_stencil_compare_mask.v-1'>fn <a href='../../vulkano/pipeline/trait.GraphicsPipelineAbstract.html#tymethod.has_dynamic_stencil_compare_mask' class='fnname'>has_dynamic_stencil_compare_mask</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../../src/vulkano/pipeline/graphics_pipeline/mod.rs.html#407-409' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns true if the stencil compare masks used by this pipeline are dynamic.</p>
</div><h4 id='method.has_dynamic_stencil_write_mask-1' class="method hidden"><code id='has_dynamic_stencil_write_mask.v-1'>fn <a href='../../vulkano/pipeline/trait.GraphicsPipelineAbstract.html#tymethod.has_dynamic_stencil_write_mask' class='fnname'>has_dynamic_stencil_write_mask</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../../src/vulkano/pipeline/graphics_pipeline/mod.rs.html#412-414' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns true if the stencil write masks used by this pipeline are dynamic.</p>
</div><h4 id='method.has_dynamic_stencil_reference-1' class="method hidden"><code id='has_dynamic_stencil_reference.v-1'>fn <a href='../../vulkano/pipeline/trait.GraphicsPipelineAbstract.html#tymethod.has_dynamic_stencil_reference' class='fnname'>has_dynamic_stencil_reference</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../../src/vulkano/pipeline/graphics_pipeline/mod.rs.html#417-419' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns true if the stencil references used by this pipeline are dynamic.</p>
</div><h4 id='method.subpass-1' class="method hidden"><code id='subpass.v-1'>fn <a href='../../vulkano/pipeline/trait.GraphicsPipelineAbstract.html#method.subpass' class='fnname'>subpass</a>(self) -&gt; <a class="struct" href="../../vulkano/framebuffer/struct.Subpass.html" title="struct vulkano::framebuffer::Subpass">Subpass</a>&lt;Self&gt; <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,&nbsp;</span></code><a class='srclink' href='../../src/vulkano/pipeline/graphics_pipeline/mod.rs.html#336-339' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns the subpass this graphics pipeline is rendering to.</p>
</div></div><h3 id='impl-VertexDefinition%3CI%3E' class='impl'><code class='in-band'>impl&lt;Mv, L, Rp, I&gt; <a class="trait" href="../../vulkano/pipeline/vertex/trait.VertexDefinition.html" title="trait vulkano::pipeline::vertex::VertexDefinition">VertexDefinition</a>&lt;I&gt; for <a class="struct" href="../../vulkano/pipeline/struct.GraphicsPipeline.html" title="struct vulkano::pipeline::GraphicsPipeline">GraphicsPipeline</a>&lt;Mv, L, Rp&gt; <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Mv: <a class="trait" href="../../vulkano/pipeline/vertex/trait.VertexDefinition.html" title="trait vulkano::pipeline::vertex::VertexDefinition">VertexDefinition</a>&lt;I&gt;,&nbsp;</span></code><a href='#impl-VertexDefinition%3CI%3E' class='anchor'></a><a class='srclink' href='../../src/vulkano/pipeline/graphics_pipeline/mod.rs.html#492-504' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.BuffersIter' class="type"><code id='BuffersIter.t'>type <a href='../../vulkano/pipeline/vertex/trait.VertexDefinition.html#associatedtype.BuffersIter' class="type">BuffersIter</a> = &lt;Mv as <a class="trait" href="../../vulkano/pipeline/vertex/trait.VertexDefinition.html" title="trait vulkano::pipeline::vertex::VertexDefinition">VertexDefinition</a>&lt;I&gt;&gt;::<a class="type" href="../../vulkano/pipeline/vertex/trait.VertexDefinition.html#associatedtype.BuffersIter" title="type vulkano::pipeline::vertex::VertexDefinition::BuffersIter">BuffersIter</a></code></h4><div class='docblock'><p>Iterator that returns the offset, the stride (in bytes) and input rate of each buffer.</p>
</div><h4 id='associatedtype.AttribsIter' class="type"><code id='AttribsIter.t'>type <a href='../../vulkano/pipeline/vertex/trait.VertexDefinition.html#associatedtype.AttribsIter' class="type">AttribsIter</a> = &lt;Mv as <a class="trait" href="../../vulkano/pipeline/vertex/trait.VertexDefinition.html" title="trait vulkano::pipeline::vertex::VertexDefinition">VertexDefinition</a>&lt;I&gt;&gt;::<a class="type" href="../../vulkano/pipeline/vertex/trait.VertexDefinition.html#associatedtype.AttribsIter" title="type vulkano::pipeline::vertex::VertexDefinition::AttribsIter">AttribsIter</a></code></h4><div class='docblock'><p>Iterator that returns the attribute location, buffer id, and infos.</p>
</div><h4 id='method.definition' class="method hidden"><code id='definition.v'>fn <a href='../../vulkano/pipeline/vertex/trait.VertexDefinition.html#tymethod.definition' class='fnname'>definition</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;interface: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;</a>I<br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self::<a class="type" href="../../vulkano/pipeline/vertex/trait.VertexDefinition.html#associatedtype.BuffersIter" title="type vulkano::pipeline::vertex::VertexDefinition::BuffersIter">BuffersIter</a>, Self::<a class="type" href="../../vulkano/pipeline/vertex/trait.VertexDefinition.html#associatedtype.AttribsIter" title="type vulkano::pipeline::vertex::VertexDefinition::AttribsIter">AttribsIter</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>, <a class="enum" href="../../vulkano/pipeline/vertex/enum.IncompatibleVertexDefinitionError.html" title="enum vulkano::pipeline::vertex::IncompatibleVertexDefinitionError">IncompatibleVertexDefinitionError</a>&gt;</code><a class='srclink' href='../../src/vulkano/pipeline/graphics_pipeline/mod.rs.html#499-503' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Builds the vertex definition to use to link this definition to a vertex shader's input interface. <a href="../../vulkano/pipeline/vertex/trait.VertexDefinition.html#tymethod.definition">Read more</a></p>
</div></div><h3 id='impl-VertexSource%3CS%3E' class='impl'><code class='in-band'>impl&lt;Mv, L, Rp, S&gt; <a class="trait" href="../../vulkano/pipeline/vertex/trait.VertexSource.html" title="trait vulkano::pipeline::vertex::VertexSource">VertexSource</a>&lt;S&gt; for <a class="struct" href="../../vulkano/pipeline/struct.GraphicsPipeline.html" title="struct vulkano::pipeline::GraphicsPipeline">GraphicsPipeline</a>&lt;Mv, L, Rp&gt; <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Mv: <a class="trait" href="../../vulkano/pipeline/vertex/trait.VertexSource.html" title="trait vulkano::pipeline::vertex::VertexSource">VertexSource</a>&lt;S&gt;,&nbsp;</span></code><a href='#impl-VertexSource%3CS%3E' class='anchor'></a><a class='srclink' href='../../src/vulkano/pipeline/graphics_pipeline/mod.rs.html#506-513' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.decode' class="method hidden"><code id='decode.v'>fn <a href='../../vulkano/pipeline/vertex/trait.VertexSource.html#tymethod.decode' class='fnname'>decode</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;s: S<br>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a><a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/boxed/struct.Box.html" title="struct alloc::boxed::Box">Box</a>&lt;dyn <a class="trait" href="../../vulkano/buffer/trait.BufferAccess.html" title="trait vulkano::buffer::BufferAccess">BufferAccess</a> + <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> + <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a>&gt;&gt;, <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>, <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a></code><a class='srclink' href='../../src/vulkano/pipeline/graphics_pipeline/mod.rs.html#510-512' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Checks and returns the list of buffers with offsets, number of vertices and number of instances.</p>
</div></div><h3 id='impl-VulkanObject' class='impl'><code class='in-band'>impl&lt;Mv, L, Rp&gt; <a class="trait" href="../../vulkano/trait.VulkanObject.html" title="trait vulkano::VulkanObject">VulkanObject</a> for <a class="struct" href="../../vulkano/pipeline/struct.GraphicsPipeline.html" title="struct vulkano::pipeline::GraphicsPipeline">GraphicsPipeline</a>&lt;Mv, L, Rp&gt;</code><a href='#impl-VulkanObject' class='anchor'></a><a class='srclink' href='../../src/vulkano/pipeline/graphics_pipeline/mod.rs.html#302-311' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Object' class="type"><code id='Object.t'>type <a href='../../vulkano/trait.VulkanObject.html#associatedtype.Object' class="type">Object</a> = <a class="type" href="../../vk_sys/type.Pipeline.html" title="type vk_sys::Pipeline">Pipeline</a></code></h4><div class='docblock'><p>The type of the object.</p>
</div><h4 id='associatedconstant.TYPE' class="associatedconstant hidden"><code id='TYPE.v'>const <a href='../../vulkano/trait.VulkanObject.html#associatedconstant.TYPE' class="constant"><b>TYPE</b></a>: <a class="type" href="../../vk_sys/type.DebugReportObjectTypeEXT.html" title="type vk_sys::DebugReportObjectTypeEXT">DebugReportObjectTypeEXT</a></code><a class='srclink' href='../../src/vulkano/pipeline/graphics_pipeline/mod.rs.html#305' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>The <code>DebugReportObjectTypeEXT</code> of the internal Vulkan handle.</p>
</div><h4 id='method.internal_object' class="method hidden"><code id='internal_object.v'>fn <a href='../../vulkano/trait.VulkanObject.html#tymethod.internal_object' class='fnname'>internal_object</a>(&amp;self) -&gt; <a class="type" href="../../vk_sys/type.Pipeline.html" title="type vk_sys::Pipeline">Pipeline</a></code><a class='srclink' href='../../src/vulkano/pipeline/graphics_pipeline/mod.rs.html#308-310' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns a reference to the object.</p>
</div></div><h3 id='impl-Debug' class='impl'><code class='in-band'>impl&lt;Mv, L, Rp&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html" title="trait core::fmt::Debug">Debug</a> for <a class="struct" href="../../vulkano/pipeline/struct.GraphicsPipeline.html" title="struct vulkano::pipeline::GraphicsPipeline">GraphicsPipeline</a>&lt;Mv, L, Rp&gt;</code><a href='#impl-Debug' class='anchor'></a><a class='srclink' href='../../src/vulkano/pipeline/graphics_pipeline/mod.rs.html#243-248' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.fmt' class="method hidden"><code id='fmt.v'>fn <a href='https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html#tymethod.fmt' class='fnname'>fmt</a>(&amp;self, fmt: &amp;mut <a class="struct" href="https://doc.rust-lang.org/nightly/core/fmt/struct.Formatter.html" title="struct core::fmt::Formatter">Formatter</a>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, <a class="struct" href="https://doc.rust-lang.org/nightly/core/fmt/struct.Error.html" title="struct core::fmt::Error">Error</a>&gt;</code><a class='srclink' href='../../src/vulkano/pipeline/graphics_pipeline/mod.rs.html#245-247' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Formats the value using the given formatter. <a href="https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html#tymethod.fmt">Read more</a></p>
</div></div></div><h2 id='synthetic-implementations' class='small-section-header'>Auto Trait Implementations<a href='#synthetic-implementations' class='anchor'></a></h2><div id='synthetic-implementations-list'><h3 id='impl-Send' class='impl'><code class='in-band'>impl&lt;VertexDefinition, Layout, RenderP&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> for <a class="struct" href="../../vulkano/pipeline/struct.GraphicsPipeline.html" title="struct vulkano::pipeline::GraphicsPipeline">GraphicsPipeline</a>&lt;VertexDefinition, Layout, RenderP&gt; <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Layout: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;RenderP: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;VertexDefinition: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a>,&nbsp;</span></code><a href='#impl-Send' class='anchor'></a></h3><div class='impl-items'></div><h3 id='impl-Unpin' class='impl'><code class='in-band'>impl&lt;VertexDefinition, Layout, RenderP&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Unpin.html" title="trait core::marker::Unpin">Unpin</a> for <a class="struct" href="../../vulkano/pipeline/struct.GraphicsPipeline.html" title="struct vulkano::pipeline::GraphicsPipeline">GraphicsPipeline</a>&lt;VertexDefinition, Layout, RenderP&gt; <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Layout: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Unpin.html" title="trait core::marker::Unpin">Unpin</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;RenderP: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Unpin.html" title="trait core::marker::Unpin">Unpin</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;VertexDefinition: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Unpin.html" title="trait core::marker::Unpin">Unpin</a>,&nbsp;</span></code><a href='#impl-Unpin' class='anchor'></a></h3><div class='impl-items'></div><h3 id='impl-Sync' class='impl'><code class='in-band'>impl&lt;VertexDefinition, Layout, RenderP&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a> for <a class="struct" href="../../vulkano/pipeline/struct.GraphicsPipeline.html" title="struct vulkano::pipeline::GraphicsPipeline">GraphicsPipeline</a>&lt;VertexDefinition, Layout, RenderP&gt; <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Layout: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;RenderP: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;VertexDefinition: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a>,&nbsp;</span></code><a href='#impl-Sync' class='anchor'></a></h3><div class='impl-items'></div><h3 id='impl-UnwindSafe' class='impl'><code class='in-band'>impl&lt;VertexDefinition, Layout, RenderP&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/std/panic/trait.UnwindSafe.html" title="trait std::panic::UnwindSafe">UnwindSafe</a> for <a class="struct" href="../../vulkano/pipeline/struct.GraphicsPipeline.html" title="struct vulkano::pipeline::GraphicsPipeline">GraphicsPipeline</a>&lt;VertexDefinition, Layout, RenderP&gt; <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Layout: <a class="trait" href="https://doc.rust-lang.org/nightly/std/panic/trait.UnwindSafe.html" title="trait std::panic::UnwindSafe">UnwindSafe</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;RenderP: <a cla
</div></div><h3 id='impl-Content' class='impl'><code class='in-band'>impl&lt;T&gt; <a class="trait" href="../../vulkano/memory/trait.Content.html" title="trait vulkano::memory::Content">Content</a> for T</code><a href='#impl-Content' class='anchor'></a><a class='srclink' href='../../src/vulkano/memory/mod.rs.html#171-190' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.ref_from_ptr' class="method hidden"><code id='ref_from_ptr.v'>fn <a href='../../vulkano/memory/trait.Content.html#tymethod.ref_from_ptr' class='fnname'>ref_from_ptr</a>(<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="enum" href="https://doc.rust-lang.org/nightly/core/ffi/enum.c_void.html" title="enum core::ffi::c_void">c_void</a>, <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut T</a>&gt;</code><a class='srclink' href='../../src/vulkano/memory/mod.rs.html#173-179' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Builds a pointer to this type from a raw pointer.</p>
</div><h4 id='method.is_size_suitable' class="method hidden"><code id='is_size_suitable.v'>fn <a href='../../vulkano/memory/trait.Content.html#tymethod.is_size_suitable' class='fnname'>is_size_suitable</a>(<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../../src/vulkano/memory/mod.rs.html#182-184' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns true if the size is suitable to store a type like this.</p>
</div><h4 id='method.indiv_size' class="method hidden"><code id='indiv_size.v'>fn <a href='../../vulkano/memory/trait.Content.html#tymethod.indiv_size' class='fnname'>indiv_size</a>() -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a></code><a class='srclink' href='../../src/vulkano/memory/mod.rs.html#187-189' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns the size of an individual element.</p>
</div></div><h3 id='impl-Into%3CU%3E' class='impl'><code class='in-band'>impl&lt;T, U&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;U&gt; for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;U: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;T&gt;,&nbsp;</span></code><a href='#impl-Into%3CU%3E' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert.rs.html#544-549' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.into' class="method hidden"><code id='into.v'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.Into.html#tymethod.into' class='fnname'>into</a>(self) -&gt; U</code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert.rs.html#546-548' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3 id='impl-From%3CT%3E' class='impl'><code class='in-band'>impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;T&gt; for T</code><a href='#impl-From%3CT%3E' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert.rs.html#553-555' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from' class="method hidden"><code id='from.v'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(t: T) -&gt; T</code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert.rs.html#554' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3 id='impl-TryFrom%3CU%3E' class='impl'><code class='in-band'>impl&lt;T, U&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;U&gt; for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;U: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;T&gt;,&nbsp;</span></code><a href='#impl-TryFrom%3CU%3E' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert.rs.html#572-578' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Error' class="type"><code id='Error.t'>type <a href='https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error' class="type">Error</a> = <a class="enum" href="https://doc.rust-lang.org/nightly/core/convert/enum.Infallible.html" title="enum core::convert::Infallible">Infallible</a></code></h4><div class='docblock'><p>The type returned in the event of a conversion error.</p>
</div><h4 id='method.try_from' class="method hidden"><code id='try_from.v'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#tymethod.try_from' class='fnname'>try_from</a>(value: U) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;T, &lt;T as <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;U&gt;&gt;::<a class="type" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a>&gt;</code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert.rs.html#575-577' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3 id='impl-TryInto%3CU%3E' class='impl'><code class='in-band'>impl&lt;T, U&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html" title="trait core::convert::TryInto">TryInto</a>&lt;U&gt; for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;U: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;T&gt;,&nbsp;</span></code><a href='#impl-TryInto%3CU%3E' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert.rs.html#560-567' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Error-1' class="type"><code id='Error.t-1'>type <a href='https://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html#associatedtype.Error' class="type">Error</a> = &lt;U as <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;T&gt;&gt;::<a class="type" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a></code></h4><div class='docblock'><p>The type returned in the event of a conversion error.</p>
</div><h4 id='method.try_into' class="method hidden"><code id='try_into.v'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html#tymethod.try_into' class='fnname'>try_into</a>(self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;U, &lt;U as <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;T&gt;&gt;::<a class="type" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a>&gt;</code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert.rs.html#564-566' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3 id='impl-BorrowMut%3CT%3E' class='impl'><code class='in-band'>impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/borrow/trait.BorrowMut.html" title="trait core::borrow::BorrowMut">BorrowMut</a>&lt;T&gt; for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: ?<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,&nbsp;</span></code><a href='#impl-BorrowMut%3CT%3E' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#218-220' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.borrow_mut' class="method hidden"><code id='borrow_mut.v'>fn <a href='https://doc.rust-lang.org/nightly/core/borrow/trait.BorrowMut.html#tymethod.borrow_mut' class='fnname'>borrow_mut</a>(&amp;mut self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;mut </a>T</code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#219' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Mutably borrows from an owned value. <a href="https://doc.rust-lang.org/nightly/core/borrow/trait.BorrowMut.html#tymethod.borrow_mut">Read more</a></p>
</div></div><h3 id='impl-Borrow%3CT%3E' class='impl'><code class='in-band'>impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html" title="trait core::borrow::Borrow">Borrow</a>&lt;T&gt; for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: ?<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,&nbsp;</span></code><a href='#impl-Borrow%3CT%3E' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#213-215' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.borrow' class="method hidden"><code id='borrow.v'>fn <a href='https://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html#tymethod.borrow' class='fnname'>borrow</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;</a>T</code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#214' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Immutably borrows from an owned value. <a href="https://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html#tymethod.borrow">Read more</a></p>
</div></div><h3 id='impl-Any' class='impl'><code class='in-band'>impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/any/trait.Any.html" title="trait core::any::Any">Any</a> for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: 'static + ?<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,&nbsp;</span></code><a href='#impl-Any' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/any.rs.html#100-102' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.type_id' class="method hidden"><code id='type_id.v'>fn <a href='https://doc.rust-lang.org/nightly/core/any/trait.Any.html#tymethod.type_id' class='fnname'>type_id</a>(&amp;self) -&gt; <a class="struct" href="https://doc.rust-lang.org/nightly/core/any/struct.TypeId.html" title="struct core::any::TypeId">TypeId</a></code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/any.rs.html#101' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Gets the <code>TypeId</code> of <code>self</code>. <a href="https://doc.rust-lang.org/nightly/core/any/trait.Any.html#tymethod.type_id">Read more</a></p>
</div></div></div></section><section id="search" class="content hidden"></section><section class="footer"></section><aside id="help" class="hidden"><div><h1 class="hidden">Help</h1><div class="shortcuts"><h2>Keyboard Shortcuts</h2><dl><dt><kbd>?</kbd></dt><dd>Show this help dialog</dd><dt><kbd>S</kbd></dt><dd>Focus the search field</dd><dt><kbd></kbd></dt><dd>Move up in search results</dd><dt><kbd></kbd></dt><dd>Move down in search results</dd><dt><kbd></kbd></dt><dd>Switch tab</dd><dt><kbd>&#9166;</kbd></dt><dd>Go to active search result</dd><dt><kbd>+</kbd></dt><dd>Expand all sections</dd><dt><kbd>-</kbd></dt><dd>Collapse all sections</dd></dl></div><div class="infos"><h2>Search Tricks</h2><p>Prefix searches with a type followed by a colon (e.g., <code>fn:</code>) to restrict the search to a given type.</p><p>Accepted types are: <code>fn</code>, <code>mod</code>, <code>struct</code>, <code>enum</code>, <code>trait</code>, <code>type</code>, <code>macro</code>, and <code>const</code>.</p><p>Search functions by type signature (e.g., <code>vec -> usize</code> or <code>* -> vec</code>)</p><p>Search multiple things at once by splitting your query with comma (e.g., <code>str,u8</code> or <code>String,struct:Vec,test</code>)</p></div></div></aside><script>window.rootPath = "../../";window.currentCrate = "vulkano";</script><script src="../../aliases.js"></script><script src="../../main.js"></script><script defer src="../../search-index.js"></script></body></html>