Uses of Record Class
club.doki7.vulkan.datatype.VkSamplerReductionModeCreateInfo
Packages that use VkSamplerReductionModeCreateInfo
-
Uses of VkSamplerReductionModeCreateInfo in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkSamplerReductionModeCreateInfoModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkSamplerReductionModeCreateInfostructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkSamplerReductionModeCreateInfoModifier and TypeMethodDescription@NotNull VkSamplerReductionModeCreateInfoVkSamplerReductionModeCreateInfo.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkSamplerReductionModeCreateInfo.clone(Arena arena, VkSamplerReductionModeCreateInfo src) VkSamplerReductionModeCreateInfo.pNext(@NotNull MemorySegment value) VkSamplerReductionModeCreateInfo.reductionMode(int value) VkSamplerReductionModeCreateInfo.sType(int value) VkSamplerReductionModeCreateInfo.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkSamplerReductionModeCreateInfoModifier and TypeMethodDescription@NotNull Iterator<VkSamplerReductionModeCreateInfo> VkSamplerReductionModeCreateInfo.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkSamplerReductionModeCreateInfoModifier and TypeMethodDescriptionVkSamplerReductionModeCreateInfo.clone(Arena arena, VkSamplerReductionModeCreateInfo src) voidVkSamplerReductionModeCreateInfo.Ptr.write(long index, @NotNull VkSamplerReductionModeCreateInfo value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkSamplerReductionModeCreateInfoModifier and TypeMethodDescriptionVkSamplerReductionModeCreateInfo.Ptr.at(long index, @NotNull Consumer<@NotNull VkSamplerReductionModeCreateInfo> consumer)