VK_FALSE(3)

Name

VK_FALSE - Boolean false value

C Specification

VK_FALSE is a constant representing a VkBool32 False value.

#define VK_FALSE                          0U

See Also

VK_TRUE, VK_VERSION_1_0, VkBool32

Document Notes

For more information, see the Vulkan Specification.

This page is extracted from the Vulkan Specification. Fixes and changes should be made to the Specification, not directly.