File tree Expand file tree Collapse file tree 3 files changed +7
-12
lines changed Expand file tree Collapse file tree 3 files changed +7
-12
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " @vivjs/constants " : patch
3
+ ---
4
+
5
+ Fix typo in luma texture format for Float32Array (` r32float ` )
Original file line number Diff line number Diff line change @@ -31,20 +31,10 @@ jobs:
31
31
- run : biome ci .
32
32
33
33
Test :
34
- runs-on : ubuntu-20.04
35
- env :
36
- DISPLAY : :0
34
+ runs-on : macos-latest
37
35
steps :
38
36
- uses : actions/checkout@v4
39
37
- uses : pnpm/action-setup@v4
40
38
with :
41
39
run_install : true
42
-
43
- - name : Setup xvf (Linux)
44
- if : runner.os == 'Linux'
45
- run : |
46
- sudo apt-get install -y xvfb
47
- # start xvfb in the background
48
- sudo /usr/bin/Xvfb $DISPLAY -screen 0 1280x1024x24 &
49
-
50
40
- run : pnpm test
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ export const DTYPE_VALUES = {
70
70
} ,
71
71
// Cast Float64 as 32 bit float point so it can be rendered.
72
72
Float64 : {
73
- format : 'r32sfloat ' ,
73
+ format : 'r32float ' ,
74
74
dataFormat : GL . RED ,
75
75
type : GL . FLOAT ,
76
76
// Not sure what to do about this one - a good use case for channel stats, I suppose:
You can’t perform that action at this time.
0 commit comments