class Boleite::BackendConfiguration
- Boleite::BackendConfiguration
- Reference
- Object
Extended Modules
Defined in:
boleite/backend/configuration.crboleite/serializers/backend/configuration.cr
Constructors
Instance Method Summary
- #double_buffering : Bool
- #double_buffering=(double_buffering : Bool)
- #gfx : Boleite::BackendConfiguration::GfxType
- #gfx=(gfx : Boleite::BackendConfiguration::GfxType)
- #multisamples : UInt8
- #multisamples=(multisamples : UInt8)
- #version : Boleite::Version
- #version=(version : Boleite::Version)
- #video_mode : Boleite::VideoMode
- #video_mode=(video_mode : Boleite::VideoMode)