Class VkClearValue

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkClearValue extends Struct<VkClearValue> implements NativeResource

 union VkClearValue {
     {@link VkClearColorValue VkClearColorValue} color;
     {@link VkClearDepthStencilValue VkClearDepthStencilValue} depthStencil;
 }