Scol standard library package
0.3.1
Common and usefull functions for all Scol applications
|
Functions | |
b3d_infoFullscreenModes () | |
Get fullscreen video modes supported by the host.Prototype: fun [] [S r1]. More... | |
b3d_infoLib () | |
Version's informations about this libraryPrototype: fun [] [S S S]. More... | |
b3d_infoMultiSamplingModes (flag) | |
Get multi sampling modes supported by the host.Prototype: fun [] [S r1]. More... | |
b3d_infoSys () | |
This is a conivence function. It returns several infos about the system. These infos are the same than provided by 'SO3GetGeneralInfo' function but they are formatted.Prototype: fun [] S. More... | |
b3d_infoLib | ( | ) |
Version's informations about this libraryPrototype: fun [] [S S S].
b3d_infoFullscreenModes | ( | ) |
Get fullscreen video modes supported by the host.Prototype: fun [] [S r1].
b3d_infoMultiSamplingModes | ( | flag | ) |
Get multi sampling modes supported by the host.Prototype: fun [] [S r1].
b3d_infoSys | ( | ) |
This is a conivence function. It returns several infos about the system. These infos are the same than provided by 'SO3GetGeneralInfo' function but they are formatted.Prototype: fun [] S.