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