gfx ~meson (2022-03-26T21:27:26.8342465)
Dub
Repo
VulkanVersion
gfx
vulkan
Undocumented in source.
struct
VulkanVersion {
import
std
.
bitmanip
:
bitfields
;
;
this
(uint major, uint minor, uint patch);
this
(uint vkVer);
static
VulkanVersion
fromUint
(uint vkVer);
uint
toUint
();
string
toString
();
}
Constructors
this
this
(uint major, uint minor, uint patch)
Undocumented in source.
this
this
(uint vkVer)
Undocumented in source.
Members
Functions
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
toUint
uint
toUint
()
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
fromUint
VulkanVersion
fromUint
(uint vkVer)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
gfx
vulkan
modules
buffer
cmd
conv
device
error
image
memory
pipeline
queue
renderpass
sync
wsi
classes
VulkanInstObj
VulkanInstance
VulkanObj
VulkanPhysicalDevice
functions
createVulkanInstance
devTypeToGfx
gfxd_vk_DebugReportCallback
glfwGetPhysicalDevicePresentationSupport
loadDeviceExtensions
loadDeviceLayers
loadInstanceExtensions
loadInstanceLayers
overrideDeviceOpenVulkanExtensions
overrideDeviceOpenVulkanLayers
vulkanDeviceExtensions
vulkanInit
manifest constants
gfxVkLogMask
properties
vulkanApiProps
vulkanDeviceLayers
vulkanInstanceExtensions
vulkanInstanceLayers
static variables
_globCmds
_instanceExtensions
_instanceLayers
structs
VulkanCreateInfo
VulkanExtensionProperties
VulkanLayerProperties
VulkanVersion
variables
debugReportInstanceExtensions
gfxVkLog
lunarGValidationLayers