Class VkSurfaceFormat2KHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkSurfaceFormat2KHR extends Struct<VkSurfaceFormat2KHR> implements NativeResource
struct VkSurfaceFormat2KHR {
    VkStructureType sType;
    void * pNext;
    VkSurfaceFormatKHR surfaceFormat;
}