Class VkSamplerBorderColorComponentMappingCreateInfoEXT

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<VkSamplerBorderColorComponentMappingCreateInfoEXT>
org.lwjgl.vulkan.VkSamplerBorderColorComponentMappingCreateInfoEXT
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public class VkSamplerBorderColorComponentMappingCreateInfoEXT extends org.lwjgl.system.Struct<VkSamplerBorderColorComponentMappingCreateInfoEXT> implements org.lwjgl.system.NativeResource
Structure specifying the component mapping of the border color.
Description

The VkComponentMapping components member describes a remapping from components of the border color to components of the vector returned by shader image instructions when the border color is used.

Valid Usage
Valid Usage (Implicit)
See Also

VkComponentMapping

Layout


 struct VkSamplerBorderColorComponentMappingCreateInfoEXT {
     VkStructureType sType();
     void const * pNext();
     VkComponentMapping components();
     VkBool32 srgb();
 }