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.PtrVkPushConstantsInfo.Ptr.at(long index, @NotNull Consumer<@NotNull VkPushConstantsInfo> consumer) @NotNull VkPushConstantsInfo.PtrVkPushConstantsInfo.Ptr.offset(long offset) @NotNull VkPushConstantsInfo.PtrVkPushConstantsInfo.Ptr.reinterpret(long newSize) Assume theVkPushConstantsInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkPushConstantsInfo.Ptrthat uses the same backing storage as thisVkPushConstantsInfo.Ptr, but with the new size.VkPushConstantsInfo.Ptr.slice(long end) @NotNull VkPushConstantsInfo.PtrVkPushConstantsInfo.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).