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