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