Package org.lwjgl.vulkan.video
Class STDVulkanVideo
java.lang.Object
org.lwjgl.vulkan.video.STDVulkanVideo
-
Method Summary
Modifier and TypeMethodDescriptionstatic intVK_MAKE_VIDEO_STD_VERSION(int major, int minor, int patch)
-
Method Details
-
VK_MAKE_VIDEO_STD_VERSION
public static int VK_MAKE_VIDEO_STD_VERSION(int major, int minor, int patch) - Parameters:
major- the major version numberminor- the minor version numberpatch- the patch version number
-