Versions in this module Expand all Collapse all v0 v0.0.3 Mar 16, 2026 Changes in this version + type Error int32 + func (e Error) Error() string + type NativeWindow struct + func NewNativeWindowFromPointer(ptr unsafe.Pointer) *NativeWindow + func (h *NativeWindow) Pointer() unsafe.Pointer + type SurfaceTexture struct + func NewSurfaceTextureFromPointer(ptr unsafe.Pointer) *SurfaceTexture + func (h *SurfaceTexture) AcquireWindow() *NativeWindow + func (h *SurfaceTexture) AttachToGLContext(texName uint32) error + func (h *SurfaceTexture) Close() error + func (h *SurfaceTexture) DetachFromGLContext() error + func (h *SurfaceTexture) Pointer() unsafe.Pointer + func (h *SurfaceTexture) Timestamp() int64 + func (h *SurfaceTexture) TransformMatrix(mtx *[16]float32) + func (h *SurfaceTexture) UpdateTexImage() error