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