public ClearValue ( ClearColorValue color = default, ClearDepthStencilValue depthStencil = default ) { Color = color; DepthStencil = depthStencil; }
public SamplerCustomBorderColorCreateInfoEXT ( StructureType sType = StructureType.SamplerCustomBorderColorCreateInfoExt, void *pNext = default, ClearColorValue customBorderColor = default, Format format = default ) { SType = sType; PNext = pNext; CustomBorderColor = customBorderColor; Format = format; }