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