Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceTexelBufferAlignmentProperties.Ptr
Packages that use VkPhysicalDeviceTexelBufferAlignmentProperties.Ptr
-
Uses of VkPhysicalDeviceTexelBufferAlignmentProperties.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceTexelBufferAlignmentProperties.PtrModifier and TypeMethodDescriptionVkPhysicalDeviceTexelBufferAlignmentProperties.Ptr.at(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceTexelBufferAlignmentProperties> consumer) VkPhysicalDeviceTexelBufferAlignmentProperties.Ptr.offset(long offset) VkPhysicalDeviceTexelBufferAlignmentProperties.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceTexelBufferAlignmentProperties.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceTexelBufferAlignmentProperties.Ptrthat uses the same backing storage as thisVkPhysicalDeviceTexelBufferAlignmentProperties.Ptr, but with the new size.VkPhysicalDeviceTexelBufferAlignmentProperties.Ptr.slice(long end) VkPhysicalDeviceTexelBufferAlignmentProperties.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).