Hl Module
Functions and values
Function or value | Description |
Full Usage:
Hl.Assert a
Parameters:
'a
Returns: 'a
|
|
Full Usage:
Hl.AttachDebugMessageCallback ()
Parameters:
unit
|
|
|
|
|
|
Full Usage:
Hl.CreateSglContextInitial window
Parameters:
nativeint
Returns: bool * nativeint
|
|
Full Usage:
Hl.CreateSglContextSharedWithCurrentContext (window, sharedContext)
Parameters:
nativeint
sharedContext : nativeint
Returns: nativeint
|
|
Full Usage:
Hl.DestroySglContext (glContext, sglWindow)
Parameters:
nativeint
sglWindow : nativeint
|
|
Full Usage:
Hl.EndFrame ()
Parameters:
unit
|
|
Full Usage:
Hl.GetDrawCallCount ()
Parameters:
unit
Returns: int
|
|
Full Usage:
Hl.GetDrawInstanceCount ()
Parameters:
unit
Returns: int
|
|
Full Usage:
Hl.InitAssert enabled
Parameters:
bool
|
|
Full Usage:
Hl.InitContext attach
Parameters:
bool
|
|
Full Usage:
Hl.ReportDrawCall drawInstances
Parameters:
int
|
|
Full Usage:
Hl.ResetDrawCalls ()
Parameters:
unit
|
|
Full Usage:
Hl.SaveFramebufferRgbaToBitmap (width, height, filePath)
Parameters:
int
height : int
filePath : string
|