Uses of Record Class
club.doki7.webgpu.datatype.WGPURequestAdapterOptions
Packages that use WGPURequestAdapterOptions
-
Uses of WGPURequestAdapterOptions in club.doki7.webgpu
Methods in club.doki7.webgpu with parameters of type WGPURequestAdapterOptionsModifier and TypeMethodDescriptionWGPUSync.instanceRequestAdapter(WGPU wgpu, WGPUInstance instance, WGPURequestAdapterOptions options) -
Uses of WGPURequestAdapterOptions in club.doki7.webgpu.datatype
Classes in club.doki7.webgpu.datatype that implement interfaces with type arguments of type WGPURequestAdapterOptionsModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array of null structure(s) in native memory.Methods in club.doki7.webgpu.datatype that return WGPURequestAdapterOptionsModifier and TypeMethodDescriptionstatic WGPURequestAdapterOptions@NotNull WGPURequestAdapterOptionsWGPURequestAdapterOptions.Ptr.at(long index) Returns (a pointer to) the structure at the given index.WGPURequestAdapterOptions.backendType(int value) static WGPURequestAdapterOptionsWGPURequestAdapterOptions.clone(Arena arena, WGPURequestAdapterOptions src) WGPURequestAdapterOptions.compatibleSurface(@Nullable WGPUSurface value) WGPURequestAdapterOptions.featureLevel(int value) WGPURequestAdapterOptions.forceFallbackAdapter(int value) WGPURequestAdapterOptions.nextInChain(@Nullable IWGPUChainedStruct value) WGPURequestAdapterOptions.powerPreference(int value) WGPURequestAdapterOptions.Ptr.toArray()Methods in club.doki7.webgpu.datatype that return types with arguments of type WGPURequestAdapterOptionsModifier and TypeMethodDescription@NotNull Iterator<WGPURequestAdapterOptions> WGPURequestAdapterOptions.Ptr.iterator()Methods in club.doki7.webgpu.datatype with parameters of type WGPURequestAdapterOptionsModifier and TypeMethodDescriptionstatic WGPURequestAdapterOptionsWGPURequestAdapterOptions.clone(Arena arena, WGPURequestAdapterOptions src) voidWGPURequestAdapterOptions.Ptr.write(long index, @NotNull WGPURequestAdapterOptions value) Method parameters in club.doki7.webgpu.datatype with type arguments of type WGPURequestAdapterOptionsModifier and TypeMethodDescriptionWGPURequestAdapterOptions.Ptr.at(long index, @NotNull Consumer<@NotNull WGPURequestAdapterOptions> consumer)