vulkan_xlib

Undocumented in source.

Public Imports

X11.Xlib
public import X11.Xlib;
Undocumented in source.

Members

Mixins

__anonymous
mixin Platform_Extensions!USE_PLATFORM_XLIB_KHR
Undocumented in source.

Mixed In Members

From mixin Platform_Extensions!USE_PLATFORM_XLIB_KHR

erupted.types
public import erupted.types;
Undocumented in source.
erupted.functions
public import erupted.functions;
Undocumented in source.
noDuplicateExtensions
alias noDuplicateExtensions = NoDuplicates!extensions
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_xlib_surface
enum VK_KHR_xlib_surface;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_XLIB_SURFACE_SPEC_VERSION
enum VK_KHR_XLIB_SURFACE_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_XLIB_SURFACE_EXTENSION_NAME
enum const(char)* VK_KHR_XLIB_SURFACE_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkXlibSurfaceCreateFlagsKHR
alias VkXlibSurfaceCreateFlagsKHR = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkXlibSurfaceCreateInfoKHR
struct VkXlibSurfaceCreateInfoKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
PFN_vkCreateXlibSurfaceKHR
alias PFN_vkCreateXlibSurfaceKHR = VkResult function(VkInstance instance, const(VkXlibSurfaceCreateInfoKHR)* pCreateInfo, const(VkAllocationCallbacks)* pAllocator, VkSurfaceKHR* pSurface)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
PFN_vkGetPhysicalDeviceXlibPresentationSupportKHR
alias PFN_vkGetPhysicalDeviceXlibPresentationSupportKHR = VkBool32 function(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, Display* dpy, VisualID visualID)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_xcb_surface
enum VK_KHR_xcb_surface;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_XCB_SURFACE_SPEC_VERSION
enum VK_KHR_XCB_SURFACE_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_XCB_SURFACE_EXTENSION_NAME
enum const(char)* VK_KHR_XCB_SURFACE_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkXcbSurfaceCreateFlagsKHR
alias VkXcbSurfaceCreateFlagsKHR = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkXcbSurfaceCreateInfoKHR
struct VkXcbSurfaceCreateInfoKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
PFN_vkCreateXcbSurfaceKHR
alias PFN_vkCreateXcbSurfaceKHR = VkResult function(VkInstance instance, const(VkXcbSurfaceCreateInfoKHR)* pCreateInfo, const(VkAllocationCallbacks)* pAllocator, VkSurfaceKHR* pSurface)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
PFN_vkGetPhysicalDeviceXcbPresentationSupportKHR
alias PFN_vkGetPhysicalDeviceXcbPresentationSupportKHR = VkBool32 function(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, xcb_connection_t* connection, xcb_visualid_t visual_id)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_wayland_surface
enum VK_KHR_wayland_surface;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_WAYLAND_SURFACE_SPEC_VERSION
enum VK_KHR_WAYLAND_SURFACE_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_WAYLAND_SURFACE_EXTENSION_NAME
enum const(char)* VK_KHR_WAYLAND_SURFACE_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkWaylandSurfaceCreateFlagsKHR
alias VkWaylandSurfaceCreateFlagsKHR = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkWaylandSurfaceCreateInfoKHR
struct VkWaylandSurfaceCreateInfoKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
PFN_vkCreateWaylandSurfaceKHR
alias PFN_vkCreateWaylandSurfaceKHR = VkResult function(VkInstance instance, const(VkWaylandSurfaceCreateInfoKHR)* pCreateInfo, const(VkAllocationCallbacks)* pAllocator, VkSurfaceKHR* pSurface)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
PFN_vkGetPhysicalDeviceWaylandPresentationSupportKHR
alias PFN_vkGetPhysicalDeviceWaylandPresentationSupportKHR = VkBool32 function(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, const(wl_display)* display)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_android_surface
enum VK_KHR_android_surface;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_ANDROID_SURFACE_SPEC_VERSION
enum VK_KHR_ANDROID_SURFACE_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_ANDROID_SURFACE_EXTENSION_NAME
enum const(char)* VK_KHR_ANDROID_SURFACE_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkAndroidSurfaceCreateFlagsKHR
alias VkAndroidSurfaceCreateFlagsKHR = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkAndroidSurfaceCreateInfoKHR
struct VkAndroidSurfaceCreateInfoKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
PFN_vkCreateAndroidSurfaceKHR
alias PFN_vkCreateAndroidSurfaceKHR = VkResult function(VkInstance instance, const(VkAndroidSurfaceCreateInfoKHR)* pCreateInfo, const(VkAllocationCallbacks)* pAllocator, VkSurfaceKHR* pSurface)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_win32_surface
enum VK_KHR_win32_surface;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_WIN32_SURFACE_SPEC_VERSION
enum VK_KHR_WIN32_SURFACE_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_WIN32_SURFACE_EXTENSION_NAME
enum const(char)* VK_KHR_WIN32_SURFACE_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkWin32SurfaceCreateFlagsKHR
alias VkWin32SurfaceCreateFlagsKHR = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkWin32SurfaceCreateInfoKHR
struct VkWin32SurfaceCreateInfoKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
PFN_vkCreateWin32SurfaceKHR
alias PFN_vkCreateWin32SurfaceKHR = VkResult function(VkInstance instance, const(VkWin32SurfaceCreateInfoKHR)* pCreateInfo, const(VkAllocationCallbacks)* pAllocator, VkSurfaceKHR* pSurface)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
PFN_vkGetPhysicalDeviceWin32PresentationSupportKHR
alias PFN_vkGetPhysicalDeviceWin32PresentationSupportKHR = VkBool32 function(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_video_queue
enum VK_KHR_video_queue;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_VIDEO_QUEUE_SPEC_VERSION
enum VK_KHR_VIDEO_QUEUE_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_VIDEO_QUEUE_EXTENSION_NAME
enum const(char)* VK_KHR_VIDEO_QUEUE_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkQueryResultStatusKHR
enum VkQueryResultStatusKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_QUERY_RESULT_STATUS_ERROR_KHR
enum VK_QUERY_RESULT_STATUS_ERROR_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_QUERY_RESULT_STATUS_NOT_READY_KHR
enum VK_QUERY_RESULT_STATUS_NOT_READY_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_QUERY_RESULT_STATUS_COMPLETE_KHR
enum VK_QUERY_RESULT_STATUS_COMPLETE_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_QUERY_RESULT_STATUS_BEGIN_RANGE_KHR
enum VK_QUERY_RESULT_STATUS_BEGIN_RANGE_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_QUERY_RESULT_STATUS_END_RANGE_KHR
enum VK_QUERY_RESULT_STATUS_END_RANGE_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_QUERY_RESULT_STATUS_RANGE_SIZE_KHR
enum VK_QUERY_RESULT_STATUS_RANGE_SIZE_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_QUERY_RESULT_STATUS_MAX_ENUM_KHR
enum VK_QUERY_RESULT_STATUS_MAX_ENUM_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoCodecOperationFlagsKHR
alias VkVideoCodecOperationFlagsKHR = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoCodecOperationFlagBitsKHR
enum VkVideoCodecOperationFlagBitsKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_CODEC_OPERATION_NONE_KHR
enum VK_VIDEO_CODEC_OPERATION_NONE_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_CODEC_OPERATION_ENCODE_H264_BIT_EXT
enum VK_VIDEO_CODEC_OPERATION_ENCODE_H264_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_CODEC_OPERATION_ENCODE_H265_BIT_EXT
enum VK_VIDEO_CODEC_OPERATION_ENCODE_H265_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_CODEC_OPERATION_DECODE_H264_BIT_EXT
enum VK_VIDEO_CODEC_OPERATION_DECODE_H264_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_CODEC_OPERATION_DECODE_H265_BIT_EXT
enum VK_VIDEO_CODEC_OPERATION_DECODE_H265_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_CODEC_OPERATION_FLAG_BITS_MAX_ENUM_KHR
enum VK_VIDEO_CODEC_OPERATION_FLAG_BITS_MAX_ENUM_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoChromaSubsamplingFlagsKHR
alias VkVideoChromaSubsamplingFlagsKHR = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoChromaSubsamplingFlagBitsKHR
enum VkVideoChromaSubsamplingFlagBitsKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_CHROMA_SUBSAMPLING_INVALID_KHR
enum VK_VIDEO_CHROMA_SUBSAMPLING_INVALID_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_CHROMA_SUBSAMPLING_MONOCHROME_BIT_KHR
enum VK_VIDEO_CHROMA_SUBSAMPLING_MONOCHROME_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_CHROMA_SUBSAMPLING_420_BIT_KHR
enum VK_VIDEO_CHROMA_SUBSAMPLING_420_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_CHROMA_SUBSAMPLING_422_BIT_KHR
enum VK_VIDEO_CHROMA_SUBSAMPLING_422_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_CHROMA_SUBSAMPLING_444_BIT_KHR
enum VK_VIDEO_CHROMA_SUBSAMPLING_444_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_CHROMA_SUBSAMPLING_FLAG_BITS_MAX_ENUM_KHR
enum VK_VIDEO_CHROMA_SUBSAMPLING_FLAG_BITS_MAX_ENUM_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoComponentBitDepthFlagsKHR
alias VkVideoComponentBitDepthFlagsKHR = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoComponentBitDepthFlagBitsKHR
enum VkVideoComponentBitDepthFlagBitsKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_COMPONENT_BIT_DEPTH_INVALID_KHR
enum VK_VIDEO_COMPONENT_BIT_DEPTH_INVALID_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_COMPONENT_BIT_DEPTH_8_BIT_KHR
enum VK_VIDEO_COMPONENT_BIT_DEPTH_8_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_COMPONENT_BIT_DEPTH_10_BIT_KHR
enum VK_VIDEO_COMPONENT_BIT_DEPTH_10_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_COMPONENT_BIT_DEPTH_12_BIT_KHR
enum VK_VIDEO_COMPONENT_BIT_DEPTH_12_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_COMPONENT_BIT_DEPTH_FLAG_BITS_MAX_ENUM_KHR
enum VK_VIDEO_COMPONENT_BIT_DEPTH_FLAG_BITS_MAX_ENUM_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoCapabilityFlagsKHR
alias VkVideoCapabilityFlagsKHR = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoCapabilityFlagBitsKHR
enum VkVideoCapabilityFlagBitsKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_CAPABILITY_PROTECTED_CONTENT_BIT_KHR
enum VK_VIDEO_CAPABILITY_PROTECTED_CONTENT_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_CAPABILITY_SEPARATE_REFERENCE_IMAGES_BIT_KHR
enum VK_VIDEO_CAPABILITY_SEPARATE_REFERENCE_IMAGES_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_CAPABILITY_FLAG_BITS_MAX_ENUM_KHR
enum VK_VIDEO_CAPABILITY_FLAG_BITS_MAX_ENUM_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoSessionCreateFlagsKHR
alias VkVideoSessionCreateFlagsKHR = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoSessionCreateFlagBitsKHR
enum VkVideoSessionCreateFlagBitsKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_SESSION_CREATE_PROTECTED_CONTENT_BIT_KHR
enum VK_VIDEO_SESSION_CREATE_PROTECTED_CONTENT_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_SESSION_CREATE_FLAG_BITS_MAX_ENUM_KHR
enum VK_VIDEO_SESSION_CREATE_FLAG_BITS_MAX_ENUM_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoSessionParametersCreateFlagsKHR
alias VkVideoSessionParametersCreateFlagsKHR = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoBeginCodingFlagsKHR
alias VkVideoBeginCodingFlagsKHR = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoEndCodingFlagsKHR
alias VkVideoEndCodingFlagsKHR = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoCodingControlFlagsKHR
alias VkVideoCodingControlFlagsKHR = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoCodingControlFlagBitsKHR
enum VkVideoCodingControlFlagBitsKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_CODING_CONTROL_RESET_BIT_KHR
enum VK_VIDEO_CODING_CONTROL_RESET_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_CODING_CONTROL_ENCODE_RATE_CONTROL_BIT_KHR
enum VK_VIDEO_CODING_CONTROL_ENCODE_RATE_CONTROL_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_CODING_CONTROL_ENCODE_RATE_CONTROL_LAYER_BIT_KHR
enum VK_VIDEO_CODING_CONTROL_ENCODE_RATE_CONTROL_LAYER_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_CODING_CONTROL_FLAG_BITS_MAX_ENUM_KHR
enum VK_VIDEO_CODING_CONTROL_FLAG_BITS_MAX_ENUM_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkQueueFamilyQueryResultStatusPropertiesKHR
struct VkQueueFamilyQueryResultStatusPropertiesKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkQueueFamilyVideoPropertiesKHR
struct VkQueueFamilyVideoPropertiesKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoProfileInfoKHR
struct VkVideoProfileInfoKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoProfileListInfoKHR
struct VkVideoProfileListInfoKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoCapabilitiesKHR
struct VkVideoCapabilitiesKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPhysicalDeviceVideoFormatInfoKHR
struct VkPhysicalDeviceVideoFormatInfoKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoFormatPropertiesKHR
struct VkVideoFormatPropertiesKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoPictureResourceInfoKHR
struct VkVideoPictureResourceInfoKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoReferenceSlotInfoKHR
struct VkVideoReferenceSlotInfoKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoSessionMemoryRequirementsKHR
struct VkVideoSessionMemoryRequirementsKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkBindVideoSessionMemoryInfoKHR
struct VkBindVideoSessionMemoryInfoKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoSessionCreateInfoKHR
struct VkVideoSessionCreateInfoKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoSessionParametersCreateInfoKHR
struct VkVideoSessionParametersCreateInfoKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoSessionParametersUpdateInfoKHR
struct VkVideoSessionParametersUpdateInfoKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoBeginCodingInfoKHR
struct VkVideoBeginCodingInfoKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoEndCodingInfoKHR
struct VkVideoEndCodingInfoKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoCodingControlInfoKHR
struct VkVideoCodingControlInfoKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
PFN_vkGetPhysicalDeviceVideoCapabilitiesKHR
alias PFN_vkGetPhysicalDeviceVideoCapabilitiesKHR = VkResult function(VkPhysicalDevice physicalDevice, const(VkVideoProfileInfoKHR)* pVideoProfile, VkVideoCapabilitiesKHR* pCapabilities)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
PFN_vkGetPhysicalDeviceVideoFormatPropertiesKHR
alias PFN_vkGetPhysicalDeviceVideoFormatPropertiesKHR = VkResult function(VkPhysicalDevice physicalDevice, const(VkPhysicalDeviceVideoFormatInfoKHR)* pVideoFormatInfo, uint32_t* pVideoFormatPropertyCount, VkVideoFormatPropertiesKHR* pVideoFormatProperties)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
PFN_vkCreateVideoSessionKHR
alias PFN_vkCreateVideoSessionKHR = VkResult function(VkDevice device, const(VkVideoSessionCreateInfoKHR)* pCreateInfo, const(VkAllocationCallbacks)* pAllocator, VkVideoSessionKHR* pVideoSession)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
PFN_vkDestroyVideoSessionKHR
alias PFN_vkDestroyVideoSessionKHR = void function(VkDevice device, VkVideoSessionKHR videoSession, const(VkAllocationCallbacks)* pAllocator)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
PFN_vkGetVideoSessionMemoryRequirementsKHR
alias PFN_vkGetVideoSessionMemoryRequirementsKHR = VkResult function(VkDevice device, VkVideoSessionKHR videoSession, uint32_t* pMemoryRequirementsCount, VkVideoSessionMemoryRequirementsKHR* pMemoryRequirements)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
PFN_vkBindVideoSessionMemoryKHR
alias PFN_vkBindVideoSessionMemoryKHR = VkResult function(VkDevice device, VkVideoSessionKHR videoSession, uint32_t bindSessionMemoryInfoCount, const(VkBindVideoSessionMemoryInfoKHR)* pBindSessionMemoryInfos)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
PFN_vkCreateVideoSessionParametersKHR
alias PFN_vkCreateVideoSessionParametersKHR = VkResult function(VkDevice device, const(VkVideoSessionParametersCreateInfoKHR)* pCreateInfo, const(VkAllocationCallbacks)* pAllocator, VkVideoSessionParametersKHR* pVideoSessionParameters)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
PFN_vkUpdateVideoSessionParametersKHR
alias PFN_vkUpdateVideoSessionParametersKHR = VkResult function(VkDevice device, VkVideoSessionParametersKHR videoSessionParameters, const(VkVideoSessionParametersUpdateInfoKHR)* pUpdateInfo)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
PFN_vkDestroyVideoSessionParametersKHR
alias PFN_vkDestroyVideoSessionParametersKHR = void function(VkDevice device, VkVideoSessionParametersKHR videoSessionParameters, const(VkAllocationCallbacks)* pAllocator)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
PFN_vkCmdBeginVideoCodingKHR
alias PFN_vkCmdBeginVideoCodingKHR = void function(VkCommandBuffer commandBuffer, const(VkVideoBeginCodingInfoKHR)* pBeginInfo)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
PFN_vkCmdEndVideoCodingKHR
alias PFN_vkCmdEndVideoCodingKHR = void function(VkCommandBuffer commandBuffer, const(VkVideoEndCodingInfoKHR)* pEndCodingInfo)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
PFN_vkCmdControlVideoCodingKHR
alias PFN_vkCmdControlVideoCodingKHR = void function(VkCommandBuffer commandBuffer, const(VkVideoCodingControlInfoKHR)* pCodingControlInfo)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_video_decode_queue
enum VK_KHR_video_decode_queue;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_VIDEO_DECODE_QUEUE_SPEC_VERSION
enum VK_KHR_VIDEO_DECODE_QUEUE_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_VIDEO_DECODE_QUEUE_EXTENSION_NAME
enum const(char)* VK_KHR_VIDEO_DECODE_QUEUE_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoDecodeCapabilityFlagsKHR
alias VkVideoDecodeCapabilityFlagsKHR = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoDecodeCapabilityFlagBitsKHR
enum VkVideoDecodeCapabilityFlagBitsKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_DECODE_CAPABILITY_DPB_AND_OUTPUT_COINCIDE_BIT_KHR
enum VK_VIDEO_DECODE_CAPABILITY_DPB_AND_OUTPUT_COINCIDE_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_DECODE_CAPABILITY_DPB_AND_OUTPUT_DISTINCT_BIT_KHR
enum VK_VIDEO_DECODE_CAPABILITY_DPB_AND_OUTPUT_DISTINCT_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_DECODE_CAPABILITY_FLAG_BITS_MAX_ENUM_KHR
enum VK_VIDEO_DECODE_CAPABILITY_FLAG_BITS_MAX_ENUM_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoDecodeUsageFlagsKHR
alias VkVideoDecodeUsageFlagsKHR = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoDecodeUsageFlagBitsKHR
enum VkVideoDecodeUsageFlagBitsKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_DECODE_USAGE_DEFAULT_KHR
enum VK_VIDEO_DECODE_USAGE_DEFAULT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_DECODE_USAGE_TRANSCODING_BIT_KHR
enum VK_VIDEO_DECODE_USAGE_TRANSCODING_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_DECODE_USAGE_OFFLINE_BIT_KHR
enum VK_VIDEO_DECODE_USAGE_OFFLINE_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_DECODE_USAGE_STREAMING_BIT_KHR
enum VK_VIDEO_DECODE_USAGE_STREAMING_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_DECODE_USAGE_FLAG_BITS_MAX_ENUM_KHR
enum VK_VIDEO_DECODE_USAGE_FLAG_BITS_MAX_ENUM_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoDecodeFlagsKHR
alias VkVideoDecodeFlagsKHR = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoDecodeCapabilitiesKHR
struct VkVideoDecodeCapabilitiesKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoDecodeUsageInfoKHR
struct VkVideoDecodeUsageInfoKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoDecodeInfoKHR
struct VkVideoDecodeInfoKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
PFN_vkCmdDecodeVideoKHR
alias PFN_vkCmdDecodeVideoKHR = void function(VkCommandBuffer commandBuffer, const(VkVideoDecodeInfoKHR)* pDecodeInfo)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_external_memory_win32
enum VK_KHR_external_memory_win32;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_EXTERNAL_MEMORY_WIN32_SPEC_VERSION
enum VK_KHR_EXTERNAL_MEMORY_WIN32_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_EXTERNAL_MEMORY_WIN32_EXTENSION_NAME
enum const(char)* VK_KHR_EXTERNAL_MEMORY_WIN32_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkImportMemoryWin32HandleInfoKHR
struct VkImportMemoryWin32HandleInfoKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkExportMemoryWin32HandleInfoKHR
struct VkExportMemoryWin32HandleInfoKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkMemoryWin32HandlePropertiesKHR
struct VkMemoryWin32HandlePropertiesKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkMemoryGetWin32HandleInfoKHR
struct VkMemoryGetWin32HandleInfoKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
PFN_vkGetMemoryWin32HandleKHR
alias PFN_vkGetMemoryWin32HandleKHR = VkResult function(VkDevice device, const(VkMemoryGetWin32HandleInfoKHR)* pGetWin32HandleInfo, HANDLE* pHandle)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
PFN_vkGetMemoryWin32HandlePropertiesKHR
alias PFN_vkGetMemoryWin32HandlePropertiesKHR = VkResult function(VkDevice device, VkExternalMemoryHandleTypeFlagBits handleType, HANDLE handle, VkMemoryWin32HandlePropertiesKHR* pMemoryWin32HandleProperties)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_win32_keyed_mutex
enum VK_KHR_win32_keyed_mutex;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_WIN32_KEYED_MUTEX_SPEC_VERSION
enum VK_KHR_WIN32_KEYED_MUTEX_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_WIN32_KEYED_MUTEX_EXTENSION_NAME
enum const(char)* VK_KHR_WIN32_KEYED_MUTEX_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkWin32KeyedMutexAcquireReleaseInfoKHR
struct VkWin32KeyedMutexAcquireReleaseInfoKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_external_semaphore_win32
enum VK_KHR_external_semaphore_win32;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_EXTERNAL_SEMAPHORE_WIN32_SPEC_VERSION
enum VK_KHR_EXTERNAL_SEMAPHORE_WIN32_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_EXTERNAL_SEMAPHORE_WIN32_EXTENSION_NAME
enum const(char)* VK_KHR_EXTERNAL_SEMAPHORE_WIN32_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkImportSemaphoreWin32HandleInfoKHR
struct VkImportSemaphoreWin32HandleInfoKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkExportSemaphoreWin32HandleInfoKHR
struct VkExportSemaphoreWin32HandleInfoKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkD3D12FenceSubmitInfoKHR
struct VkD3D12FenceSubmitInfoKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkSemaphoreGetWin32HandleInfoKHR
struct VkSemaphoreGetWin32HandleInfoKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
PFN_vkImportSemaphoreWin32HandleKHR
alias PFN_vkImportSemaphoreWin32HandleKHR = VkResult function(VkDevice device, const(VkImportSemaphoreWin32HandleInfoKHR)* pImportSemaphoreWin32HandleInfo)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
PFN_vkGetSemaphoreWin32HandleKHR
alias PFN_vkGetSemaphoreWin32HandleKHR = VkResult function(VkDevice device, const(VkSemaphoreGetWin32HandleInfoKHR)* pGetWin32HandleInfo, HANDLE* pHandle)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_external_fence_win32
enum VK_KHR_external_fence_win32;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_EXTERNAL_FENCE_WIN32_SPEC_VERSION
enum VK_KHR_EXTERNAL_FENCE_WIN32_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_EXTERNAL_FENCE_WIN32_EXTENSION_NAME
enum const(char)* VK_KHR_EXTERNAL_FENCE_WIN32_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkImportFenceWin32HandleInfoKHR
struct VkImportFenceWin32HandleInfoKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkExportFenceWin32HandleInfoKHR
struct VkExportFenceWin32HandleInfoKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkFenceGetWin32HandleInfoKHR
struct VkFenceGetWin32HandleInfoKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
PFN_vkImportFenceWin32HandleKHR
alias PFN_vkImportFenceWin32HandleKHR = VkResult function(VkDevice device, const(VkImportFenceWin32HandleInfoKHR)* pImportFenceWin32HandleInfo)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
PFN_vkGetFenceWin32HandleKHR
alias PFN_vkGetFenceWin32HandleKHR = VkResult function(VkDevice device, const(VkFenceGetWin32HandleInfoKHR)* pGetWin32HandleInfo, HANDLE* pHandle)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_portability_subset
enum VK_KHR_portability_subset;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_PORTABILITY_SUBSET_SPEC_VERSION
enum VK_KHR_PORTABILITY_SUBSET_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_PORTABILITY_SUBSET_EXTENSION_NAME
enum const(char)* VK_KHR_PORTABILITY_SUBSET_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPhysicalDevicePortabilitySubsetFeaturesKHR
struct VkPhysicalDevicePortabilitySubsetFeaturesKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPhysicalDevicePortabilitySubsetPropertiesKHR
struct VkPhysicalDevicePortabilitySubsetPropertiesKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_video_encode_queue
enum VK_KHR_video_encode_queue;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_VIDEO_ENCODE_QUEUE_SPEC_VERSION
enum VK_KHR_VIDEO_ENCODE_QUEUE_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_VIDEO_ENCODE_QUEUE_EXTENSION_NAME
enum const(char)* VK_KHR_VIDEO_ENCODE_QUEUE_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoEncodeTuningModeKHR
enum VkVideoEncodeTuningModeKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_TUNING_MODE_DEFAULT_KHR
enum VK_VIDEO_ENCODE_TUNING_MODE_DEFAULT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_TUNING_MODE_HIGH_QUALITY_KHR
enum VK_VIDEO_ENCODE_TUNING_MODE_HIGH_QUALITY_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_TUNING_MODE_LOW_LATENCY_KHR
enum VK_VIDEO_ENCODE_TUNING_MODE_LOW_LATENCY_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_TUNING_MODE_ULTRA_LOW_LATENCY_KHR
enum VK_VIDEO_ENCODE_TUNING_MODE_ULTRA_LOW_LATENCY_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_TUNING_MODE_LOSSLESS_KHR
enum VK_VIDEO_ENCODE_TUNING_MODE_LOSSLESS_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_TUNING_MODE_BEGIN_RANGE_KHR
enum VK_VIDEO_ENCODE_TUNING_MODE_BEGIN_RANGE_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_TUNING_MODE_END_RANGE_KHR
enum VK_VIDEO_ENCODE_TUNING_MODE_END_RANGE_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_TUNING_MODE_RANGE_SIZE_KHR
enum VK_VIDEO_ENCODE_TUNING_MODE_RANGE_SIZE_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_TUNING_MODE_MAX_ENUM_KHR
enum VK_VIDEO_ENCODE_TUNING_MODE_MAX_ENUM_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoEncodeFlagsKHR
alias VkVideoEncodeFlagsKHR = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoEncodeCapabilityFlagsKHR
alias VkVideoEncodeCapabilityFlagsKHR = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoEncodeCapabilityFlagBitsKHR
enum VkVideoEncodeCapabilityFlagBitsKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_CAPABILITY_PRECEDING_EXTERNALLY_ENCODED_BYTES_BIT_KHR
enum VK_VIDEO_ENCODE_CAPABILITY_PRECEDING_EXTERNALLY_ENCODED_BYTES_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_CAPABILITY_FLAG_BITS_MAX_ENUM_KHR
enum VK_VIDEO_ENCODE_CAPABILITY_FLAG_BITS_MAX_ENUM_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoEncodeRateControlModeFlagsKHR
alias VkVideoEncodeRateControlModeFlagsKHR = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoEncodeRateControlModeFlagBitsKHR
enum VkVideoEncodeRateControlModeFlagBitsKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_RATE_CONTROL_MODE_NONE_BIT_KHR
enum VK_VIDEO_ENCODE_RATE_CONTROL_MODE_NONE_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_RATE_CONTROL_MODE_CBR_BIT_KHR
enum VK_VIDEO_ENCODE_RATE_CONTROL_MODE_CBR_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_RATE_CONTROL_MODE_VBR_BIT_KHR
enum VK_VIDEO_ENCODE_RATE_CONTROL_MODE_VBR_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_RATE_CONTROL_MODE_FLAG_BITS_MAX_ENUM_KHR
enum VK_VIDEO_ENCODE_RATE_CONTROL_MODE_FLAG_BITS_MAX_ENUM_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoEncodeUsageFlagsKHR
alias VkVideoEncodeUsageFlagsKHR = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoEncodeUsageFlagBitsKHR
enum VkVideoEncodeUsageFlagBitsKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_USAGE_DEFAULT_KHR
enum VK_VIDEO_ENCODE_USAGE_DEFAULT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_USAGE_TRANSCODING_BIT_KHR
enum VK_VIDEO_ENCODE_USAGE_TRANSCODING_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_USAGE_STREAMING_BIT_KHR
enum VK_VIDEO_ENCODE_USAGE_STREAMING_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_USAGE_RECORDING_BIT_KHR
enum VK_VIDEO_ENCODE_USAGE_RECORDING_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_USAGE_CONFERENCING_BIT_KHR
enum VK_VIDEO_ENCODE_USAGE_CONFERENCING_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_USAGE_FLAG_BITS_MAX_ENUM_KHR
enum VK_VIDEO_ENCODE_USAGE_FLAG_BITS_MAX_ENUM_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoEncodeContentFlagsKHR
alias VkVideoEncodeContentFlagsKHR = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoEncodeContentFlagBitsKHR
enum VkVideoEncodeContentFlagBitsKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_CONTENT_DEFAULT_KHR
enum VK_VIDEO_ENCODE_CONTENT_DEFAULT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_CONTENT_CAMERA_BIT_KHR
enum VK_VIDEO_ENCODE_CONTENT_CAMERA_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_CONTENT_DESKTOP_BIT_KHR
enum VK_VIDEO_ENCODE_CONTENT_DESKTOP_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_CONTENT_RENDERED_BIT_KHR
enum VK_VIDEO_ENCODE_CONTENT_RENDERED_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_CONTENT_FLAG_BITS_MAX_ENUM_KHR
enum VK_VIDEO_ENCODE_CONTENT_FLAG_BITS_MAX_ENUM_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoEncodeRateControlFlagsKHR
alias VkVideoEncodeRateControlFlagsKHR = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoEncodeInfoKHR
struct VkVideoEncodeInfoKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoEncodeCapabilitiesKHR
struct VkVideoEncodeCapabilitiesKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoEncodeUsageInfoKHR
struct VkVideoEncodeUsageInfoKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoEncodeRateControlLayerInfoKHR
struct VkVideoEncodeRateControlLayerInfoKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoEncodeRateControlInfoKHR
struct VkVideoEncodeRateControlInfoKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
PFN_vkCmdEncodeVideoKHR
alias PFN_vkCmdEncodeVideoKHR = void function(VkCommandBuffer commandBuffer, const(VkVideoEncodeInfoKHR)* pEncodeInfo)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_video_encode_h264
enum VK_EXT_video_encode_h264;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_VIDEO_ENCODE_H264_SPEC_VERSION
enum VK_EXT_VIDEO_ENCODE_H264_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_VIDEO_ENCODE_H264_EXTENSION_NAME
enum const(char)* VK_EXT_VIDEO_ENCODE_H264_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoEncodeH264RateControlStructureEXT
enum VkVideoEncodeH264RateControlStructureEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_H264_RATE_CONTROL_STRUCTURE_UNKNOWN_EXT
enum VK_VIDEO_ENCODE_H264_RATE_CONTROL_STRUCTURE_UNKNOWN_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_H264_RATE_CONTROL_STRUCTURE_FLAT_EXT
enum VK_VIDEO_ENCODE_H264_RATE_CONTROL_STRUCTURE_FLAT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_H264_RATE_CONTROL_STRUCTURE_DYADIC_EXT
enum VK_VIDEO_ENCODE_H264_RATE_CONTROL_STRUCTURE_DYADIC_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_H2_64_RATE_CONTROL_STRUCTURE_BEGIN_RANGE_EXT
enum VK_VIDEO_ENCODE_H2_64_RATE_CONTROL_STRUCTURE_BEGIN_RANGE_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_H2_64_RATE_CONTROL_STRUCTURE_END_RANGE_EXT
enum VK_VIDEO_ENCODE_H2_64_RATE_CONTROL_STRUCTURE_END_RANGE_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_H2_64_RATE_CONTROL_STRUCTURE_RANGE_SIZE_EXT
enum VK_VIDEO_ENCODE_H2_64_RATE_CONTROL_STRUCTURE_RANGE_SIZE_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_H2_64_RATE_CONTROL_STRUCTURE_MAX_ENUM_EXT
enum VK_VIDEO_ENCODE_H2_64_RATE_CONTROL_STRUCTURE_MAX_ENUM_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoEncodeH264CapabilityFlagsEXT
alias VkVideoEncodeH264CapabilityFlagsEXT = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoEncodeH264CapabilityFlagBitsEXT
enum VkVideoEncodeH264CapabilityFlagBitsEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_H264_CAPABILITY_DIRECT_8X8_INFERENCE_ENABLED_BIT_EXT
enum VK_VIDEO_ENCODE_H264_CAPABILITY_DIRECT_8X8_INFERENCE_ENABLED_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_H264_CAPABILITY_DIRECT_8X8_INFERENCE_DISABLED_BIT_EXT
enum VK_VIDEO_ENCODE_H264_CAPABILITY_DIRECT_8X8_INFERENCE_DISABLED_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_H264_CAPABILITY_SEPARATE_COLOUR_PLANE_BIT_EXT
enum VK_VIDEO_ENCODE_H264_CAPABILITY_SEPARATE_COLOUR_PLANE_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_H264_CAPABILITY_QPPRIME_Y_ZERO_TRANSFORM_BYPASS_BIT_EXT
enum VK_VIDEO_ENCODE_H264_CAPABILITY_QPPRIME_Y_ZERO_TRANSFORM_BYPASS_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_H264_CAPABILITY_SCALING_LISTS_BIT_EXT
enum VK_VIDEO_ENCODE_H264_CAPABILITY_SCALING_LISTS_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_H264_CAPABILITY_HRD_COMPLIANCE_BIT_EXT
enum VK_VIDEO_ENCODE_H264_CAPABILITY_HRD_COMPLIANCE_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_H264_CAPABILITY_CHROMA_QP_OFFSET_BIT_EXT
enum VK_VIDEO_ENCODE_H264_CAPABILITY_CHROMA_QP_OFFSET_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_H264_CAPABILITY_SECOND_CHROMA_QP_OFFSET_BIT_EXT
enum VK_VIDEO_ENCODE_H264_CAPABILITY_SECOND_CHROMA_QP_OFFSET_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_H264_CAPABILITY_PIC_INIT_QP_MINUS26_BIT_EXT
enum VK_VIDEO_ENCODE_H264_CAPABILITY_PIC_INIT_QP_MINUS26_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_H264_CAPABILITY_WEIGHTED_PRED_BIT_EXT
enum VK_VIDEO_ENCODE_H264_CAPABILITY_WEIGHTED_PRED_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_H264_CAPABILITY_WEIGHTED_BIPRED_EXPLICIT_BIT_EXT
enum VK_VIDEO_ENCODE_H264_CAPABILITY_WEIGHTED_BIPRED_EXPLICIT_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_H264_CAPABILITY_WEIGHTED_BIPRED_IMPLICIT_BIT_EXT
enum VK_VIDEO_ENCODE_H264_CAPABILITY_WEIGHTED_BIPRED_IMPLICIT_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_H264_CAPABILITY_WEIGHTED_PRED_NO_TABLE_BIT_EXT
enum VK_VIDEO_ENCODE_H264_CAPABILITY_WEIGHTED_PRED_NO_TABLE_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_H264_CAPABILITY_TRANSFORM_8X8_BIT_EXT
enum VK_VIDEO_ENCODE_H264_CAPABILITY_TRANSFORM_8X8_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_H264_CAPABILITY_CABAC_BIT_EXT
enum VK_VIDEO_ENCODE_H264_CAPABILITY_CABAC_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_H264_CAPABILITY_CAVLC_BIT_EXT
enum VK_VIDEO_ENCODE_H264_CAPABILITY_CAVLC_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_H264_CAPABILITY_DEBLOCKING_FILTER_DISABLED_BIT_EXT
enum VK_VIDEO_ENCODE_H264_CAPABILITY_DEBLOCKING_FILTER_DISABLED_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_H264_CAPABILITY_DEBLOCKING_FILTER_ENABLED_BIT_EXT
enum VK_VIDEO_ENCODE_H264_CAPABILITY_DEBLOCKING_FILTER_ENABLED_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_H264_CAPABILITY_DEBLOCKING_FILTER_PARTIAL_BIT_EXT
enum VK_VIDEO_ENCODE_H264_CAPABILITY_DEBLOCKING_FILTER_PARTIAL_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_H264_CAPABILITY_DISABLE_DIRECT_SPATIAL_MV_PRED_BIT_EXT
enum VK_VIDEO_ENCODE_H264_CAPABILITY_DISABLE_DIRECT_SPATIAL_MV_PRED_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_H264_CAPABILITY_MULTIPLE_SLICE_PER_FRAME_BIT_EXT
enum VK_VIDEO_ENCODE_H264_CAPABILITY_MULTIPLE_SLICE_PER_FRAME_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_H264_CAPABILITY_SLICE_MB_COUNT_BIT_EXT
enum VK_VIDEO_ENCODE_H264_CAPABILITY_SLICE_MB_COUNT_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_H264_CAPABILITY_ROW_UNALIGNED_SLICE_BIT_EXT
enum VK_VIDEO_ENCODE_H264_CAPABILITY_ROW_UNALIGNED_SLICE_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_H264_CAPABILITY_DIFFERENT_SLICE_TYPE_BIT_EXT
enum VK_VIDEO_ENCODE_H264_CAPABILITY_DIFFERENT_SLICE_TYPE_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_H264_CAPABILITY_B_FRAME_IN_L1_LIST_BIT_EXT
enum VK_VIDEO_ENCODE_H264_CAPABILITY_B_FRAME_IN_L1_LIST_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_H2_64_CAPABILITY_FLAG_BITS_MAX_ENUM_EXT
enum VK_VIDEO_ENCODE_H2_64_CAPABILITY_FLAG_BITS_MAX_ENUM_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoEncodeH264InputModeFlagsEXT
alias VkVideoEncodeH264InputModeFlagsEXT = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoEncodeH264InputModeFlagBitsEXT
enum VkVideoEncodeH264InputModeFlagBitsEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_H264_INPUT_MODE_FRAME_BIT_EXT
enum VK_VIDEO_ENCODE_H264_INPUT_MODE_FRAME_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_H264_INPUT_MODE_SLICE_BIT_EXT
enum VK_VIDEO_ENCODE_H264_INPUT_MODE_SLICE_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_H264_INPUT_MODE_NON_VCL_BIT_EXT
enum VK_VIDEO_ENCODE_H264_INPUT_MODE_NON_VCL_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_H2_64_INPUT_MODE_FLAG_BITS_MAX_ENUM_EXT
enum VK_VIDEO_ENCODE_H2_64_INPUT_MODE_FLAG_BITS_MAX_ENUM_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoEncodeH264OutputModeFlagsEXT
alias VkVideoEncodeH264OutputModeFlagsEXT = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoEncodeH264OutputModeFlagBitsEXT
enum VkVideoEncodeH264OutputModeFlagBitsEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_H264_OUTPUT_MODE_FRAME_BIT_EXT
enum VK_VIDEO_ENCODE_H264_OUTPUT_MODE_FRAME_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_H264_OUTPUT_MODE_SLICE_BIT_EXT
enum VK_VIDEO_ENCODE_H264_OUTPUT_MODE_SLICE_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_H264_OUTPUT_MODE_NON_VCL_BIT_EXT
enum VK_VIDEO_ENCODE_H264_OUTPUT_MODE_NON_VCL_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_H2_64_OUTPUT_MODE_FLAG_BITS_MAX_ENUM_EXT
enum VK_VIDEO_ENCODE_H2_64_OUTPUT_MODE_FLAG_BITS_MAX_ENUM_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoEncodeH264CapabilitiesEXT
struct VkVideoEncodeH264CapabilitiesEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoEncodeH264SessionParametersAddInfoEXT
struct VkVideoEncodeH264SessionParametersAddInfoEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoEncodeH264SessionParametersCreateInfoEXT
struct VkVideoEncodeH264SessionParametersCreateInfoEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoEncodeH264DpbSlotInfoEXT
struct VkVideoEncodeH264DpbSlotInfoEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoEncodeH264ReferenceListsInfoEXT
struct VkVideoEncodeH264ReferenceListsInfoEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoEncodeH264NaluSliceInfoEXT
struct VkVideoEncodeH264NaluSliceInfoEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoEncodeH264VclFrameInfoEXT
struct VkVideoEncodeH264VclFrameInfoEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoEncodeH264EmitPictureParametersInfoEXT
struct VkVideoEncodeH264EmitPictureParametersInfoEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoEncodeH264ProfileInfoEXT
struct VkVideoEncodeH264ProfileInfoEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoEncodeH264RateControlInfoEXT
struct VkVideoEncodeH264RateControlInfoEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoEncodeH264QpEXT
struct VkVideoEncodeH264QpEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoEncodeH264FrameSizeEXT
struct VkVideoEncodeH264FrameSizeEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoEncodeH264RateControlLayerInfoEXT
struct VkVideoEncodeH264RateControlLayerInfoEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_video_encode_h265
enum VK_EXT_video_encode_h265;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_VIDEO_ENCODE_H265_SPEC_VERSION
enum VK_EXT_VIDEO_ENCODE_H265_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_VIDEO_ENCODE_H265_EXTENSION_NAME
enum const(char)* VK_EXT_VIDEO_ENCODE_H265_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoEncodeH265RateControlStructureEXT
enum VkVideoEncodeH265RateControlStructureEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_H265_RATE_CONTROL_STRUCTURE_UNKNOWN_EXT
enum VK_VIDEO_ENCODE_H265_RATE_CONTROL_STRUCTURE_UNKNOWN_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_H265_RATE_CONTROL_STRUCTURE_FLAT_EXT
enum VK_VIDEO_ENCODE_H265_RATE_CONTROL_STRUCTURE_FLAT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_H265_RATE_CONTROL_STRUCTURE_DYADIC_EXT
enum VK_VIDEO_ENCODE_H265_RATE_CONTROL_STRUCTURE_DYADIC_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_H2_65_RATE_CONTROL_STRUCTURE_BEGIN_RANGE_EXT
enum VK_VIDEO_ENCODE_H2_65_RATE_CONTROL_STRUCTURE_BEGIN_RANGE_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_H2_65_RATE_CONTROL_STRUCTURE_END_RANGE_EXT
enum VK_VIDEO_ENCODE_H2_65_RATE_CONTROL_STRUCTURE_END_RANGE_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_H2_65_RATE_CONTROL_STRUCTURE_RANGE_SIZE_EXT
enum VK_VIDEO_ENCODE_H2_65_RATE_CONTROL_STRUCTURE_RANGE_SIZE_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_H2_65_RATE_CONTROL_STRUCTURE_MAX_ENUM_EXT
enum VK_VIDEO_ENCODE_H2_65_RATE_CONTROL_STRUCTURE_MAX_ENUM_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoEncodeH265CapabilityFlagsEXT
alias VkVideoEncodeH265CapabilityFlagsEXT = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoEncodeH265CapabilityFlagBitsEXT
enum VkVideoEncodeH265CapabilityFlagBitsEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_H265_CAPABILITY_SEPARATE_COLOUR_PLANE_BIT_EXT
enum VK_VIDEO_ENCODE_H265_CAPABILITY_SEPARATE_COLOUR_PLANE_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_H265_CAPABILITY_SCALING_LISTS_BIT_EXT
enum VK_VIDEO_ENCODE_H265_CAPABILITY_SCALING_LISTS_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_H265_CAPABILITY_SAMPLE_ADAPTIVE_OFFSET_ENABLED_BIT_EXT
enum VK_VIDEO_ENCODE_H265_CAPABILITY_SAMPLE_ADAPTIVE_OFFSET_ENABLED_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_H265_CAPABILITY_PCM_ENABLE_BIT_EXT
enum VK_VIDEO_ENCODE_H265_CAPABILITY_PCM_ENABLE_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_H265_CAPABILITY_SPS_TEMPORAL_MVP_ENABLED_BIT_EXT
enum VK_VIDEO_ENCODE_H265_CAPABILITY_SPS_TEMPORAL_MVP_ENABLED_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_H265_CAPABILITY_HRD_COMPLIANCE_BIT_EXT
enum VK_VIDEO_ENCODE_H265_CAPABILITY_HRD_COMPLIANCE_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_H265_CAPABILITY_INIT_QP_MINUS26_BIT_EXT
enum VK_VIDEO_ENCODE_H265_CAPABILITY_INIT_QP_MINUS26_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_H265_CAPABILITY_LOG2_PARALLEL_MERGE_LEVEL_MINUS2_BIT_EXT
enum VK_VIDEO_ENCODE_H265_CAPABILITY_LOG2_PARALLEL_MERGE_LEVEL_MINUS2_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_H265_CAPABILITY_SIGN_DATA_HIDING_ENABLED_BIT_EXT
enum VK_VIDEO_ENCODE_H265_CAPABILITY_SIGN_DATA_HIDING_ENABLED_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_H265_CAPABILITY_TRANSFORM_SKIP_ENABLED_BIT_EXT
enum VK_VIDEO_ENCODE_H265_CAPABILITY_TRANSFORM_SKIP_ENABLED_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_H265_CAPABILITY_TRANSFORM_SKIP_DISABLED_BIT_EXT
enum VK_VIDEO_ENCODE_H265_CAPABILITY_TRANSFORM_SKIP_DISABLED_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_H265_CAPABILITY_PPS_SLICE_CHROMA_QP_OFFSETS_PRESENT_BIT_EXT
enum VK_VIDEO_ENCODE_H265_CAPABILITY_PPS_SLICE_CHROMA_QP_OFFSETS_PRESENT_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_H265_CAPABILITY_WEIGHTED_PRED_BIT_EXT
enum VK_VIDEO_ENCODE_H265_CAPABILITY_WEIGHTED_PRED_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_H265_CAPABILITY_WEIGHTED_BIPRED_BIT_EXT
enum VK_VIDEO_ENCODE_H265_CAPABILITY_WEIGHTED_BIPRED_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_H265_CAPABILITY_WEIGHTED_PRED_NO_TABLE_BIT_EXT
enum VK_VIDEO_ENCODE_H265_CAPABILITY_WEIGHTED_PRED_NO_TABLE_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_H265_CAPABILITY_TRANSQUANT_BYPASS_ENABLED_BIT_EXT
enum VK_VIDEO_ENCODE_H265_CAPABILITY_TRANSQUANT_BYPASS_ENABLED_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_H265_CAPABILITY_ENTROPY_CODING_SYNC_ENABLED_BIT_EXT
enum VK_VIDEO_ENCODE_H265_CAPABILITY_ENTROPY_CODING_SYNC_ENABLED_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_H265_CAPABILITY_DEBLOCKING_FILTER_OVERRIDE_ENABLED_BIT_EXT
enum VK_VIDEO_ENCODE_H265_CAPABILITY_DEBLOCKING_FILTER_OVERRIDE_ENABLED_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_H265_CAPABILITY_MULTIPLE_TILE_PER_FRAME_BIT_EXT
enum VK_VIDEO_ENCODE_H265_CAPABILITY_MULTIPLE_TILE_PER_FRAME_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_H265_CAPABILITY_MULTIPLE_SLICE_PER_TILE_BIT_EXT
enum VK_VIDEO_ENCODE_H265_CAPABILITY_MULTIPLE_SLICE_PER_TILE_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_H265_CAPABILITY_MULTIPLE_TILE_PER_SLICE_BIT_EXT
enum VK_VIDEO_ENCODE_H265_CAPABILITY_MULTIPLE_TILE_PER_SLICE_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_H265_CAPABILITY_SLICE_SEGMENT_CTB_COUNT_BIT_EXT
enum VK_VIDEO_ENCODE_H265_CAPABILITY_SLICE_SEGMENT_CTB_COUNT_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_H265_CAPABILITY_ROW_UNALIGNED_SLICE_SEGMENT_BIT_EXT
enum VK_VIDEO_ENCODE_H265_CAPABILITY_ROW_UNALIGNED_SLICE_SEGMENT_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_H265_CAPABILITY_DEPENDENT_SLICE_SEGMENT_BIT_EXT
enum VK_VIDEO_ENCODE_H265_CAPABILITY_DEPENDENT_SLICE_SEGMENT_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_H265_CAPABILITY_DIFFERENT_SLICE_TYPE_BIT_EXT
enum VK_VIDEO_ENCODE_H265_CAPABILITY_DIFFERENT_SLICE_TYPE_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_H265_CAPABILITY_B_FRAME_IN_L1_LIST_BIT_EXT
enum VK_VIDEO_ENCODE_H265_CAPABILITY_B_FRAME_IN_L1_LIST_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_H2_65_CAPABILITY_FLAG_BITS_MAX_ENUM_EXT
enum VK_VIDEO_ENCODE_H2_65_CAPABILITY_FLAG_BITS_MAX_ENUM_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoEncodeH265InputModeFlagsEXT
alias VkVideoEncodeH265InputModeFlagsEXT = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoEncodeH265InputModeFlagBitsEXT
enum VkVideoEncodeH265InputModeFlagBitsEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_H265_INPUT_MODE_FRAME_BIT_EXT
enum VK_VIDEO_ENCODE_H265_INPUT_MODE_FRAME_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_H265_INPUT_MODE_SLICE_SEGMENT_BIT_EXT
enum VK_VIDEO_ENCODE_H265_INPUT_MODE_SLICE_SEGMENT_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_H265_INPUT_MODE_NON_VCL_BIT_EXT
enum VK_VIDEO_ENCODE_H265_INPUT_MODE_NON_VCL_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_H2_65_INPUT_MODE_FLAG_BITS_MAX_ENUM_EXT
enum VK_VIDEO_ENCODE_H2_65_INPUT_MODE_FLAG_BITS_MAX_ENUM_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoEncodeH265OutputModeFlagsEXT
alias VkVideoEncodeH265OutputModeFlagsEXT = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoEncodeH265OutputModeFlagBitsEXT
enum VkVideoEncodeH265OutputModeFlagBitsEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_H265_OUTPUT_MODE_FRAME_BIT_EXT
enum VK_VIDEO_ENCODE_H265_OUTPUT_MODE_FRAME_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_H265_OUTPUT_MODE_SLICE_SEGMENT_BIT_EXT
enum VK_VIDEO_ENCODE_H265_OUTPUT_MODE_SLICE_SEGMENT_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_H265_OUTPUT_MODE_NON_VCL_BIT_EXT
enum VK_VIDEO_ENCODE_H265_OUTPUT_MODE_NON_VCL_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_H2_65_OUTPUT_MODE_FLAG_BITS_MAX_ENUM_EXT
enum VK_VIDEO_ENCODE_H2_65_OUTPUT_MODE_FLAG_BITS_MAX_ENUM_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoEncodeH265CtbSizeFlagsEXT
alias VkVideoEncodeH265CtbSizeFlagsEXT = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoEncodeH265CtbSizeFlagBitsEXT
enum VkVideoEncodeH265CtbSizeFlagBitsEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_H265_CTB_SIZE_16_BIT_EXT
enum VK_VIDEO_ENCODE_H265_CTB_SIZE_16_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_H265_CTB_SIZE_32_BIT_EXT
enum VK_VIDEO_ENCODE_H265_CTB_SIZE_32_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_H265_CTB_SIZE_64_BIT_EXT
enum VK_VIDEO_ENCODE_H265_CTB_SIZE_64_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_H2_65_CTB_SIZE_FLAG_BITS_MAX_ENUM_EXT
enum VK_VIDEO_ENCODE_H2_65_CTB_SIZE_FLAG_BITS_MAX_ENUM_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoEncodeH265TransformBlockSizeFlagsEXT
alias VkVideoEncodeH265TransformBlockSizeFlagsEXT = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoEncodeH265TransformBlockSizeFlagBitsEXT
enum VkVideoEncodeH265TransformBlockSizeFlagBitsEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_H265_TRANSFORM_BLOCK_SIZE_4_BIT_EXT
enum VK_VIDEO_ENCODE_H265_TRANSFORM_BLOCK_SIZE_4_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_H265_TRANSFORM_BLOCK_SIZE_8_BIT_EXT
enum VK_VIDEO_ENCODE_H265_TRANSFORM_BLOCK_SIZE_8_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_H265_TRANSFORM_BLOCK_SIZE_16_BIT_EXT
enum VK_VIDEO_ENCODE_H265_TRANSFORM_BLOCK_SIZE_16_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_H265_TRANSFORM_BLOCK_SIZE_32_BIT_EXT
enum VK_VIDEO_ENCODE_H265_TRANSFORM_BLOCK_SIZE_32_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_ENCODE_H2_65_TRANSFORM_BLOCK_SIZE_FLAG_BITS_MAX_ENUM_EXT
enum VK_VIDEO_ENCODE_H2_65_TRANSFORM_BLOCK_SIZE_FLAG_BITS_MAX_ENUM_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoEncodeH265CapabilitiesEXT
struct VkVideoEncodeH265CapabilitiesEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoEncodeH265SessionParametersAddInfoEXT
struct VkVideoEncodeH265SessionParametersAddInfoEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoEncodeH265SessionParametersCreateInfoEXT
struct VkVideoEncodeH265SessionParametersCreateInfoEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoEncodeH265DpbSlotInfoEXT
struct VkVideoEncodeH265DpbSlotInfoEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoEncodeH265ReferenceListsInfoEXT
struct VkVideoEncodeH265ReferenceListsInfoEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoEncodeH265NaluSliceSegmentInfoEXT
struct VkVideoEncodeH265NaluSliceSegmentInfoEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoEncodeH265VclFrameInfoEXT
struct VkVideoEncodeH265VclFrameInfoEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoEncodeH265EmitPictureParametersInfoEXT
struct VkVideoEncodeH265EmitPictureParametersInfoEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoEncodeH265ProfileInfoEXT
struct VkVideoEncodeH265ProfileInfoEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoEncodeH265RateControlInfoEXT
struct VkVideoEncodeH265RateControlInfoEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoEncodeH265QpEXT
struct VkVideoEncodeH265QpEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoEncodeH265FrameSizeEXT
struct VkVideoEncodeH265FrameSizeEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoEncodeH265RateControlLayerInfoEXT
struct VkVideoEncodeH265RateControlLayerInfoEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_video_decode_h264
enum VK_EXT_video_decode_h264;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_VIDEO_DECODE_H264_SPEC_VERSION
enum VK_EXT_VIDEO_DECODE_H264_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_VIDEO_DECODE_H264_EXTENSION_NAME
enum const(char)* VK_EXT_VIDEO_DECODE_H264_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoDecodeH264PictureLayoutFlagsEXT
alias VkVideoDecodeH264PictureLayoutFlagsEXT = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoDecodeH264PictureLayoutFlagBitsEXT
enum VkVideoDecodeH264PictureLayoutFlagBitsEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_DECODE_H264_PICTURE_LAYOUT_PROGRESSIVE_EXT
enum VK_VIDEO_DECODE_H264_PICTURE_LAYOUT_PROGRESSIVE_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_DECODE_H264_PICTURE_LAYOUT_INTERLACED_INTERLEAVED_LINES_BIT_EXT
enum VK_VIDEO_DECODE_H264_PICTURE_LAYOUT_INTERLACED_INTERLEAVED_LINES_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_DECODE_H264_PICTURE_LAYOUT_INTERLACED_SEPARATE_PLANES_BIT_EXT
enum VK_VIDEO_DECODE_H264_PICTURE_LAYOUT_INTERLACED_SEPARATE_PLANES_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIDEO_DECODE_H2_64_PICTURE_LAYOUT_FLAG_BITS_MAX_ENUM_EXT
enum VK_VIDEO_DECODE_H2_64_PICTURE_LAYOUT_FLAG_BITS_MAX_ENUM_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoDecodeH264ProfileInfoEXT
struct VkVideoDecodeH264ProfileInfoEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoDecodeH264CapabilitiesEXT
struct VkVideoDecodeH264CapabilitiesEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoDecodeH264SessionParametersAddInfoEXT
struct VkVideoDecodeH264SessionParametersAddInfoEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoDecodeH264SessionParametersCreateInfoEXT
struct VkVideoDecodeH264SessionParametersCreateInfoEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoDecodeH264PictureInfoEXT
struct VkVideoDecodeH264PictureInfoEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoDecodeH264DpbSlotInfoEXT
struct VkVideoDecodeH264DpbSlotInfoEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_GGP_stream_descriptor_surface
enum VK_GGP_stream_descriptor_surface;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_GGP_STREAM_DESCRIPTOR_SURFACE_SPEC_VERSION
enum VK_GGP_STREAM_DESCRIPTOR_SURFACE_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_GGP_STREAM_DESCRIPTOR_SURFACE_EXTENSION_NAME
enum const(char)* VK_GGP_STREAM_DESCRIPTOR_SURFACE_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkStreamDescriptorSurfaceCreateFlagsGGP
alias VkStreamDescriptorSurfaceCreateFlagsGGP = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkStreamDescriptorSurfaceCreateInfoGGP
struct VkStreamDescriptorSurfaceCreateInfoGGP
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
PFN_vkCreateStreamDescriptorSurfaceGGP
alias PFN_vkCreateStreamDescriptorSurfaceGGP = VkResult function(VkInstance instance, const(VkStreamDescriptorSurfaceCreateInfoGGP)* pCreateInfo, const(VkAllocationCallbacks)* pAllocator, VkSurfaceKHR* pSurface)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_NV_external_memory_win32
enum VK_NV_external_memory_win32;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_NV_EXTERNAL_MEMORY_WIN32_SPEC_VERSION
enum VK_NV_EXTERNAL_MEMORY_WIN32_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_NV_EXTERNAL_MEMORY_WIN32_EXTENSION_NAME
enum const(char)* VK_NV_EXTERNAL_MEMORY_WIN32_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkImportMemoryWin32HandleInfoNV
struct VkImportMemoryWin32HandleInfoNV
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkExportMemoryWin32HandleInfoNV
struct VkExportMemoryWin32HandleInfoNV
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
PFN_vkGetMemoryWin32HandleNV
alias PFN_vkGetMemoryWin32HandleNV = VkResult function(VkDevice device, VkDeviceMemory memory, VkExternalMemoryHandleTypeFlagsNV handleType, HANDLE* pHandle)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_NV_win32_keyed_mutex
enum VK_NV_win32_keyed_mutex;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_NV_WIN32_KEYED_MUTEX_SPEC_VERSION
enum VK_NV_WIN32_KEYED_MUTEX_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_NV_WIN32_KEYED_MUTEX_EXTENSION_NAME
enum const(char)* VK_NV_WIN32_KEYED_MUTEX_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkWin32KeyedMutexAcquireReleaseInfoNV
struct VkWin32KeyedMutexAcquireReleaseInfoNV
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_NN_vi_surface
enum VK_NN_vi_surface;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_NN_VI_SURFACE_SPEC_VERSION
enum VK_NN_VI_SURFACE_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_NN_VI_SURFACE_EXTENSION_NAME
enum const(char)* VK_NN_VI_SURFACE_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkViSurfaceCreateFlagsNN
alias VkViSurfaceCreateFlagsNN = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkViSurfaceCreateInfoNN
struct VkViSurfaceCreateInfoNN
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
PFN_vkCreateViSurfaceNN
alias PFN_vkCreateViSurfaceNN = VkResult function(VkInstance instance, const(VkViSurfaceCreateInfoNN)* pCreateInfo, const(VkAllocationCallbacks)* pAllocator, VkSurfaceKHR* pSurface)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_acquire_xlib_display
enum VK_EXT_acquire_xlib_display;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_ACQUIRE_XLIB_DISPLAY_SPEC_VERSION
enum VK_EXT_ACQUIRE_XLIB_DISPLAY_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_ACQUIRE_XLIB_DISPLAY_EXTENSION_NAME
enum const(char)* VK_EXT_ACQUIRE_XLIB_DISPLAY_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
PFN_vkAcquireXlibDisplayEXT
alias PFN_vkAcquireXlibDisplayEXT = VkResult function(VkPhysicalDevice physicalDevice, Display* dpy, VkDisplayKHR display)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
PFN_vkGetRandROutputDisplayEXT
alias PFN_vkGetRandROutputDisplayEXT = VkResult function(VkPhysicalDevice physicalDevice, Display* dpy, RROutput rrOutput, VkDisplayKHR* pDisplay)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_MVK_ios_surface
enum VK_MVK_ios_surface;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_MVK_IOS_SURFACE_SPEC_VERSION
enum VK_MVK_IOS_SURFACE_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_MVK_IOS_SURFACE_EXTENSION_NAME
enum const(char)* VK_MVK_IOS_SURFACE_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkIOSSurfaceCreateFlagsMVK
alias VkIOSSurfaceCreateFlagsMVK = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkIOSSurfaceCreateInfoMVK
struct VkIOSSurfaceCreateInfoMVK
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
PFN_vkCreateIOSSurfaceMVK
alias PFN_vkCreateIOSSurfaceMVK = VkResult function(VkInstance instance, const(VkIOSSurfaceCreateInfoMVK)* pCreateInfo, const(VkAllocationCallbacks)* pAllocator, VkSurfaceKHR* pSurface)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_MVK_macos_surface
enum VK_MVK_macos_surface;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_MVK_MACOS_SURFACE_SPEC_VERSION
enum VK_MVK_MACOS_SURFACE_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_MVK_MACOS_SURFACE_EXTENSION_NAME
enum const(char)* VK_MVK_MACOS_SURFACE_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkMacOSSurfaceCreateFlagsMVK
alias VkMacOSSurfaceCreateFlagsMVK = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkMacOSSurfaceCreateInfoMVK
struct VkMacOSSurfaceCreateInfoMVK
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
PFN_vkCreateMacOSSurfaceMVK
alias PFN_vkCreateMacOSSurfaceMVK = VkResult function(VkInstance instance, const(VkMacOSSurfaceCreateInfoMVK)* pCreateInfo, const(VkAllocationCallbacks)* pAllocator, VkSurfaceKHR* pSurface)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_ANDROID_external_memory_android_hardware_buffer
enum VK_ANDROID_external_memory_android_hardware_buffer;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_ANDROID_EXTERNAL_MEMORY_ANDROID_HARDWARE_BUFFER_SPEC_VERSION
enum VK_ANDROID_EXTERNAL_MEMORY_ANDROID_HARDWARE_BUFFER_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_ANDROID_EXTERNAL_MEMORY_ANDROID_HARDWARE_BUFFER_EXTENSION_NAME
enum const(char)* VK_ANDROID_EXTERNAL_MEMORY_ANDROID_HARDWARE_BUFFER_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkAndroidHardwareBufferUsageANDROID
struct VkAndroidHardwareBufferUsageANDROID
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkAndroidHardwareBufferPropertiesANDROID
struct VkAndroidHardwareBufferPropertiesANDROID
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkAndroidHardwareBufferFormatPropertiesANDROID
struct VkAndroidHardwareBufferFormatPropertiesANDROID
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkImportAndroidHardwareBufferInfoANDROID
struct VkImportAndroidHardwareBufferInfoANDROID
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkMemoryGetAndroidHardwareBufferInfoANDROID
struct VkMemoryGetAndroidHardwareBufferInfoANDROID
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkExternalFormatANDROID
struct VkExternalFormatANDROID
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkAndroidHardwareBufferFormatProperties2ANDROID
struct VkAndroidHardwareBufferFormatProperties2ANDROID
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
PFN_vkGetAndroidHardwareBufferPropertiesANDROID
alias PFN_vkGetAndroidHardwareBufferPropertiesANDROID = VkResult function(VkDevice device, const(AHardwareBuffer)* buffer, VkAndroidHardwareBufferPropertiesANDROID* pProperties)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
PFN_vkGetMemoryAndroidHardwareBufferANDROID
alias PFN_vkGetMemoryAndroidHardwareBufferANDROID = VkResult function(VkDevice device, const(VkMemoryGetAndroidHardwareBufferInfoANDROID)* pInfo, AHardwareBuffer pBuffer)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_video_decode_h265
enum VK_EXT_video_decode_h265;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_VIDEO_DECODE_H265_SPEC_VERSION
enum VK_EXT_VIDEO_DECODE_H265_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_VIDEO_DECODE_H265_EXTENSION_NAME
enum const(char)* VK_EXT_VIDEO_DECODE_H265_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoDecodeH265ProfileInfoEXT
struct VkVideoDecodeH265ProfileInfoEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoDecodeH265CapabilitiesEXT
struct VkVideoDecodeH265CapabilitiesEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoDecodeH265SessionParametersAddInfoEXT
struct VkVideoDecodeH265SessionParametersAddInfoEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoDecodeH265SessionParametersCreateInfoEXT
struct VkVideoDecodeH265SessionParametersCreateInfoEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoDecodeH265PictureInfoEXT
struct VkVideoDecodeH265PictureInfoEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVideoDecodeH265DpbSlotInfoEXT
struct VkVideoDecodeH265DpbSlotInfoEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_GGP_frame_token
enum VK_GGP_frame_token;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_GGP_FRAME_TOKEN_SPEC_VERSION
enum VK_GGP_FRAME_TOKEN_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_GGP_FRAME_TOKEN_EXTENSION_NAME
enum const(char)* VK_GGP_FRAME_TOKEN_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPresentFrameTokenGGP
struct VkPresentFrameTokenGGP
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FUCHSIA_imagepipe_surface
enum VK_FUCHSIA_imagepipe_surface;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FUCHSIA_IMAGEPIPE_SURFACE_SPEC_VERSION
enum VK_FUCHSIA_IMAGEPIPE_SURFACE_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FUCHSIA_IMAGEPIPE_SURFACE_EXTENSION_NAME
enum const(char)* VK_FUCHSIA_IMAGEPIPE_SURFACE_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkImagePipeSurfaceCreateFlagsFUCHSIA
alias VkImagePipeSurfaceCreateFlagsFUCHSIA = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkImagePipeSurfaceCreateInfoFUCHSIA
struct VkImagePipeSurfaceCreateInfoFUCHSIA
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
PFN_vkCreateImagePipeSurfaceFUCHSIA
alias PFN_vkCreateImagePipeSurfaceFUCHSIA = VkResult function(VkInstance instance, const(VkImagePipeSurfaceCreateInfoFUCHSIA)* pCreateInfo, const(VkAllocationCallbacks)* pAllocator, VkSurfaceKHR* pSurface)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_metal_surface
enum VK_EXT_metal_surface;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_METAL_SURFACE_SPEC_VERSION
enum VK_EXT_METAL_SURFACE_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_METAL_SURFACE_EXTENSION_NAME
enum const(char)* VK_EXT_METAL_SURFACE_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkMetalSurfaceCreateFlagsEXT
alias VkMetalSurfaceCreateFlagsEXT = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkMetalSurfaceCreateInfoEXT
struct VkMetalSurfaceCreateInfoEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
PFN_vkCreateMetalSurfaceEXT
alias PFN_vkCreateMetalSurfaceEXT = VkResult function(VkInstance instance, const(VkMetalSurfaceCreateInfoEXT)* pCreateInfo, const(VkAllocationCallbacks)* pAllocator, VkSurfaceKHR* pSurface)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_full_screen_exclusive
enum VK_EXT_full_screen_exclusive;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_FULL_SCREEN_EXCLUSIVE_SPEC_VERSION
enum VK_EXT_FULL_SCREEN_EXCLUSIVE_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_FULL_SCREEN_EXCLUSIVE_EXTENSION_NAME
enum const(char)* VK_EXT_FULL_SCREEN_EXCLUSIVE_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkFullScreenExclusiveEXT
enum VkFullScreenExclusiveEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FULL_SCREEN_EXCLUSIVE_DEFAULT_EXT
enum VK_FULL_SCREEN_EXCLUSIVE_DEFAULT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FULL_SCREEN_EXCLUSIVE_ALLOWED_EXT
enum VK_FULL_SCREEN_EXCLUSIVE_ALLOWED_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FULL_SCREEN_EXCLUSIVE_DISALLOWED_EXT
enum VK_FULL_SCREEN_EXCLUSIVE_DISALLOWED_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FULL_SCREEN_EXCLUSIVE_APPLICATION_CONTROLLED_EXT
enum VK_FULL_SCREEN_EXCLUSIVE_APPLICATION_CONTROLLED_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FULL_SCREEN_EXCLUSIVE_BEGIN_RANGE_EXT
enum VK_FULL_SCREEN_EXCLUSIVE_BEGIN_RANGE_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FULL_SCREEN_EXCLUSIVE_END_RANGE_EXT
enum VK_FULL_SCREEN_EXCLUSIVE_END_RANGE_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FULL_SCREEN_EXCLUSIVE_RANGE_SIZE_EXT
enum VK_FULL_SCREEN_EXCLUSIVE_RANGE_SIZE_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FULL_SCREEN_EXCLUSIVE_MAX_ENUM_EXT
enum VK_FULL_SCREEN_EXCLUSIVE_MAX_ENUM_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkSurfaceFullScreenExclusiveInfoEXT
struct VkSurfaceFullScreenExclusiveInfoEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkSurfaceCapabilitiesFullScreenExclusiveEXT
struct VkSurfaceCapabilitiesFullScreenExclusiveEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkSurfaceFullScreenExclusiveWin32InfoEXT
struct VkSurfaceFullScreenExclusiveWin32InfoEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
PFN_vkGetPhysicalDeviceSurfacePresentModes2EXT
alias PFN_vkGetPhysicalDeviceSurfacePresentModes2EXT = VkResult function(VkPhysicalDevice physicalDevice, const(VkPhysicalDeviceSurfaceInfo2KHR)* pSurfaceInfo, uint32_t* pPresentModeCount, VkPresentModeKHR* pPresentModes)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
PFN_vkAcquireFullScreenExclusiveModeEXT
alias PFN_vkAcquireFullScreenExclusiveModeEXT = VkResult function(VkDevice device, VkSwapchainKHR swapchain)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
PFN_vkReleaseFullScreenExclusiveModeEXT
alias PFN_vkReleaseFullScreenExclusiveModeEXT = VkResult function(VkDevice device, VkSwapchainKHR swapchain)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
PFN_vkGetDeviceGroupSurfacePresentModes2EXT
alias PFN_vkGetDeviceGroupSurfacePresentModes2EXT = VkResult function(VkDevice device, const(VkPhysicalDeviceSurfaceInfo2KHR)* pSurfaceInfo, VkDeviceGroupPresentModeFlagsKHR* pModes)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_metal_objects
enum VK_EXT_metal_objects;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_METAL_OBJECTS_SPEC_VERSION
enum VK_EXT_METAL_OBJECTS_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_METAL_OBJECTS_EXTENSION_NAME
enum const(char)* VK_EXT_METAL_OBJECTS_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkExportMetalObjectTypeFlagsEXT
alias VkExportMetalObjectTypeFlagsEXT = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkExportMetalObjectTypeFlagBitsEXT
enum VkExportMetalObjectTypeFlagBitsEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXPORT_METAL_OBJECT_TYPE_METAL_DEVICE_BIT_EXT
enum VK_EXPORT_METAL_OBJECT_TYPE_METAL_DEVICE_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXPORT_METAL_OBJECT_TYPE_METAL_COMMAND_QUEUE_BIT_EXT
enum VK_EXPORT_METAL_OBJECT_TYPE_METAL_COMMAND_QUEUE_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXPORT_METAL_OBJECT_TYPE_METAL_BUFFER_BIT_EXT
enum VK_EXPORT_METAL_OBJECT_TYPE_METAL_BUFFER_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXPORT_METAL_OBJECT_TYPE_METAL_TEXTURE_BIT_EXT
enum VK_EXPORT_METAL_OBJECT_TYPE_METAL_TEXTURE_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXPORT_METAL_OBJECT_TYPE_METAL_IOSURFACE_BIT_EXT
enum VK_EXPORT_METAL_OBJECT_TYPE_METAL_IOSURFACE_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXPORT_METAL_OBJECT_TYPE_METAL_SHARED_EVENT_BIT_EXT
enum VK_EXPORT_METAL_OBJECT_TYPE_METAL_SHARED_EVENT_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXPORT_METAL_OBJECT_TYPE_FLAG_BITS_MAX_ENUM_EXT
enum VK_EXPORT_METAL_OBJECT_TYPE_FLAG_BITS_MAX_ENUM_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkExportMetalObjectCreateInfoEXT
struct VkExportMetalObjectCreateInfoEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkExportMetalObjectsInfoEXT
struct VkExportMetalObjectsInfoEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkExportMetalDeviceInfoEXT
struct VkExportMetalDeviceInfoEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkExportMetalCommandQueueInfoEXT
struct VkExportMetalCommandQueueInfoEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkExportMetalBufferInfoEXT
struct VkExportMetalBufferInfoEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkImportMetalBufferInfoEXT
struct VkImportMetalBufferInfoEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkExportMetalTextureInfoEXT
struct VkExportMetalTextureInfoEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkImportMetalTextureInfoEXT
struct VkImportMetalTextureInfoEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkExportMetalIOSurfaceInfoEXT
struct VkExportMetalIOSurfaceInfoEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkImportMetalIOSurfaceInfoEXT
struct VkImportMetalIOSurfaceInfoEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkExportMetalSharedEventInfoEXT
struct VkExportMetalSharedEventInfoEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkImportMetalSharedEventInfoEXT
struct VkImportMetalSharedEventInfoEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
PFN_vkExportMetalObjectsEXT
alias PFN_vkExportMetalObjectsEXT = void function(VkDevice device, VkExportMetalObjectsInfoEXT* pMetalObjectsInfo)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_NV_acquire_winrt_display
enum VK_NV_acquire_winrt_display;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_NV_ACQUIRE_WINRT_DISPLAY_SPEC_VERSION
enum VK_NV_ACQUIRE_WINRT_DISPLAY_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_NV_ACQUIRE_WINRT_DISPLAY_EXTENSION_NAME
enum const(char)* VK_NV_ACQUIRE_WINRT_DISPLAY_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
PFN_vkAcquireWinrtDisplayNV
alias PFN_vkAcquireWinrtDisplayNV = VkResult function(VkPhysicalDevice physicalDevice, VkDisplayKHR display)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
PFN_vkGetWinrtDisplayNV
alias PFN_vkGetWinrtDisplayNV = VkResult function(VkPhysicalDevice physicalDevice, uint32_t deviceRelativeId, VkDisplayKHR* pDisplay)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_directfb_surface
enum VK_EXT_directfb_surface;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_DIRECTFB_SURFACE_SPEC_VERSION
enum VK_EXT_DIRECTFB_SURFACE_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_DIRECTFB_SURFACE_EXTENSION_NAME
enum const(char)* VK_EXT_DIRECTFB_SURFACE_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDirectFBSurfaceCreateFlagsEXT
alias VkDirectFBSurfaceCreateFlagsEXT = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDirectFBSurfaceCreateInfoEXT
struct VkDirectFBSurfaceCreateInfoEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
PFN_vkCreateDirectFBSurfaceEXT
alias PFN_vkCreateDirectFBSurfaceEXT = VkResult function(VkInstance instance, const(VkDirectFBSurfaceCreateInfoEXT)* pCreateInfo, const(VkAllocationCallbacks)* pAllocator, VkSurfaceKHR* pSurface)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
PFN_vkGetPhysicalDeviceDirectFBPresentationSupportEXT
alias PFN_vkGetPhysicalDeviceDirectFBPresentationSupportEXT = VkBool32 function(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, IDirectFB* dfb)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FUCHSIA_external_memory
enum VK_FUCHSIA_external_memory;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FUCHSIA_EXTERNAL_MEMORY_SPEC_VERSION
enum VK_FUCHSIA_EXTERNAL_MEMORY_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FUCHSIA_EXTERNAL_MEMORY_EXTENSION_NAME
enum const(char)* VK_FUCHSIA_EXTERNAL_MEMORY_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkImportMemoryZirconHandleInfoFUCHSIA
struct VkImportMemoryZirconHandleInfoFUCHSIA
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkMemoryZirconHandlePropertiesFUCHSIA
struct VkMemoryZirconHandlePropertiesFUCHSIA
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkMemoryGetZirconHandleInfoFUCHSIA
struct VkMemoryGetZirconHandleInfoFUCHSIA
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
PFN_vkGetMemoryZirconHandleFUCHSIA
alias PFN_vkGetMemoryZirconHandleFUCHSIA = VkResult function(VkDevice device, const(VkMemoryGetZirconHandleInfoFUCHSIA)* pGetZirconHandleInfo, zx_handle_t* pZirconHandle)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
PFN_vkGetMemoryZirconHandlePropertiesFUCHSIA
alias PFN_vkGetMemoryZirconHandlePropertiesFUCHSIA = VkResult function(VkDevice device, VkExternalMemoryHandleTypeFlagBits handleType, zx_handle_t zirconHandle, VkMemoryZirconHandlePropertiesFUCHSIA* pMemoryZirconHandleProperties)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FUCHSIA_external_semaphore
enum VK_FUCHSIA_external_semaphore;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FUCHSIA_EXTERNAL_SEMAPHORE_SPEC_VERSION
enum VK_FUCHSIA_EXTERNAL_SEMAPHORE_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FUCHSIA_EXTERNAL_SEMAPHORE_EXTENSION_NAME
enum const(char)* VK_FUCHSIA_EXTERNAL_SEMAPHORE_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkImportSemaphoreZirconHandleInfoFUCHSIA
struct VkImportSemaphoreZirconHandleInfoFUCHSIA
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkSemaphoreGetZirconHandleInfoFUCHSIA
struct VkSemaphoreGetZirconHandleInfoFUCHSIA
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
PFN_vkImportSemaphoreZirconHandleFUCHSIA
alias PFN_vkImportSemaphoreZirconHandleFUCHSIA = VkResult function(VkDevice device, const(VkImportSemaphoreZirconHandleInfoFUCHSIA)* pImportSemaphoreZirconHandleInfo)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
PFN_vkGetSemaphoreZirconHandleFUCHSIA
alias PFN_vkGetSemaphoreZirconHandleFUCHSIA = VkResult function(VkDevice device, const(VkSemaphoreGetZirconHandleInfoFUCHSIA)* pGetZirconHandleInfo, zx_handle_t* pZirconHandle)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FUCHSIA_buffer_collection
enum VK_FUCHSIA_buffer_collection;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FUCHSIA_BUFFER_COLLECTION_SPEC_VERSION
enum VK_FUCHSIA_BUFFER_COLLECTION_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FUCHSIA_BUFFER_COLLECTION_EXTENSION_NAME
enum const(char)* VK_FUCHSIA_BUFFER_COLLECTION_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkImageFormatConstraintsFlagsFUCHSIA
alias VkImageFormatConstraintsFlagsFUCHSIA = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkImageConstraintsInfoFlagsFUCHSIA
alias VkImageConstraintsInfoFlagsFUCHSIA = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkImageConstraintsInfoFlagBitsFUCHSIA
enum VkImageConstraintsInfoFlagBitsFUCHSIA
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_IMAGE_CONSTRAINTS_INFO_CPU_READ_RARELY_FUCHSIA
enum VK_IMAGE_CONSTRAINTS_INFO_CPU_READ_RARELY_FUCHSIA;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_IMAGE_CONSTRAINTS_INFO_CPU_READ_OFTEN_FUCHSIA
enum VK_IMAGE_CONSTRAINTS_INFO_CPU_READ_OFTEN_FUCHSIA;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_IMAGE_CONSTRAINTS_INFO_CPU_WRITE_RARELY_FUCHSIA
enum VK_IMAGE_CONSTRAINTS_INFO_CPU_WRITE_RARELY_FUCHSIA;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_IMAGE_CONSTRAINTS_INFO_CPU_WRITE_OFTEN_FUCHSIA
enum VK_IMAGE_CONSTRAINTS_INFO_CPU_WRITE_OFTEN_FUCHSIA;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_IMAGE_CONSTRAINTS_INFO_PROTECTED_OPTIONAL_FUCHSIA
enum VK_IMAGE_CONSTRAINTS_INFO_PROTECTED_OPTIONAL_FUCHSIA;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_IMAGE_CONSTRAINTS_INFO_FLAG_BITS_MAX_ENUM_FUCHSIA
enum VK_IMAGE_CONSTRAINTS_INFO_FLAG_BITS_MAX_ENUM_FUCHSIA;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkBufferCollectionCreateInfoFUCHSIA
struct VkBufferCollectionCreateInfoFUCHSIA
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkImportMemoryBufferCollectionFUCHSIA
struct VkImportMemoryBufferCollectionFUCHSIA
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkBufferCollectionImageCreateInfoFUCHSIA
struct VkBufferCollectionImageCreateInfoFUCHSIA
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkBufferCollectionConstraintsInfoFUCHSIA
struct VkBufferCollectionConstraintsInfoFUCHSIA
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkBufferConstraintsInfoFUCHSIA
struct VkBufferConstraintsInfoFUCHSIA
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkBufferCollectionBufferCreateInfoFUCHSIA
struct VkBufferCollectionBufferCreateInfoFUCHSIA
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkSysmemColorSpaceFUCHSIA
struct VkSysmemColorSpaceFUCHSIA
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkBufferCollectionPropertiesFUCHSIA
struct VkBufferCollectionPropertiesFUCHSIA
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkImageFormatConstraintsInfoFUCHSIA
struct VkImageFormatConstraintsInfoFUCHSIA
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkImageConstraintsInfoFUCHSIA
struct VkImageConstraintsInfoFUCHSIA
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
PFN_vkCreateBufferCollectionFUCHSIA
alias PFN_vkCreateBufferCollectionFUCHSIA = VkResult function(VkDevice device, const(VkBufferCollectionCreateInfoFUCHSIA)* pCreateInfo, const(VkAllocationCallbacks)* pAllocator, VkBufferCollectionFUCHSIA* pCollection)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
PFN_vkSetBufferCollectionImageConstraintsFUCHSIA
alias PFN_vkSetBufferCollectionImageConstraintsFUCHSIA = VkResult function(VkDevice device, VkBufferCollectionFUCHSIA collection, const(VkImageConstraintsInfoFUCHSIA)* pImageConstraintsInfo)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
PFN_vkSetBufferCollectionBufferConstraintsFUCHSIA
alias PFN_vkSetBufferCollectionBufferConstraintsFUCHSIA = VkResult function(VkDevice device, VkBufferCollectionFUCHSIA collection, const(VkBufferConstraintsInfoFUCHSIA)* pBufferConstraintsInfo)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
PFN_vkDestroyBufferCollectionFUCHSIA
alias PFN_vkDestroyBufferCollectionFUCHSIA = void function(VkDevice device, VkBufferCollectionFUCHSIA collection, const(VkAllocationCallbacks)* pAllocator)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
PFN_vkGetBufferCollectionPropertiesFUCHSIA
alias PFN_vkGetBufferCollectionPropertiesFUCHSIA = VkResult function(VkDevice device, VkBufferCollectionFUCHSIA collection, VkBufferCollectionPropertiesFUCHSIA* pProperties)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_QNX_screen_surface
enum VK_QNX_screen_surface;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_QNX_SCREEN_SURFACE_SPEC_VERSION
enum VK_QNX_SCREEN_SURFACE_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_QNX_SCREEN_SURFACE_EXTENSION_NAME
enum const(char)* VK_QNX_SCREEN_SURFACE_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkScreenSurfaceCreateFlagsQNX
alias VkScreenSurfaceCreateFlagsQNX = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkScreenSurfaceCreateInfoQNX
struct VkScreenSurfaceCreateInfoQNX
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
PFN_vkCreateScreenSurfaceQNX
alias PFN_vkCreateScreenSurfaceQNX = VkResult function(VkInstance instance, const(VkScreenSurfaceCreateInfoQNX)* pCreateInfo, const(VkAllocationCallbacks)* pAllocator, VkSurfaceKHR* pSurface)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
PFN_vkGetPhysicalDeviceScreenPresentationSupportQNX
alias PFN_vkGetPhysicalDeviceScreenPresentationSupportQNX = VkBool32 function(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, const(_screen_window)* window)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
vkCreateXlibSurfaceKHR
PFN_vkCreateXlibSurfaceKHR vkCreateXlibSurfaceKHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
vkGetPhysicalDeviceXlibPresentationSupportKHR
PFN_vkGetPhysicalDeviceXlibPresentationSupportKHR vkGetPhysicalDeviceXlibPresentationSupportKHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
vkCreateXcbSurfaceKHR
PFN_vkCreateXcbSurfaceKHR vkCreateXcbSurfaceKHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
vkGetPhysicalDeviceXcbPresentationSupportKHR
PFN_vkGetPhysicalDeviceXcbPresentationSupportKHR vkGetPhysicalDeviceXcbPresentationSupportKHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
vkCreateWaylandSurfaceKHR
PFN_vkCreateWaylandSurfaceKHR vkCreateWaylandSurfaceKHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
vkGetPhysicalDeviceWaylandPresentationSupportKHR
PFN_vkGetPhysicalDeviceWaylandPresentationSupportKHR vkGetPhysicalDeviceWaylandPresentationSupportKHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
vkCreateAndroidSurfaceKHR
PFN_vkCreateAndroidSurfaceKHR vkCreateAndroidSurfaceKHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
vkCreateWin32SurfaceKHR
PFN_vkCreateWin32SurfaceKHR vkCreateWin32SurfaceKHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
vkGetPhysicalDeviceWin32PresentationSupportKHR
PFN_vkGetPhysicalDeviceWin32PresentationSupportKHR vkGetPhysicalDeviceWin32PresentationSupportKHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
vkGetPhysicalDeviceVideoCapabilitiesKHR
PFN_vkGetPhysicalDeviceVideoCapabilitiesKHR vkGetPhysicalDeviceVideoCapabilitiesKHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
vkGetPhysicalDeviceVideoFormatPropertiesKHR
PFN_vkGetPhysicalDeviceVideoFormatPropertiesKHR vkGetPhysicalDeviceVideoFormatPropertiesKHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
vkCreateVideoSessionKHR
PFN_vkCreateVideoSessionKHR vkCreateVideoSessionKHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
vkDestroyVideoSessionKHR
PFN_vkDestroyVideoSessionKHR vkDestroyVideoSessionKHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
vkGetVideoSessionMemoryRequirementsKHR
PFN_vkGetVideoSessionMemoryRequirementsKHR vkGetVideoSessionMemoryRequirementsKHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
vkBindVideoSessionMemoryKHR
PFN_vkBindVideoSessionMemoryKHR vkBindVideoSessionMemoryKHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
vkCreateVideoSessionParametersKHR
PFN_vkCreateVideoSessionParametersKHR vkCreateVideoSessionParametersKHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
vkUpdateVideoSessionParametersKHR
PFN_vkUpdateVideoSessionParametersKHR vkUpdateVideoSessionParametersKHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
vkDestroyVideoSessionParametersKHR
PFN_vkDestroyVideoSessionParametersKHR vkDestroyVideoSessionParametersKHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
vkCmdBeginVideoCodingKHR
PFN_vkCmdBeginVideoCodingKHR vkCmdBeginVideoCodingKHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
vkCmdEndVideoCodingKHR
PFN_vkCmdEndVideoCodingKHR vkCmdEndVideoCodingKHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
vkCmdControlVideoCodingKHR
PFN_vkCmdControlVideoCodingKHR vkCmdControlVideoCodingKHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
vkCmdDecodeVideoKHR
PFN_vkCmdDecodeVideoKHR vkCmdDecodeVideoKHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
vkGetMemoryWin32HandleKHR
PFN_vkGetMemoryWin32HandleKHR vkGetMemoryWin32HandleKHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
vkGetMemoryWin32HandlePropertiesKHR
PFN_vkGetMemoryWin32HandlePropertiesKHR vkGetMemoryWin32HandlePropertiesKHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
vkImportSemaphoreWin32HandleKHR
PFN_vkImportSemaphoreWin32HandleKHR vkImportSemaphoreWin32HandleKHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
vkGetSemaphoreWin32HandleKHR
PFN_vkGetSemaphoreWin32HandleKHR vkGetSemaphoreWin32HandleKHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
vkImportFenceWin32HandleKHR
PFN_vkImportFenceWin32HandleKHR vkImportFenceWin32HandleKHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
vkGetFenceWin32HandleKHR
PFN_vkGetFenceWin32HandleKHR vkGetFenceWin32HandleKHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
vkCmdEncodeVideoKHR
PFN_vkCmdEncodeVideoKHR vkCmdEncodeVideoKHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
vkCreateStreamDescriptorSurfaceGGP
PFN_vkCreateStreamDescriptorSurfaceGGP vkCreateStreamDescriptorSurfaceGGP;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
vkGetMemoryWin32HandleNV
PFN_vkGetMemoryWin32HandleNV vkGetMemoryWin32HandleNV;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
vkCreateViSurfaceNN
PFN_vkCreateViSurfaceNN vkCreateViSurfaceNN;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
vkAcquireXlibDisplayEXT
PFN_vkAcquireXlibDisplayEXT vkAcquireXlibDisplayEXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
vkGetRandROutputDisplayEXT
PFN_vkGetRandROutputDisplayEXT vkGetRandROutputDisplayEXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
vkCreateIOSSurfaceMVK
PFN_vkCreateIOSSurfaceMVK vkCreateIOSSurfaceMVK;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
vkCreateMacOSSurfaceMVK
PFN_vkCreateMacOSSurfaceMVK vkCreateMacOSSurfaceMVK;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
vkGetAndroidHardwareBufferPropertiesANDROID
PFN_vkGetAndroidHardwareBufferPropertiesANDROID vkGetAndroidHardwareBufferPropertiesANDROID;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
vkGetMemoryAndroidHardwareBufferANDROID
PFN_vkGetMemoryAndroidHardwareBufferANDROID vkGetMemoryAndroidHardwareBufferANDROID;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
vkCreateImagePipeSurfaceFUCHSIA
PFN_vkCreateImagePipeSurfaceFUCHSIA vkCreateImagePipeSurfaceFUCHSIA;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
vkCreateMetalSurfaceEXT
PFN_vkCreateMetalSurfaceEXT vkCreateMetalSurfaceEXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
vkGetPhysicalDeviceSurfacePresentModes2EXT
PFN_vkGetPhysicalDeviceSurfacePresentModes2EXT vkGetPhysicalDeviceSurfacePresentModes2EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
vkAcquireFullScreenExclusiveModeEXT
PFN_vkAcquireFullScreenExclusiveModeEXT vkAcquireFullScreenExclusiveModeEXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
vkReleaseFullScreenExclusiveModeEXT
PFN_vkReleaseFullScreenExclusiveModeEXT vkReleaseFullScreenExclusiveModeEXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
vkGetDeviceGroupSurfacePresentModes2EXT
PFN_vkGetDeviceGroupSurfacePresentModes2EXT vkGetDeviceGroupSurfacePresentModes2EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
vkExportMetalObjectsEXT
PFN_vkExportMetalObjectsEXT vkExportMetalObjectsEXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
vkAcquireWinrtDisplayNV
PFN_vkAcquireWinrtDisplayNV vkAcquireWinrtDisplayNV;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
vkGetWinrtDisplayNV
PFN_vkGetWinrtDisplayNV vkGetWinrtDisplayNV;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
vkCreateDirectFBSurfaceEXT
PFN_vkCreateDirectFBSurfaceEXT vkCreateDirectFBSurfaceEXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
vkGetPhysicalDeviceDirectFBPresentationSupportEXT
PFN_vkGetPhysicalDeviceDirectFBPresentationSupportEXT vkGetPhysicalDeviceDirectFBPresentationSupportEXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
vkGetMemoryZirconHandleFUCHSIA
PFN_vkGetMemoryZirconHandleFUCHSIA vkGetMemoryZirconHandleFUCHSIA;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
vkGetMemoryZirconHandlePropertiesFUCHSIA
PFN_vkGetMemoryZirconHandlePropertiesFUCHSIA vkGetMemoryZirconHandlePropertiesFUCHSIA;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
vkImportSemaphoreZirconHandleFUCHSIA
PFN_vkImportSemaphoreZirconHandleFUCHSIA vkImportSemaphoreZirconHandleFUCHSIA;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
vkGetSemaphoreZirconHandleFUCHSIA
PFN_vkGetSemaphoreZirconHandleFUCHSIA vkGetSemaphoreZirconHandleFUCHSIA;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
vkCreateBufferCollectionFUCHSIA
PFN_vkCreateBufferCollectionFUCHSIA vkCreateBufferCollectionFUCHSIA;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
vkSetBufferCollectionImageConstraintsFUCHSIA
PFN_vkSetBufferCollectionImageConstraintsFUCHSIA vkSetBufferCollectionImageConstraintsFUCHSIA;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
vkSetBufferCollectionBufferConstraintsFUCHSIA
PFN_vkSetBufferCollectionBufferConstraintsFUCHSIA vkSetBufferCollectionBufferConstraintsFUCHSIA;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
vkDestroyBufferCollectionFUCHSIA
PFN_vkDestroyBufferCollectionFUCHSIA vkDestroyBufferCollectionFUCHSIA;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
vkGetBufferCollectionPropertiesFUCHSIA
PFN_vkGetBufferCollectionPropertiesFUCHSIA vkGetBufferCollectionPropertiesFUCHSIA;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
vkCreateScreenSurfaceQNX
PFN_vkCreateScreenSurfaceQNX vkCreateScreenSurfaceQNX;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
vkGetPhysicalDeviceScreenPresentationSupportQNX
PFN_vkGetPhysicalDeviceScreenPresentationSupportQNX vkGetPhysicalDeviceScreenPresentationSupportQNX;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
loadDeviceLevelFunctionsExt
alias loadDeviceLevelFunctionsExt = loadDeviceLevelFunctionsExtI
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
loadDeviceLevelFunctionsExt
alias loadDeviceLevelFunctionsExt = loadDeviceLevelFunctionsExtD
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
loadInstanceLevelFunctions
alias loadInstanceLevelFunctions = loadInstanceLevelFunctionsExt
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
loadDeviceLevelFunctions
alias loadDeviceLevelFunctions = loadDeviceLevelFunctionsExt
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
DispatchDevice
alias DispatchDevice = DispatchDeviceExt
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
loadInstanceLevelFunctionsExt
void loadInstanceLevelFunctionsExt(VkInstance instance)
Undocumented in source. Be warned that the author may not have intended to support it.
loadDeviceLevelFunctionsExtI
void loadDeviceLevelFunctionsExtI(VkInstance instance)
Undocumented in source. Be warned that the author may not have intended to support it.
loadDeviceLevelFunctionsExtD
void loadDeviceLevelFunctionsExtD(VkDevice device)
Undocumented in source. Be warned that the author may not have intended to support it.
DispatchDeviceExt
struct DispatchDeviceExt
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.

Meta