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
@NativeType("uint32_t") public static int VK_MAKE_VIDEO_STD_VERSION(@NativeType("uint32_t") int major, @NativeType("uint32_t") int minor, @NativeType("uint32_t") int patch) - Parameters:
major- the major version numberminor- the minor version numberpatch- the patch version number
-