File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1063,7 +1063,7 @@ bitflags::bitflags! {
1063
1063
1064
1064
/// Supports samplers with anisotropic filtering. Note this isn't actually required by
1065
1065
/// WebGPU, the implementation is allowed to completely ignore aniso clamp. This flag is
1066
- /// here for native backends so they can comunicate to the user of aniso is enabled.
1066
+ /// here for native backends so they can communi cate to the user of aniso is enabled.
1067
1067
///
1068
1068
/// All backends and all devices support anisotropic filtering.
1069
1069
const ANISOTROPIC_FILTERING = 1 << 10 ;
@@ -1089,8 +1089,8 @@ bitflags::bitflags! {
1089
1089
const BUFFER_BINDINGS_NOT_16_BYTE_ALIGNED = 1 << 15 ;
1090
1090
1091
1091
/// Supports buffers to combine [`BufferUsages::INDEX`] with usages other than [`BufferUsages::COPY_DST`] and [`BufferUsages::COPY_SRC`].
1092
- /// Furthermore, in absence of this feature it is not allowed to copy index buffers from/to buffers with usages other than
1093
- /// [`BufferUsages::INDEX `]/[`BufferUsages::COPY_DST `]/[`BufferUsages::COPY_SRC `].
1092
+ /// Furthermore, in absence of this feature it is not allowed to copy index buffers from/to buffers with a set of usage flags containing
1093
+ /// [`BufferUsages::VERTEX `]/[`BufferUsages::UNIFORM `]/[`BufferUsages::STORAGE`] or [`BufferUsages::INDIRECT `].
1094
1094
///
1095
1095
/// WebGL doesn't support this.
1096
1096
const UNRESTRICTED_INDEX_BUFFER = 1 << 16 ;
You can’t perform that action at this time.
0 commit comments