Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- type PFN_xrVoidFunction = FunPtr FN_xrVoidFunction
- type FN_xrVoidFunction = () -> IO ()
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
type FN_xrVoidFunction = () -> IO () Source #