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