Vulkan-Hpp
vulkan_format_traits.hpp File Reference
#include <vulkan/vulkan.hpp>

Go to the source code of this file.

Namespaces

 vk
 

Functions

VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR_14 std::array< uint8_t, 3 > vk::blockExtent (vk::Format format)
 
VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR_14 uint8_t vk::blockSize (vk::Format format)
 
VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR_14 char const * vk::compatibilityClass (vk::Format format)
 
VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR_14 uint8_t vk::componentBits (vk::Format format, uint8_t component)
 
VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR_14 uint8_t vk::componentCount (vk::Format format)
 
VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR_14 char const * vk::componentName (vk::Format format, uint8_t component)
 
VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR_14 char const * vk::componentNumericFormat (vk::Format format, uint8_t component)
 
VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR_14 uint8_t vk::componentPlaneIndex (vk::Format format, uint8_t component)
 
VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR_14 bool vk::componentsAreCompressed (vk::Format format)
 
VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR_14 char const * vk::compressionScheme (vk::Format format)
 
VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR_14 bool vk::isCompressed (vk::Format format)
 
VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR_14 uint8_t vk::packed (vk::Format format)
 
VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR_14 vk::Format vk::planeCompatibleFormat (vk::Format format, uint8_t plane)
 
VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR_14 uint8_t vk::planeCount (vk::Format format)
 
VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR_14 uint8_t vk::planeHeightDivisor (vk::Format format, uint8_t plane)
 
VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR_14 uint8_t vk::planeWidthDivisor (vk::Format format, uint8_t plane)
 
VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR_14 uint8_t vk::texelsPerBlock (vk::Format format)