Skip to content

device.rs code conditional on ARM should probably not be #788

@jrmuizel

Description

@jrmuizel

There are a bunch of places in device.rs where we have things like
cfg!(any(target_arch="arm", target_arch="aarch64"))

arm seems like the wrong thing for these to be testing for. I suspect that these should actually be tests for opengles.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions