Searched refs:customBorderColorInfo (Results 1 – 1 of 1) sorted by relevance
3291 VkSamplerCustomBorderColorCreateInfoEXT customBorderColorInfo = {}; in init() local3297 customBorderColorInfo.sType = VK_STRUCTURE_TYPE_SAMPLER_CUSTOM_BORDER_COLOR_CREATE_INFO_EXT; in init()3299 customBorderColorInfo.customBorderColor.float32[0] = mBorderColor.red; in init()3300 customBorderColorInfo.customBorderColor.float32[1] = mBorderColor.green; in init()3301 customBorderColorInfo.customBorderColor.float32[2] = mBorderColor.blue; in init()3302 customBorderColorInfo.customBorderColor.float32[3] = mBorderColor.alpha; in init()3313 vk::AddToPNextChain(&createInfo, &customBorderColorInfo); in init()