wgpu4k-scenes
Toggle table of contents
0.0.2
common
Platform filter
common
Switch theme
Search in API
wgpu4k-scenes
wgpu4k-scenes
/
io.ygdrasil.webgpu.examples
/
Scene
Scene
abstract
class
Scene
(
context
:
WGPUContext
)
:
AutoCloseable
Inheritors
CubemapScene
FractalCubeScene
HelloTriangleScene
HelloTriangleMSAAScene
HelloTriangleRotatingScene
InstancedCubeScene
RotatingCubeScene
TexturedCubeScene
TwoCubesScene
ParticlesScene
SkinnedMeshScene
Members
Constructors
Scene
Link copied to clipboard
constructor
(
context
:
WGPUContext
)
Properties
dummy
Texture
Link copied to clipboard
val
dummyTexture
:
Texture
frame
Link copied to clipboard
var
frame
:
Int
Functions
close
Link copied to clipboard
open
override
fun
close
(
)
initialize
Link copied to clipboard
abstract
suspend
fun
initialize
(
)
render
Link copied to clipboard
abstract
suspend
fun
AutoClosableContext
.
render
(
)