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