AuburnSounds / AuburnSounds/Dplug
UIBufferedElementPBR too slow
Open
Enhancement
Performance
- Dominant language
- D
- Stars
- 564
- Forks
- 34
- PR merge metrics
- No merged PRs in 30d
Description
- [ ] Each of diffuse, material and depth has blending modes:
- [ ] opaque: draw completly opaque (copy), no blending
- [ ] transparent: do not draw, 100% transparent
- [ ] alphaBuffer: there is an alpha buffer
- [ ] Add `@ScriptProperty` for those
Contributor guide
Research direction
Start by locating UIBufferedElementPBR and its diffuse, material, and depth handling. Check how @ScriptProperty is used elsewhere in the project, then verify each requested opaque, transparent, and alphaBuffer mode for all three components. Done means the three modes work as described and the corresponding script properties are available.
Written by the indexing model from the issue text.
Assessment
- Domain
- computer-graphics
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100