Class VkImageViewASTCDecodeModeEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkImageViewASTCDecodeModeEXT extends Struct<VkImageViewASTCDecodeModeEXT> implements NativeResource
Structure describing the ASTC decode mode for an image view.
Valid Usage

If format uses sRGB encoding then the decodeMode has no effect.

Valid Usage (Implicit)

Layout


 struct VkImageViewASTCDecodeModeEXT {
     VkStructureType sType();
     void const * pNext();
     VkFormat decodeMode();
 }