openxr-0.1: Bindings to the OpenXR API
Safe HaskellNone
LanguageHaskell2010

OpenXR.Core10.FuncPointers

Synopsis

Documentation

type PFN_xrVoidFunction = FunPtr FN_xrVoidFunction Source #

PFN_xrVoidFunction - Generic function pointer type returned by queries

Parameter Descriptions

  • no parameters.

Description

PFN_xrVoidFunction is a generic function pointer type returned by queries, specifically those to getInstanceProcAddr.

See Also

getInstanceProcAddr

type FN_xrVoidFunction = () -> IO () Source #