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