Uses of Record Class
club.doki7.webgpu.datatype.WGPURequestDeviceCallbackInfo
Packages that use WGPURequestDeviceCallbackInfo
-
Uses of WGPURequestDeviceCallbackInfo in club.doki7.webgpu
Methods in club.doki7.webgpu with parameters of type WGPURequestDeviceCallbackInfoModifier and TypeMethodDescriptionWGPU.adapterRequestDevice(SegmentAllocator allocator, WGPUAdapter adapter, @Nullable IWGPUDeviceDescriptor descriptor, WGPURequestDeviceCallbackInfo callbackInfo) -
Uses of WGPURequestDeviceCallbackInfo in club.doki7.webgpu.datatype
Classes in club.doki7.webgpu.datatype that implement interfaces with type arguments of type WGPURequestDeviceCallbackInfoModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array of null structure(s) in native memory.Methods in club.doki7.webgpu.datatype that return WGPURequestDeviceCallbackInfoModifier and TypeMethodDescription@NotNull WGPURequestDeviceCallbackInfoWGPURequestDeviceCallbackInfo.Ptr.at(long index) Returns (a pointer to) the structure at the given index.WGPURequestDeviceCallbackInfo.callback(@NotNull WGPUFunctionTypes.IWGPURequestDeviceCallback value) WGPURequestDeviceCallbackInfo.callback(@NotNull Arena arena, @NotNull WGPUFunctionTypes.IWGPURequestDeviceCallback value) WGPURequestDeviceCallbackInfo.callback(@NotNull MemorySegment value) WGPURequestDeviceCallbackInfo.clone(Arena arena, WGPURequestDeviceCallbackInfo src) WGPURequestDeviceCallbackInfo.mode(int value) WGPURequestDeviceCallbackInfo.nextInChain(@Nullable IWGPUChainedStruct value) WGPURequestDeviceCallbackInfo.Ptr.toArray()WGPURequestDeviceCallbackInfo.userdata1(@NotNull MemorySegment value) WGPURequestDeviceCallbackInfo.userdata2(@NotNull MemorySegment value) Methods in club.doki7.webgpu.datatype that return types with arguments of type WGPURequestDeviceCallbackInfoModifier and TypeMethodDescription@NotNull Iterator<WGPURequestDeviceCallbackInfo> WGPURequestDeviceCallbackInfo.Ptr.iterator()Methods in club.doki7.webgpu.datatype with parameters of type WGPURequestDeviceCallbackInfoModifier and TypeMethodDescriptionWGPURequestDeviceCallbackInfo.clone(Arena arena, WGPURequestDeviceCallbackInfo src) voidWGPURequestDeviceCallbackInfo.Ptr.write(long index, @NotNull WGPURequestDeviceCallbackInfo value) Method parameters in club.doki7.webgpu.datatype with type arguments of type WGPURequestDeviceCallbackInfoModifier and TypeMethodDescriptionWGPURequestDeviceCallbackInfo.Ptr.at(long index, @NotNull Consumer<@NotNull WGPURequestDeviceCallbackInfo> consumer)