Update mentions of gfx-hal to wgpu-hal

This commit is contained in:
memoryruins 2021-10-01 13:50:19 -04:00
parent b679342d9e
commit 13a0baaca5
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ name = "wgpu-core"
version = "0.10.0"
authors = ["wgpu developers"]
edition = "2018"
description = "WebGPU core logic on gfx-hal"
description = "WebGPU core logic on wgpu-hal"
homepage = "https://github.com/gfx-rs/wgpu"
repository = "https://github.com/gfx-rs/wgpu"
keywords = ["graphics"]

View File

@ -195,7 +195,7 @@ bitflags::bitflags! {
/// to get the timestamp in nanoseconds. Multiple timestamps can then be diffed to get the
/// time for operations between them to finish.
///
/// Due to gfx-hal limitations, this is only supported on vulkan for now.
/// Due to wgpu-hal limitations, this is only supported on vulkan for now.
///
/// Supported Platforms:
/// - Vulkan (works)
@ -210,7 +210,7 @@ bitflags::bitflags! {
/// They must be resolved using [`CommandEncoder::resolve_query_sets`] into a buffer.
/// The rules on how these resolve into buffers are detailed in the documentation for [`PipelineStatisticsTypes`].
///
/// Due to gfx-hal limitations, this is only supported on vulkan for now.
/// Due to wgpu-hal limitations, this is only supported on vulkan for now.
///
/// Supported Platforms:
/// - Vulkan (works)