Commit 244168f
Load ktx2 LUT images with sRGB off. (bevyengine#21432)
# Objective
- Fixes bevyengine#21425.
- Prior to bevyengine#19408, we were loading the LUTs with sRGB off. bevyengine#19408
accidentally did not maintain this behavior.
## Solution
- Specify the settings for the LUTs to disable sRGB.
- Also make the LUTs only accessible in the render world.
## Testing
- Ran the anti_aliasing example. Compared no AA to SMAA and it looks
different now!1 parent f697456 commit 244168f
1 file changed
+19
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
296 | 296 | | |
297 | 297 | | |
298 | 298 | | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
299 | 302 | | |
300 | 303 | | |
301 | 304 | | |
302 | 305 | | |
303 | 306 | | |
304 | | - | |
305 | | - | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
306 | 323 | | |
307 | 324 | | |
308 | 325 | | |
| |||
0 commit comments