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