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