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.Ptr
static WGPUShaderModule.Ptr
static WGPUShaderModule.Ptr
WGPUShaderModule.Ptr.allocate
(Arena arena, @Nullable WGPUShaderModule @NotNull [] values) static WGPUShaderModule.Ptr
WGPUShaderModule.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable WGPUShaderModule> values) static WGPUShaderModule.Ptr
WGPUShaderModule.Ptr.allocateV
(Arena arena, @Nullable WGPUShaderModule value0, @Nullable WGPUShaderModule... values) WGPUShaderModule.Ptr.offset
(long offset) WGPUShaderModule.Ptr.reinterpret
(long newSize) Assume theWGPUShaderModule.Ptr
is capable of holding at leastnewSize
handles, create a new viewWGPUShaderModule.Ptr
that 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).