Class VkSurfaceFormatKHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkSurfaceFormatKHR extends Struct<VkSurfaceFormatKHR> implements NativeResource

 struct VkSurfaceFormatKHR {
     VkFormat format;
     VkColorSpaceKHR colorSpace;
 }