file
Enums.hFunction Magnum::
Namespaces
- namespace Magnum
- Root namespace.
- namespace Magnum::Vk
- Vulkan wrapping layer.
Functions
-
auto hasVkPrimitiveTopology(Magnum::
MeshPrimitive primitive) -> bool deprecated in Git master - Check availability of a generic mesh primitive.
-
auto vkPrimitiveTopology(Magnum::
MeshPrimitive primitive) -> VkPrimitiveTopology deprecated in Git master - Convert generic mesh primitive to Vulkan mesh primitive.
-
auto hasVkIndexType(Magnum::
MeshIndexType type) -> bool deprecated in Git master - Check availability of a generic index type.
-
auto vkIndexType(Magnum::
MeshIndexType type) -> VkIndexType deprecated in Git master - Convert a generic index type to Vulkan index type.
-
auto hasVkFormat(Magnum::
VertexFormat format) -> bool deprecated in Git master - Check availability of a generic vertex format.
-
auto hasVkFormat(Magnum::
PixelFormat format) -> bool deprecated in Git master - Check availability of a generic pixel format.
-
auto hasVkFormat(Magnum::
CompressedPixelFormat format) -> bool deprecated in Git master - Check availability of a generic compressed pixel format.
-
auto vkFormat(Magnum::
VertexFormat format) -> VkFormat deprecated in Git master - Convert a generic vertex format to Vulkan vertex format.
-
auto vkFormat(Magnum::
PixelFormat format) -> VkFormat deprecated in Git master - Convert a generic pixel format to Vulkan pixel format.
-
auto vkFormat(Magnum::
CompressedPixelFormat format) -> VkFormat deprecated in Git master - Convert a generic compressed pixel format to Vulkan pixel format.
-
auto vkFilter(Magnum::
SamplerFilter filter) -> VkFilter deprecated in Git master - Convert a generic sampler filter to Vulkan sampler filter.
-
auto vkSamplerMipmapMode(Magnum::
SamplerMipmap mipmap) -> VkSamplerMipmapMode deprecated in Git master - Convert a generic sampler mipmap mode to Vulkan sampler mipmap mode.
-
auto hasVkSamplerAddressMode(Magnum::
SamplerWrapping wrapping) -> bool deprecated in Git master - Check availability of a generic sampler wrapping mode.
-
auto vkSamplerAddressMode(Magnum::
SamplerWrapping wrapping) -> VkSamplerAddressMode deprecated in Git master - Convert a generic sampler wrapping mode to Vulkan sampler wrapping mode.
-
template<std::auto vkSamplerAddressMode(const Math::Vector<dimensions, Magnum::
size_t dimensions> SamplerWrapping>& wrapping) -> Math::Vector<dimensions, VkSamplerAddressMode> deprecated in Git master - Convert a generic sampler wrapping mode to Vulkan sampler wrapping mode.