GPUSurfaceTexture


class GPUSurfaceTexture


Contains a texture to render to for a surface, along with status information.

Summary

Public constructors

GPUSurfaceTexture(texture: GPUTexture, status: Int)

Public properties

Int

The status of the texture acquisition.

GPUTexture

The texture for the current frame.

Public constructors

GPUSurfaceTexture

Added in 1.0.0-alpha04
GPUSurfaceTexture(texture: GPUTexture, status: Int)

Public properties

status

Added in 1.0.0-alpha04
var statusInt

The status of the texture acquisition.

texture

Added in 1.0.0-alpha04
var textureGPUTexture

The texture for the current frame.