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