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