Skip to content

Some Issues #12

@Adrwbln

Description

@Adrwbln
  1. It returns an object of getters, imo it should just return an object with the current value of those, especially since they're never really gonna change.
  2. Outdated typescript types (consider just using @webgpu/types?)
  3. adapter.info shouldn't return getters, but a snapshot of the current values
  4. adapter.info is returning weird values for device, architecture, and vendor:
{
  subgroupMatrixConfigs: [],
  vendor: "97109100",
  architecture: "11410011097-50",
  device: "97109100-11497100101111110-544948109-11497100118-1149711210497101108-10910111010011199105110111-",
  description: "radv: Mesa 25.1.9",
  subgroupMinSize: 32,
  subgroupMaxSize: 64,
  isFallbackAdapter: false,
}
  1. (suggestion) vendor and device could return the names of the vendor and device respectively, and there could be vendorId and deviceId for the ids. Also there could also be a backend value (e.g metal, vulkan, opengl, etc)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions