File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1111jobs :
1212 main :
1313 name : Build, Validate and Deploy
14- runs-on : ubuntu-20.04
14+ runs-on : ubuntu-latest
1515 steps :
1616 - uses : actions/checkout@v2
1717 - uses : w3c/spec-prod@v2
Original file line number Diff line number Diff line change @@ -185,21 +185,21 @@ The following table summarizes the ways various data formats can be consumed:
185185 <tr>
186186 <td> {{XRDepthDataFormat/"luminance-alpha"}} </td>
187187 <td> [=GLenum/LUMINANCE_ALPHA=] </td>
188- <td> 2 times 8 bit</dt >
188+ <td> 2 times 8 bit</td >
189189 <td> Interpret {{XRCPUDepthInformation/data}} as {{Uint16Array}} </td>
190190 <td> Inspect Luminance and Alpha channels to reassemble single value.</td>
191191 </tr>
192192 <tr>
193193 <td> {{XRDepthDataFormat/"float32"}} </td>
194194 <td> [=GLenum/R32F=] </td>
195- <td> 32 bit</dt >
195+ <td> 32 bit</td >
196196 <td> Interpret {{XRCPUDepthInformation/data}} as {{Float32Array}} </td>
197197 <td> Inspect Red channel and use the value.</td>
198198 </tr>
199199 <tr>
200200 <td> {{XRDepthDataFormat/"unsigned-short"}} </td>
201201 <td> [=GLenum/R16UI=] </td>
202- <td> 16 bit</dt >
202+ <td> 16 bit</td >
203203 <td> Interpret {{XRCPUDepthInformation/data}} as {{Uint16Array}} </td>
204204 <td> Inspect Red channel and use the value.</td>
205205 </tr>
@@ -527,7 +527,6 @@ In order to <dfn>create a WebGL depth information instance</dfn> given {{XRFrame
527527 <dd> Initialize |result|'s {{XRWebGLDepthInformation/imageIndex}} to <code> 1</code> .
528528 <dt> Otherwise
529529 <dd> Initialize |result|'s {{XRWebGLDepthInformation/imageIndex}} to <code> 0</code> .
530- </dl>
531530 </dl>
532531 1. Return |result|.
533532
@@ -638,7 +637,7 @@ const depthInMeters = depthInfo.getDepthInMeters(x, y);
638637
639638</section>
640639
641- Native device concepts {#native-device-concepts}
640+ Native device concepts {#native-device-concepts}
642641======================
643642
644643Native depth sensing {#native-depth-sensing-section}
You can’t perform that action at this time.
0 commit comments