Skip to content

Commit 9ba9128

Browse files
committed
Deploying to master from @ gfx-rs/wgpu@74f3a2f 🚀
1 parent 81becb2 commit 9ba9128

File tree

267 files changed

+1216
-1208
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

267 files changed

+1216
-1208
lines changed

doc/src/wgpu_hal/vulkan/device.rs.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2681,6 +2681,10 @@
26812681
<a href="#2680" id="2680">2680</a>
26822682
<a href="#2681" id="2681">2681</a>
26832683
<a href="#2682" id="2682">2682</a>
2684+
<a href="#2683" id="2683">2683</a>
2685+
<a href="#2684" id="2684">2684</a>
2686+
<a href="#2685" id="2685">2685</a>
2687+
<a href="#2686" id="2686">2686</a>
26842688
</pre></div><pre class="rust"><code><span class="kw">use super</span>::{conv, RawTlasInstance};
26852689

26862690
<span class="kw">use </span>arrayvec::ArrayVec;
@@ -3100,6 +3104,10 @@
31003104
vk::DescriptorType::STORAGE_BUFFER_DYNAMIC,
31013105
descriptor_count.storage_buffer_dynamic,
31023106
),
3107+
(
3108+
vk::DescriptorType::ACCELERATION_STRUCTURE_KHR,
3109+
descriptor_count.acceleration_structure,
3110+
),
31033111
];
31043112

31053113
<span class="kw">let </span>filtered_counts = unfiltered_counts

doc/trait.impl/core/convert/trait.From.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

doc/type.impl/wgpu_types/struct.BufferDescriptor.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

doc/type.impl/wgpu_types/struct.CopyExternalImageDestInfo.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

doc/type.impl/wgpu_types/struct.CreateBlasDescriptor.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

doc/type.impl/wgpu_types/struct.CreateTlasDescriptor.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

doc/type.impl/wgpu_types/struct.DeviceDescriptor.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

doc/type.impl/wgpu_types/struct.QuerySetDescriptor.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

doc/type.impl/wgpu_types/struct.RenderBundleDescriptor.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

doc/type.impl/wgpu_types/struct.RequestAdapterOptions.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)