mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-25 16:24:24 +00:00
Update mentions of gfx-hal to wgpu-hal
This commit is contained in:
parent
b679342d9e
commit
13a0baaca5
@ -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"]
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user