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