diff --git a/spec/index.bs b/spec/index.bs index d1701d95c0..336e09dd8d 100644 --- a/spec/index.bs +++ b/spec/index.bs @@ -2018,6 +2018,8 @@ dictionary GPUTextureViewDescriptor : GPUObjectDescriptorBase { }; +Issue: derive from `GPUTextureSubresourceRange` + Issue: Make this a standalone algorithm used in the createView algorithm. Issue: The references to GPUTextureDescriptor here should actually refer to @@ -6321,8 +6323,35 @@ dictionary GPURenderBundleEncoderDescriptor : GPUObjectDescriptorBase { # Queues # {#queues}