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