// Copyright (c) 2014-2016 Khronos Group. This work is licensed under a // Creative Commons Attribution 4.0 International License; see // http://creativecommons.org/licenses/by/4.0/ VkBool32(3) =========== Name ---- VkBool32 - Vulkan boolean type C Specification --------------- // refBegin VkBool32 - Vulkan boolean type basetype:VkBool32 represents boolean code:True and code:False values, since C does not have a sufficiently portable built-in boolean type: include::../api/basetypes/VkBool32.txt[] Description ----------- // refEnd VkBool32 See Also -------- slink:VkCommandBufferInheritanceInfo, slink:VkPhysicalDeviceFeatures, slink:VkPhysicalDeviceLimits, slink:VkPhysicalDeviceSparseProperties, slink:VkPipelineColorBlendAttachmentState, slink:VkPipelineColorBlendStateCreateInfo, slink:VkPipelineDepthStencilStateCreateInfo, slink:VkPipelineInputAssemblyStateCreateInfo, slink:VkPipelineMultisampleStateCreateInfo, slink:VkPipelineRasterizationStateCreateInfo, slink:VkSamplerCreateInfo, flink:vkWaitForFences Document Notes -------------- For more information, see the Vulkan Specification at URL https://www.khronos.org/registry/vulkan/specs/1.0/xhtml/vkspec.html#VkBool32 This page is extracted from the Vulkan Specification. Fixes and changes should be made to the Specification,not directly. include::footer.txt[]