File tree 2 files changed +6
-7
lines changed
crates/viewer/re_renderer/src/resource_managers
2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 78
78
-
uses :
prefix-dev/[email protected]
79
79
with :
80
80
pixi-version : v0.34.0
81
- # Only has the deps for round-trips. Not all examples.
82
- environments : wheel-test-min
81
+ # default: for the rendering step
82
+ # wheel-test-min: minimal env for roundtrips (less heavy than wheel-test/examples)
83
+ environments : >-
84
+ default
85
+ wheel-test-min
83
86
84
87
- name : Download test assets
85
88
run : pixi run -e wheel-test-min python ./tests/assets/download_test_assets.py
@@ -167,10 +170,6 @@ jobs:
167
170
save-data-file : false
168
171
auto-push : false
169
172
170
- -
uses :
prefix-dev/[email protected]
171
- with :
172
- pixi-version : v0.34.0
173
-
174
173
- name : Render benchmark result
175
174
if : github.ref == 'refs/heads/main'
176
175
run : |
Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ pub enum YuvMatrixCoefficients {
202
202
/// These are the same primaries we usually assume and use for all our rendering
203
203
/// since they are the same primaries used by sRGB.
204
204
/// <https://en.wikipedia.org/wiki/Rec._709#Relationship_to_sRGB/>
205
- /// The OETF/EOTF function (<https://en.wikipedia.org/wiki/Transfer_functions_in_imaging/ >) is different,
205
+ /// The OETF/EOTF function (<https://en.wikipedia.org/wiki/Transfer_functions_in_imaging>) is different,
206
206
/// but for all other purposes they are the same.
207
207
/// (The only reason for us to convert to optical units ("linear" instead of "gamma") is for
208
208
/// lighting & tonemapping where we typically start out with an sRGB image!)
You can’t perform that action at this time.
0 commit comments