Files
RobustToolbox/Robust.Client/Graphics
Pieter-Jan Briers 0bf99e173c Texture GetPixel() fixes
Wow this API is bad. Well the API is just terrible for perf for multiple reasons but not fixing that...

1. Was using DSA GetTextureImage() instead of GetnTexImage() so only worked if DSA was available.
2. Was using stackalloc with a potentially huge amount of memory (original bug).
3. Had an off-by-one for the vertical coordinate.

All fixed now.

Fixes #5001
2024-03-26 01:11:30 +01:00
..
2024-03-26 01:11:30 +01:00
2021-05-02 14:05:50 +02:00
2021-02-10 23:27:19 -08:00
2021-04-19 09:47:20 +02:00
2021-07-05 07:55:52 +02:00