Class VkSamplerCustomBorderColorCreateInfoEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkSamplerCustomBorderColorCreateInfoEXT extends Struct<VkSamplerCustomBorderColorCreateInfoEXT> implements NativeResource

 struct VkSamplerCustomBorderColorCreateInfoEXT {
     VkStructureType sType;
     void const * pNext;
     {@link VkClearColorValue VkClearColorValue} customBorderColor;
     VkFormat format;
 }