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