Uses of Record Class
club.doki7.webgpu.handle.WGPUShaderModule
Packages that use WGPUShaderModule
-
Uses of WGPUShaderModule in club.doki7.webgpu
Methods in club.doki7.webgpu that return WGPUShaderModuleModifier and TypeMethodDescription@Nullable WGPUShaderModuleWGPU.deviceCreateShaderModule(WGPUDevice device, IWGPUShaderModuleDescriptor descriptor) @Nullable WGPUShaderModuleWGPU.deviceCreateShaderModuleSpirV(@Nullable WGPUDevice device, @Nullable IWGPUShaderModuleDescriptorSpirV descriptor) Methods in club.doki7.webgpu with parameters of type WGPUShaderModuleModifier and TypeMethodDescriptionvoidWGPU.shaderModuleAddRef(WGPUShaderModule shaderModule) WGPU.shaderModuleGetCompilationInfo(SegmentAllocator allocator, WGPUShaderModule shaderModule, WGPUCompilationInfoCallbackInfo callbackInfo) voidWGPU.shaderModuleRelease(WGPUShaderModule shaderModule) voidWGPU.shaderModuleSetLabel(WGPUShaderModule shaderModule, WGPUStringView label) -
Uses of WGPUShaderModule in club.doki7.webgpu.datatype
Methods in club.doki7.webgpu.datatype that return WGPUShaderModuleModifier and TypeMethodDescription@Nullable WGPUShaderModuleWGPUFragmentState.module()@Nullable WGPUShaderModuleWGPUProgrammableStageDescriptor.module()@Nullable WGPUShaderModuleWGPUVertexState.module()Methods in club.doki7.webgpu.datatype with parameters of type WGPUShaderModuleModifier and TypeMethodDescriptionWGPUFragmentState.module(@Nullable WGPUShaderModule value) WGPUProgrammableStageDescriptor.module(@Nullable WGPUShaderModule value) WGPUVertexState.module(@Nullable WGPUShaderModule value) -
Uses of WGPUShaderModule in club.doki7.webgpu.handle
Classes in club.doki7.webgpu.handle that implement interfaces with type arguments of type WGPUShaderModuleModifier and TypeClassDescriptionstatic final recordRepresents a pointer toWGPUShaderModulehandle(s) in native memory.Methods in club.doki7.webgpu.handle that return WGPUShaderModuleModifier and TypeMethodDescription@Nullable WGPUShaderModuleWGPUShaderModule.Ptr.read()@Nullable WGPUShaderModuleWGPUShaderModule.Ptr.read(long index) Methods in club.doki7.webgpu.handle that return types with arguments of type WGPUShaderModuleModifier and TypeMethodDescription@NotNull Iterator<WGPUShaderModule> WGPUShaderModule.Ptr.iterator()Methods in club.doki7.webgpu.handle with parameters of type WGPUShaderModuleModifier and TypeMethodDescriptionstatic WGPUShaderModule.PtrWGPUShaderModule.Ptr.allocate(Arena arena, @Nullable WGPUShaderModule @NotNull [] values) static WGPUShaderModule.PtrWGPUShaderModule.Ptr.allocateV(Arena arena, @Nullable WGPUShaderModule value0, @Nullable WGPUShaderModule... values) voidWGPUShaderModule.Ptr.write(long index, @Nullable WGPUShaderModule value) voidWGPUShaderModule.Ptr.write(@Nullable WGPUShaderModule value) voidWGPUShaderModule.Ptr.write(@Nullable WGPUShaderModule[] values) voidWGPUShaderModule.Ptr.writeV(@Nullable WGPUShaderModule value0, @Nullable WGPUShaderModule... values) Method parameters in club.doki7.webgpu.handle with type arguments of type WGPUShaderModuleModifier and TypeMethodDescriptionstatic WGPUShaderModule.PtrWGPUShaderModule.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable WGPUShaderModule> values)