bevyengine / bevyengine/bevy

Document why MAX_JOINTS and MAX_MORPH_WEIGHTS are set

Open
#15,974 1 comment 0 reactions 0 assignees View on GitHub
A-Animation A-glTF C-Docs D-Trivial S-Ready-For-Implementation
Dominant language
Rust
Stars
48.2k
Forks
4.8k
Avg merge
3d 22h
Merged PRs (30d)
161

Description

> This values are used to allocate buffers. Their maximum sizes depend on the GPU/platform, the current values are the ones guaranteed to work everywhere.
> To allow bigger values, you would have to check against the limits of the GPU at runtime, which would mean not using consts anymore.

_Originally posted by @mockersf in https://github.com/bevyengine/bevy/pull/15972#pullrequestreview-2376118837_

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.