Uses of Record Class
club.doki7.webgpu.datatype.WGPUChainedStruct.Ptr
Packages that use WGPUChainedStruct.Ptr
-
Uses of WGPUChainedStruct.Ptr in club.doki7.webgpu.datatype
Methods in club.doki7.webgpu.datatype that return WGPUChainedStruct.PtrModifier and TypeMethodDescriptionstatic WGPUChainedStruct.Ptr
WGPUChainedStruct.Ptr.at
(long index, @NotNull Consumer<@NotNull WGPUChainedStruct> consumer) WGPUChainedStruct.next
(int assumedCount) WGPUAdapterInfo.nextInChain
(int assumedCount) WGPUBindGroupDescriptor.nextInChain
(int assumedCount) WGPUBindGroupEntry.nextInChain
(int assumedCount) WGPUBindGroupLayoutDescriptor.nextInChain
(int assumedCount) WGPUBindGroupLayoutEntry.nextInChain
(int assumedCount) WGPUBufferBindingLayout.nextInChain
(int assumedCount) WGPUBufferDescriptor.nextInChain
(int assumedCount) WGPUBufferMapCallbackInfo.nextInChain
(int assumedCount) WGPUColorTargetState.nextInChain
(int assumedCount) WGPUCommandBufferDescriptor.nextInChain
(int assumedCount) WGPUCommandEncoderDescriptor.nextInChain
(int assumedCount) WGPUCompilationInfo.nextInChain
(int assumedCount) WGPUCompilationInfoCallbackInfo.nextInChain
(int assumedCount) WGPUCompilationMessage.nextInChain
(int assumedCount) WGPUComputePassDescriptor.nextInChain
(int assumedCount) WGPUComputePipelineDescriptor.nextInChain
(int assumedCount) WGPUConstantEntry.nextInChain
(int assumedCount) WGPUCreateComputePipelineAsyncCallbackInfo.nextInChain
(int assumedCount) WGPUCreateRenderPipelineAsyncCallbackInfo.nextInChain
(int assumedCount) WGPUDepthStencilState.nextInChain
(int assumedCount) WGPUDeviceDescriptor.nextInChain
(int assumedCount) WGPUDeviceLostCallbackInfo.nextInChain
(int assumedCount) WGPUFragmentState.nextInChain
(int assumedCount) WGPUInstanceCapabilities.nextInChain
(int assumedCount) WGPUInstanceDescriptor.nextInChain
(int assumedCount) WGPUInstanceEnumerateAdapterOptions.nextInChain
(int assumedCount) WGPULimits.nextInChain
(int assumedCount) WGPUMultisampleState.nextInChain
(int assumedCount) WGPUPipelineLayoutDescriptor.nextInChain
(int assumedCount) WGPUPopErrorScopeCallbackInfo.nextInChain
(int assumedCount) WGPUPrimitiveState.nextInChain
(int assumedCount) WGPUProgrammableStageDescriptor.nextInChain
(int assumedCount) WGPUQuerySetDescriptor.nextInChain
(int assumedCount) WGPUQueueDescriptor.nextInChain
(int assumedCount) WGPUQueueWorkDoneCallbackInfo.nextInChain
(int assumedCount) WGPURenderBundleDescriptor.nextInChain
(int assumedCount) WGPURenderBundleEncoderDescriptor.nextInChain
(int assumedCount) WGPURenderPassColorAttachment.nextInChain
(int assumedCount) WGPURenderPassDescriptor.nextInChain
(int assumedCount) WGPURenderPipelineDescriptor.nextInChain
(int assumedCount) WGPURequestAdapterCallbackInfo.nextInChain
(int assumedCount) WGPURequestAdapterOptions.nextInChain
(int assumedCount) WGPURequestDeviceCallbackInfo.nextInChain
(int assumedCount) WGPUSamplerBindingLayout.nextInChain
(int assumedCount) WGPUSamplerDescriptor.nextInChain
(int assumedCount) WGPUShaderModuleDescriptor.nextInChain
(int assumedCount) WGPUStorageTextureBindingLayout.nextInChain
(int assumedCount) WGPUSurfaceCapabilities.nextInChain
(int assumedCount) WGPUSurfaceConfiguration.nextInChain
(int assumedCount) WGPUSurfaceDescriptor.nextInChain
(int assumedCount) WGPUSurfaceTexture.nextInChain
(int assumedCount) WGPUTextureBindingLayout.nextInChain
(int assumedCount) WGPUTextureDescriptor.nextInChain
(int assumedCount) WGPUTextureViewDescriptor.nextInChain
(int assumedCount) WGPUUncapturedErrorCallbackInfo.nextInChain
(int assumedCount) WGPUVertexState.nextInChain
(int assumedCount) @NotNull WGPUChainedStruct.Ptr
WGPUChainedStruct.Ptr.offset
(long offset) @NotNull WGPUChainedStruct.Ptr
WGPUChainedStruct.Ptr.reinterpret
(long newSize) Assume theWGPUChainedStruct.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUChainedStruct.Ptr
that uses the same backing storage as thisWGPUChainedStruct.Ptr
, but with the new size.WGPUChainedStruct.Ptr.slice
(long end) @NotNull WGPUChainedStruct.Ptr
WGPUChainedStruct.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).