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