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 WGPUShaderModule
WGPU.deviceCreateShaderModule
(WGPUDevice device, IWGPUShaderModuleDescriptor descriptor) @Nullable WGPUShaderModule
WGPU.deviceCreateShaderModuleSpirV
(@Nullable WGPUDevice device, @Nullable IWGPUShaderModuleDescriptorSpirV descriptor) Methods in club.doki7.webgpu with parameters of type WGPUShaderModuleModifier and TypeMethodDescriptionvoid
WGPU.shaderModuleAddRef
(WGPUShaderModule shaderModule) WGPU.shaderModuleGetCompilationInfo
(SegmentAllocator allocator, WGPUShaderModule shaderModule, WGPUCompilationInfoCallbackInfo callbackInfo) void
WGPU.shaderModuleRelease
(WGPUShaderModule shaderModule) void
WGPU.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 WGPUShaderModule
WGPUFragmentState.module()
@Nullable WGPUShaderModule
WGPUProgrammableStageDescriptor.module()
@Nullable WGPUShaderModule
WGPUVertexState.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 record
Represents a pointer toWGPUShaderModule
handle(s) in native memory.Methods in club.doki7.webgpu.handle that return WGPUShaderModuleModifier and TypeMethodDescription@Nullable WGPUShaderModule
WGPUShaderModule.Ptr.read()
@Nullable WGPUShaderModule
WGPUShaderModule.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.Ptr
WGPUShaderModule.Ptr.allocate
(Arena arena, @Nullable WGPUShaderModule @NotNull [] values) static WGPUShaderModule.Ptr
WGPUShaderModule.Ptr.allocateV
(Arena arena, @Nullable WGPUShaderModule value0, @Nullable WGPUShaderModule... values) void
WGPUShaderModule.Ptr.write
(long index, @Nullable WGPUShaderModule value) void
WGPUShaderModule.Ptr.write
(@Nullable WGPUShaderModule value) void
WGPUShaderModule.Ptr.write
(@Nullable WGPUShaderModule[] values) void
WGPUShaderModule.Ptr.writeV
(@Nullable WGPUShaderModule value0, @Nullable WGPUShaderModule... values) Method parameters in club.doki7.webgpu.handle with type arguments of type WGPUShaderModuleModifier and TypeMethodDescriptionstatic WGPUShaderModule.Ptr
WGPUShaderModule.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable WGPUShaderModule> values)