vulkan-3.23: Bindings to the Vulkan graphics API.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Vulkan.Extensions.VK_IMG_format_pvrtc

Description

Name

VK_IMG_format_pvrtc - device extension

VK_IMG_format_pvrtc

Name String
VK_IMG_format_pvrtc
Extension Type
Device extension
Registered Extension Number
55
Revision
1
Extension and Version Dependencies
  • Requires support for Vulkan 1.0
Contact
  • Stuart Smith

Other Extension Metadata

Last Modified Date
2019-09-02
IP Status
Imagination Technologies Proprietary
Contributors
  • Stuart Smith, Imagination Technologies

Description

VK_IMG_format_pvrtc provides additional texture compression functionality specific to Imagination Technologies PowerVR Texture compression format (called PVRTC).

New Enum Constants

Version History

  • Revision 1, 2019-09-02 (Stuart Smith)

    • Initial version

See Also

No cross-references are available

Document Notes

For more information, see the Vulkan Specification

This page is a generated document. Fixes and changes should be made to the generator scripts, not directly.

Documentation

pattern IMG_FORMAT_PVRTC_SPEC_VERSION :: forall a. Integral a => a Source #

type IMG_FORMAT_PVRTC_EXTENSION_NAME = "VK_IMG_format_pvrtc" Source #

pattern IMG_FORMAT_PVRTC_EXTENSION_NAME :: forall a. (Eq a, IsString a) => a Source #