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