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 record
Represents a pointer to / an array ofVkOffset2D
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkOffset2DModifier and TypeMethodDescriptionstatic VkOffset2D
@NotNull VkOffset2D
VkOffset2D.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkOffset2D
VkOffset2D.clone
(Arena arena, VkOffset2D src) @NotNull VkOffset2D
VkVideoPictureResourceInfoKHR.codedOffset()
@NotNull VkOffset2D
VkVideoDecodeH264CapabilitiesKHR.fieldOffsetGranularity()
@NotNull VkOffset2D
VkImageViewSampleWeightCreateInfoQCOM.filterCenter()
@NotNull VkOffset2D
VkDisplayPlaneCapabilitiesKHR.maxDstPosition()
@NotNull VkOffset2D
VkDisplayPlaneCapabilitiesKHR.maxSrcPosition()
@NotNull VkOffset2D
VkDisplayPlaneCapabilitiesKHR.minDstPosition()
@NotNull VkOffset2D
VkDisplayPlaneCapabilitiesKHR.minSrcPosition()
@NotNull VkOffset2D
VkRect2D.offset()
@NotNull VkOffset2D
VkRectLayerKHR.offset()
@NotNull VkOffset2D
VkTilePropertiesQCOM.origin()
@Nullable VkOffset2D
VkRenderPassFragmentDensityMapOffsetEndInfoEXT.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 VkOffset2D
VkOffset2D.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) void
VkOffset2D.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)