···239239240240 struct
241241 {
242242+ //! Sampler for mock/null images.
243243+ VkSampler mock;
244244+245245+ //! Sampler that repeats the texture in all directions.
246246+ VkSampler repeat;
247247+248248+ //! Sampler that clamps the coordinates to the edge in all directions.
249249+ VkSampler clamp_to_edge;
250250+251251+ //! Sampler that clamps color samples to black in all directions.
252252+ VkSampler clamp_to_border_black;
253253+ } samplers;
254254+255255+ struct
256256+ {
242257 //! The binding index for the source texture.
243258 uint32_t src_binding;
244259