Uses of Record Class
club.doki7.webgpu.handle.WGPUDevice
Packages that use WGPUDevice
-
Uses of WGPUDevice in club.doki7.webgpu
Fields in club.doki7.webgpu declared as WGPUDeviceMethods in club.doki7.webgpu with parameters of type WGPUDeviceModifier and TypeMethodDescriptionvoidWGPUUtil.DeviceLostCallback.accept(@Nullable WGPUDevice device, int reason, @Nullable String message) voidWGPUUtil.UncapturedErrorCallback.accept(@Nullable WGPUDevice device, int errorType, @Nullable String message) voidWGPU.deviceAddRef(WGPUDevice device) @Nullable WGPUBindGroupWGPU.deviceCreateBindGroup(WGPUDevice device, IWGPUBindGroupDescriptor descriptor) @Nullable WGPUBindGroupLayoutWGPU.deviceCreateBindGroupLayout(WGPUDevice device, IWGPUBindGroupLayoutDescriptor descriptor) @Nullable WGPUBufferWGPU.deviceCreateBuffer(WGPUDevice device, IWGPUBufferDescriptor descriptor) @Nullable WGPUCommandEncoderWGPU.deviceCreateCommandEncoder(WGPUDevice device, @Nullable IWGPUCommandEncoderDescriptor descriptor) @Nullable WGPUComputePipelineWGPU.deviceCreateComputePipeline(WGPUDevice device, IWGPUComputePipelineDescriptor descriptor) WGPU.deviceCreateComputePipelineAsync(SegmentAllocator allocator, WGPUDevice device, IWGPUComputePipelineDescriptor descriptor, WGPUCreateComputePipelineAsyncCallbackInfo callbackInfo) @Nullable WGPUPipelineLayoutWGPU.deviceCreatePipelineLayout(WGPUDevice device, IWGPUPipelineLayoutDescriptor descriptor) @Nullable WGPUQuerySetWGPU.deviceCreateQuerySet(WGPUDevice device, IWGPUQuerySetDescriptor descriptor) @Nullable WGPURenderBundleEncoderWGPU.deviceCreateRenderBundleEncoder(WGPUDevice device, IWGPURenderBundleEncoderDescriptor descriptor) @Nullable WGPURenderPipelineWGPU.deviceCreateRenderPipeline(WGPUDevice device, IWGPURenderPipelineDescriptor descriptor) WGPU.deviceCreateRenderPipelineAsync(SegmentAllocator allocator, WGPUDevice device, IWGPURenderPipelineDescriptor descriptor, WGPUCreateRenderPipelineAsyncCallbackInfo callbackInfo) @Nullable WGPUSamplerWGPU.deviceCreateSampler(WGPUDevice device, @Nullable IWGPUSamplerDescriptor descriptor) @Nullable WGPUShaderModuleWGPU.deviceCreateShaderModule(WGPUDevice device, IWGPUShaderModuleDescriptor descriptor) @Nullable WGPUShaderModuleWGPU.deviceCreateShaderModuleSpirV(@Nullable WGPUDevice device, @Nullable IWGPUShaderModuleDescriptorSpirV descriptor) @Nullable WGPUTextureWGPU.deviceCreateTexture(WGPUDevice device, IWGPUTextureDescriptor descriptor) voidWGPU.deviceDestroy(WGPUDevice device) WGPU.deviceGetAdapterInfo(SegmentAllocator allocator, WGPUDevice device) voidWGPU.deviceGetFeatures(WGPUDevice device, IWGPUSupportedFeatures features) intWGPU.deviceGetLimits(WGPUDevice device, IWGPULimits limits) WGPU.deviceGetLostFuture(SegmentAllocator allocator, WGPUDevice device) @Nullable WGPUQueueWGPU.deviceGetQueue(WGPUDevice device) intWGPU.deviceHasFeature(WGPUDevice device, int feature) intWGPU.devicePoll(@Nullable WGPUDevice device, int wait, @Nullable LongPtr submissionIndex) WGPU.devicePopErrorScope(SegmentAllocator allocator, WGPUDevice device, WGPUPopErrorScopeCallbackInfo callbackInfo) voidWGPU.devicePushErrorScope(WGPUDevice device, int filter) voidWGPU.deviceRelease(WGPUDevice device) voidWGPU.deviceSetLabel(WGPUDevice device, WGPUStringView label) Constructors in club.doki7.webgpu with parameters of type WGPUDeviceModifierConstructorDescriptionRequestDeviceResult(int status, @Nullable WGPUDevice device, @Nullable String message) -
Uses of WGPUDevice in club.doki7.webgpu.datatype
Methods in club.doki7.webgpu.datatype that return WGPUDeviceMethods in club.doki7.webgpu.datatype with parameters of type WGPUDevice -
Uses of WGPUDevice in club.doki7.webgpu.handle
Classes in club.doki7.webgpu.handle that implement interfaces with type arguments of type WGPUDeviceModifier and TypeClassDescriptionstatic final recordRepresents a pointer toWGPUDevicehandle(s) in native memory.Methods in club.doki7.webgpu.handle that return WGPUDeviceModifier and TypeMethodDescription@Nullable WGPUDeviceWGPUDevice.Ptr.read()@Nullable WGPUDeviceWGPUDevice.Ptr.read(long index) Methods in club.doki7.webgpu.handle that return types with arguments of type WGPUDeviceMethods in club.doki7.webgpu.handle with parameters of type WGPUDeviceModifier and TypeMethodDescriptionstatic WGPUDevice.PtrWGPUDevice.Ptr.allocate(Arena arena, @Nullable WGPUDevice @NotNull [] values) static WGPUDevice.PtrWGPUDevice.Ptr.allocateV(Arena arena, @Nullable WGPUDevice value0, @Nullable WGPUDevice... values) voidWGPUDevice.Ptr.write(long index, @Nullable WGPUDevice value) voidWGPUDevice.Ptr.write(@Nullable WGPUDevice value) voidWGPUDevice.Ptr.write(@Nullable WGPUDevice[] values) voidWGPUDevice.Ptr.writeV(@Nullable WGPUDevice value0, @Nullable WGPUDevice... values) Method parameters in club.doki7.webgpu.handle with type arguments of type WGPUDeviceModifier and TypeMethodDescriptionstatic WGPUDevice.PtrWGPUDevice.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable WGPUDevice> values)