Class VkBindImagePlaneMemoryInfo

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer
Direct Known Subclasses:
VkBindImagePlaneMemoryInfoKHR

public class VkBindImagePlaneMemoryInfo extends Struct<VkBindImagePlaneMemoryInfo> implements NativeResource
Structure specifying how to bind an image plane to memory.
Valid Usage
Valid Usage (Implicit)

Layout


 struct VkBindImagePlaneMemoryInfo {
     VkStructureType sType();
     void const * pNext();
     VkImageAspectFlagBits planeAspect();
 }