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