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