wgpu-hs-0.4.0.0: WGPU
Safe HaskellNone
LanguageHaskell2010

WGPU.Internal.ChainedStruct

Contents

Synopsis

Types

data ChainedStruct a Source #

Represents a chained structure.

Constructors

EmptyChain WGPUSType

Empty chained structure, but with a type tag.

PtrChain WGPUSType (Ptr a)

Chained structue that points to the next structure in a chain.

Instances

Instances details
ToRaw (ChainedStruct a) WGPUChainedStruct Source # 
Instance details

Defined in WGPU.Internal.ChainedStruct