Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrInvalidInput = errors.New("invalid input")
Functions ¶
This section is empty.
Types ¶
type TargetWithFeaturesAndProfile ¶
type TargetWithProfile ¶
type Template ¶
type Template struct { *common.Template // LipoCommand contains arguments used to invoke 'lipo'. Defaults to // ["lipo"]. Only used if 'arch' is set to 'platform.ArchUniversal'. LipoCommand []string `toml:"lipo_command"` // Vulkan defines Vulkan-related configuration. Vulkan Vulkan `toml:"vulkan"` }
type TemplateWithFeaturesAndProfile ¶
type TemplateWithProfile ¶
type Vulkan ¶
type Vulkan struct { // Dynamic enables dynamically linking Vulkan to the template. Dynamic *bool `toml:"use_volk"` // PathSDK is the path to the Vulkan SDK root. PathSDK osutil.Path `toml:"sdk_path"` }
Vulkan defines the settings required by the MacOS template for including Vulkan support.
Click to show internal directories.
Click to hide internal directories.