Class VkSamplerCustomBorderColorCreateInfoEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkSamplerCustomBorderColorCreateInfoEXT extends Struct<VkSamplerCustomBorderColorCreateInfoEXT> implements NativeResource
struct VkSamplerCustomBorderColorCreateInfoEXT {
    VkStructureType sType;
    void const * pNext;
    VkClearColorValue customBorderColor;
    VkFormat format;
}