mirror of
https://github.com/visgl/luma.gl.git
synced 2026-01-25 14:08:58 +00:00
* website: Fix sidebar in examples * website: removed invalid images * website: fixed luma-example switching tabs * Device: expose destroy method Co-authored-by: Ib Green <ib@foursquare.com>
8 lines
161 B
Plaintext
8 lines
161 B
Plaintext
import {DeviceTabs} from '@site/src/react-luma';
|
|
import {TexturedCubeWebGPUExample} from '@site';
|
|
|
|
# Textured Cube
|
|
|
|
<DeviceTabs />
|
|
<TexturedCubeWebGPUExample />
|