Uses of Record Class
club.doki7.vulkan.datatype.VkPushDescriptorSetInfo.Ptr
Packages that use VkPushDescriptorSetInfo.Ptr
-
Uses of VkPushDescriptorSetInfo.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkPushDescriptorSetInfo.PtrModifier and TypeMethodDescriptionstatic VkPushDescriptorSetInfo.Ptr
VkPushDescriptorSetInfo.Ptr.at
(long index, @NotNull Consumer<@NotNull VkPushDescriptorSetInfo> consumer) @NotNull VkPushDescriptorSetInfo.Ptr
VkPushDescriptorSetInfo.Ptr.offset
(long offset) @NotNull VkPushDescriptorSetInfo.Ptr
VkPushDescriptorSetInfo.Ptr.reinterpret
(long newSize) Assume theVkPushDescriptorSetInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPushDescriptorSetInfo.Ptr
that uses the same backing storage as thisVkPushDescriptorSetInfo.Ptr
, but with the new size.VkPushDescriptorSetInfo.Ptr.slice
(long end) @NotNull VkPushDescriptorSetInfo.Ptr
VkPushDescriptorSetInfo.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).