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