Class VkSamplerReductionModeCreateInfoEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkSamplerReductionModeCreateInfoEXT extends VkSamplerReductionModeCreateInfo
See VkSamplerReductionModeCreateInfo.

Layout


 struct VkSamplerReductionModeCreateInfoEXT {
     VkStructureType sType;
     void const * pNext;
     VkSamplerReductionMode reductionMode;
 }