Uses of Record Class
club.doki7.vulkan.datatype.VkPushConstantsInfo.Ptr
Packages that use VkPushConstantsInfo.Ptr
-
Uses of VkPushConstantsInfo.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkPushConstantsInfo.PtrModifier and TypeMethodDescriptionstatic VkPushConstantsInfo.Ptr
VkPushConstantsInfo.Ptr.at
(long index, @NotNull Consumer<@NotNull VkPushConstantsInfo> consumer) @NotNull VkPushConstantsInfo.Ptr
VkPushConstantsInfo.Ptr.offset
(long offset) @NotNull VkPushConstantsInfo.Ptr
VkPushConstantsInfo.Ptr.reinterpret
(long newSize) Assume theVkPushConstantsInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPushConstantsInfo.Ptr
that uses the same backing storage as thisVkPushConstantsInfo.Ptr
, but with the new size.VkPushConstantsInfo.Ptr.slice
(long end) @NotNull VkPushConstantsInfo.Ptr
VkPushConstantsInfo.Ptr.slice
(long start, long end) Note that this function uses theList.subList(int, int)
semantics (left inclusive, right exclusive interval), notMemorySegment.asSlice(long, long)
semantics (offset + newSize).