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 record
Represents a pointer to / an array ofVkSamplerReductionModeCreateInfo
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkSamplerReductionModeCreateInfoModifier and TypeMethodDescription@NotNull VkSamplerReductionModeCreateInfo
VkSamplerReductionModeCreateInfo.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) void
VkSamplerReductionModeCreateInfo.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)