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