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