Uses of Record Class
club.doki7.vulkan.datatype.VkOffset2D
Packages that use VkOffset2D
-
Uses of VkOffset2D in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkOffset2DModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkOffset2Dstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkOffset2DModifier and TypeMethodDescriptionstatic VkOffset2D@NotNull VkOffset2DVkOffset2D.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkOffset2DVkOffset2D.clone(Arena arena, VkOffset2D src) @NotNull VkOffset2DVkVideoPictureResourceInfoKHR.codedOffset()@NotNull VkOffset2DVkVideoDecodeH264CapabilitiesKHR.fieldOffsetGranularity()@NotNull VkOffset2DVkImageViewSampleWeightCreateInfoQCOM.filterCenter()@NotNull VkOffset2DVkDisplayPlaneCapabilitiesKHR.maxDstPosition()@NotNull VkOffset2DVkDisplayPlaneCapabilitiesKHR.maxSrcPosition()@NotNull VkOffset2DVkDisplayPlaneCapabilitiesKHR.minDstPosition()@NotNull VkOffset2DVkDisplayPlaneCapabilitiesKHR.minSrcPosition()@NotNull VkOffset2DVkRect2D.offset()@NotNull VkOffset2DVkRectLayerKHR.offset()@NotNull VkOffset2DVkTilePropertiesQCOM.origin()@Nullable VkOffset2DVkRenderPassFragmentDensityMapOffsetEndInfoEXT.pFragmentDensityOffsets()VkOffset2D.Ptr.toArray()VkOffset2D.x(int value) VkOffset2D.y(int value) Methods in club.doki7.vulkan.datatype that return types with arguments of type VkOffset2DMethods in club.doki7.vulkan.datatype with parameters of type VkOffset2DModifier and TypeMethodDescriptionstatic VkOffset2DVkOffset2D.clone(Arena arena, VkOffset2D src) VkVideoPictureResourceInfoKHR.codedOffset(@NotNull VkOffset2D value) VkVideoDecodeH264CapabilitiesKHR.fieldOffsetGranularity(@NotNull VkOffset2D value) VkImageViewSampleWeightCreateInfoQCOM.filterCenter(@NotNull VkOffset2D value) VkDisplayPlaneCapabilitiesKHR.maxDstPosition(@NotNull VkOffset2D value) VkDisplayPlaneCapabilitiesKHR.maxSrcPosition(@NotNull VkOffset2D value) VkDisplayPlaneCapabilitiesKHR.minDstPosition(@NotNull VkOffset2D value) VkDisplayPlaneCapabilitiesKHR.minSrcPosition(@NotNull VkOffset2D value) VkRect2D.offset(@NotNull VkOffset2D value) VkRectLayerKHR.offset(@NotNull VkOffset2D value) VkTilePropertiesQCOM.origin(@NotNull VkOffset2D value) voidVkOffset2D.Ptr.write(long index, @NotNull VkOffset2D value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkOffset2DModifier and TypeMethodDescriptionVkOffset2D.Ptr.at(long index, @NotNull Consumer<@NotNull VkOffset2D> consumer) VkVideoPictureResourceInfoKHR.codedOffset(Consumer<@NotNull VkOffset2D> consumer) VkVideoDecodeH264CapabilitiesKHR.fieldOffsetGranularity(Consumer<@NotNull VkOffset2D> consumer) VkImageViewSampleWeightCreateInfoQCOM.filterCenter(Consumer<@NotNull VkOffset2D> consumer) VkDisplayPlaneCapabilitiesKHR.maxDstPosition(Consumer<@NotNull VkOffset2D> consumer) VkDisplayPlaneCapabilitiesKHR.maxSrcPosition(Consumer<@NotNull VkOffset2D> consumer) VkDisplayPlaneCapabilitiesKHR.minDstPosition(Consumer<@NotNull VkOffset2D> consumer) VkDisplayPlaneCapabilitiesKHR.minSrcPosition(Consumer<@NotNull VkOffset2D> consumer) VkRect2D.offset(Consumer<@NotNull VkOffset2D> consumer) VkRectLayerKHR.offset(Consumer<@NotNull VkOffset2D> consumer) VkTilePropertiesQCOM.origin(Consumer<@NotNull VkOffset2D> consumer)