-
## Description
Textures are not appearing or get mixed up.
## Reproduction Steps
https://github.com/trashuj/crash_amethyst_investigation
Click on exit/join to go back and forth.
## What You E…
-
# Description
Add debugging commands that can be used to help gather more information about the current state of the queues and slots.
# How it will work
Using certain commands will log the curre…
-
I'm not sure why this isn't implemented but since these are just newtypes around pointers is there any reason they can't be Copy?
Lack of Copy prevents the ability to insert it in a data structure …
-
rustc 1.45.0-nightly
kApp 0.1.0
```shell
Finished dev [unoptimized + debuginfo] target(s) in 0.15s
Running `target/debug/examples/hello`
[1] 24666 segmentation fault cargo run --ex…
-
As this data structure verifies, on access, whether the indicated element is actually allocated (and because keys can outlive their elements anyway -- after all, they are keys and not cursors), it wou…
-
In GitLab by @azriel91 on Sep 16, 2019, 11:38
Related to rewriting assets, this will also make it easier to implement #158.
**Goal:** Reference all `Object`s under a common `SecondaryMap`
#### Curr…
-
I found similar issues in the bug tracker, but this might be another case. When compiling the following code, the compiler emits an issue:
```zig
const Baz = struct {
a : i64,
const baz = …
-
We don't have a function like `delete_uniform_location` unlike all the other tracked resources. So we need to find a way to drop these values automatically.
Instead of the current approach we could…
-
Hi, I'm trying to wrap a slotmap in a generic struct. The intent is to be able to instantiate a slotmap for a given type with marker trait ImageEntity. Im not sure how to use the ```new_key_type!``` …
-
I am not sure if something is wrong with my setup of _cargo web_, because I did not test I so far.
I created a project with the basic example and started it with `cargo run` without any issues.
Aft…