wgpu-hs-0.4.0.0: WGPU
Safe HaskellNone
LanguageHaskell2010

WGPU.Internal.Surface

Contents

Description

 
Synopsis

Types

data Surface Source #

Handle to a presentable surface.

A Surface presents a platform-specific surface (eg. a window) on to which rendered images may be presented. A Surface can be created for a GLFW window using createGLFWSurface.

Constructors

Surface 

Instances

Instances details
Eq Surface Source # 
Instance details

Defined in WGPU.Internal.Surface

Methods

(==) :: Surface -> Surface -> Bool #

(/=) :: Surface -> Surface -> Bool #

Show Surface Source # 
Instance details

Defined in WGPU.Internal.Surface

ToRaw Surface WGPUSurface Source # 
Instance details

Defined in WGPU.Internal.Surface