Class VkClearValue

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkClearValue extends Struct<VkClearValue> implements NativeResource

 union VkClearValue {
     VkClearColorValue color;
     VkClearDepthStencilValue depthStencil;
 }