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