Contradicting error message when creating a buffer for MAP_READ and COPY_DST after upgrading to 0.14.2

This page summarizes the projects mentioned and recommended in the original post on /r/rust_gamedev

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • wgpu

    A cross-platform, safe, pure-Rust graphics API.

  • Hello everyone, wasn't sure if this is a bug or if I am missing something here but for some reason the following buffer (that worked in wgpu 0.13.1): let some_buffer = device.create_buffer(&wgpu::BufferDescriptor { label: Some("Some Label"), size: (std::mem::size_of::()) as u64, usage: wgpu::BufferUsages::STORAGE | wgpu::BufferUsages::MAP_READ | wgpu::BufferUsages::COPY_DST, mapped_at_creation: false, }); no longer works after upgrading to wgpu 0.14.2 and the error message I receive is: Caused by: In Device::create_buffer note: label = `Some Label` `MAP` usage can only be combined with the opposite `COPY`, requested MAP_READ | COPY_DST | STORAGE This doesn't make sense, since MAP_READ is the opposite of COPY_DST (right?). Also, I saw that this error message is not a new addition in 0.14.2 (in this issue, where it made sense). What am I missing?

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Why is the WebGPU Shading Language (WGSL) syntax based on Rust?

    1 project | /r/webgpu | 6 Feb 2023
  • Denox: A JavaScript runtime for gamedev written in Rust.

    2 projects | /r/rust | 4 Feb 2023
  • wgpu 0.15 and naga 0.11 released!

    2 projects | /r/rust | 25 Jan 2023
  • [Help] wgpu: 10s to load :(

    1 project | /r/rust | 24 Jan 2023
  • Veloren 0.14 release, a multiplayer voxel action-RPG written in Rust, with an in-game release party happening at 18:00 GMT

    1 project | /r/rust | 8 Jan 2023