MCPcopy
hub / github.com/EngoEngine/engo / Headless

Function Headless

engo.go:255–257  ·  view source on GitHub ↗

Headless indicates whether or not OpenGL-calls should be made

()

Source from the content-addressed store, hash-verified

253
254// Headless indicates whether or not OpenGL-calls should be made
255func Headless() bool {
256 return opts.HeadlessMode
257}
258
259// ScaleOnResize indicates whether or not the screen should resize (i.e. make things look smaller/bigger) whenever
260// the window resized. If `false`, then the size of the screen does not affect the size of the things drawn - it just

Callers 8

NewMethod · 0.92
UpdateMethod · 0.92
SetBackgroundFunction · 0.92
NewMethod · 0.92
UploadTextureFunction · 0.92
CloseMethod · 0.92
TestHeadlessFunction · 0.85
openFileFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestHeadlessFunction · 0.68