Uses of Record Class
club.doki7.webgpu.handle.WGPUShaderModule.Ptr
Packages that use WGPUShaderModule.Ptr
-
Uses of WGPUShaderModule.Ptr in club.doki7.webgpu.handle
Methods in club.doki7.webgpu.handle that return WGPUShaderModule.PtrModifier and TypeMethodDescriptionstatic WGPUShaderModule.Ptrstatic WGPUShaderModule.Ptrstatic WGPUShaderModule.PtrWGPUShaderModule.Ptr.allocate(Arena arena, @Nullable WGPUShaderModule @NotNull [] values) static WGPUShaderModule.PtrWGPUShaderModule.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable WGPUShaderModule> values) static WGPUShaderModule.PtrWGPUShaderModule.Ptr.allocateV(Arena arena, @Nullable WGPUShaderModule value0, @Nullable WGPUShaderModule... values) WGPUShaderModule.Ptr.offset(long offset) WGPUShaderModule.Ptr.reinterpret(long newSize) Assume theWGPUShaderModule.Ptris capable of holding at leastnewSizehandles, create a new viewWGPUShaderModule.Ptrthat uses the same backing storage as thisWGPUShaderModule.Ptr, but with the new size.WGPUShaderModule.Ptr.slice(long end) WGPUShaderModule.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).