Uses of Record Class
club.doki7.webgpu.datatype.WGPUStringView
Packages that use WGPUStringView
-
Uses of WGPUStringView in club.doki7.webgpu
Methods in club.doki7.webgpu that return WGPUStringViewModifier and TypeMethodDescriptionstatic WGPUStringViewWGPUUtil.createStringView(Arena arena, @Nullable String s) Methods in club.doki7.webgpu with parameters of type WGPUStringViewModifier and TypeMethodDescriptionvoidWGPU.bindGroupLayoutSetLabel(WGPUBindGroupLayout bindGroupLayout, WGPUStringView label) voidWGPU.bindGroupSetLabel(WGPUBindGroup bindGroup, WGPUStringView label) voidWGPU.bufferSetLabel(WGPUBuffer buffer, WGPUStringView label) voidWGPU.commandBufferSetLabel(WGPUCommandBuffer commandBuffer, WGPUStringView label) voidWGPU.commandEncoderInsertDebugMarker(WGPUCommandEncoder commandEncoder, WGPUStringView markerLabel) voidWGPU.commandEncoderPushDebugGroup(WGPUCommandEncoder commandEncoder, WGPUStringView groupLabel) voidWGPU.commandEncoderSetLabel(WGPUCommandEncoder commandEncoder, WGPUStringView label) voidWGPU.computePassEncoderInsertDebugMarker(WGPUComputePassEncoder computePassEncoder, WGPUStringView markerLabel) voidWGPU.computePassEncoderPushDebugGroup(WGPUComputePassEncoder computePassEncoder, WGPUStringView groupLabel) voidWGPU.computePassEncoderSetLabel(WGPUComputePassEncoder computePassEncoder, WGPUStringView label) voidWGPU.computePipelineSetLabel(WGPUComputePipeline computePipeline, WGPUStringView label) voidWGPU.deviceSetLabel(WGPUDevice device, WGPUStringView label) voidWGPU.pipelineLayoutSetLabel(WGPUPipelineLayout pipelineLayout, WGPUStringView label) voidWGPU.querySetSetLabel(WGPUQuerySet querySet, WGPUStringView label) voidWGPU.queueSetLabel(WGPUQueue queue, WGPUStringView label) static @Nullable StringWGPUUtil.readStringView(@Nullable WGPUStringView stringView) voidWGPU.renderBundleEncoderInsertDebugMarker(WGPURenderBundleEncoder renderBundleEncoder, WGPUStringView markerLabel) voidWGPU.renderBundleEncoderPushDebugGroup(WGPURenderBundleEncoder renderBundleEncoder, WGPUStringView groupLabel) voidWGPU.renderBundleEncoderSetLabel(WGPURenderBundleEncoder renderBundleEncoder, WGPUStringView label) voidWGPU.renderBundleSetLabel(WGPURenderBundle renderBundle, WGPUStringView label) voidWGPU.renderPassEncoderInsertDebugMarker(WGPURenderPassEncoder renderPassEncoder, WGPUStringView markerLabel) voidWGPU.renderPassEncoderPushDebugGroup(WGPURenderPassEncoder renderPassEncoder, WGPUStringView groupLabel) voidWGPU.renderPassEncoderSetLabel(WGPURenderPassEncoder renderPassEncoder, WGPUStringView label) voidWGPU.renderPipelineSetLabel(WGPURenderPipeline renderPipeline, WGPUStringView label) voidWGPU.samplerSetLabel(WGPUSampler sampler, WGPUStringView label) voidWGPU.shaderModuleSetLabel(WGPUShaderModule shaderModule, WGPUStringView label) voidWGPU.surfaceSetLabel(WGPUSurface surface, WGPUStringView label) voidWGPU.textureSetLabel(WGPUTexture texture, WGPUStringView label) voidWGPU.textureViewSetLabel(WGPUTextureView textureView, WGPUStringView label) -
Uses of WGPUStringView in club.doki7.webgpu.datatype
Classes in club.doki7.webgpu.datatype that implement interfaces with type arguments of type WGPUStringViewModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array of null structure(s) in native memory.Methods in club.doki7.webgpu.datatype that return WGPUStringViewModifier and TypeMethodDescriptionstatic WGPUStringView@NotNull WGPUStringViewWGPUAdapterInfo.architecture()@NotNull WGPUStringViewWGPUStringView.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static WGPUStringViewWGPUStringView.clone(Arena arena, WGPUStringView src) @NotNull WGPUStringViewWGPUShaderSourceGLSL.code()@NotNull WGPUStringViewWGPUShaderSourceWgsl.code()@NotNull WGPUStringViewWGPUAdapterInfo.description()@NotNull WGPUStringViewWGPUAdapterInfo.device()@NotNull WGPUStringViewWGPUInstanceExtras.dxcPath()@NotNull WGPUStringViewWGPUInstanceExtras.dxilPath()@NotNull WGPUStringViewWGPUFragmentState.entryPoint()@NotNull WGPUStringViewWGPUProgrammableStageDescriptor.entryPoint()@NotNull WGPUStringViewWGPUVertexState.entryPoint()@NotNull WGPUStringViewWGPUConstantEntry.key()@NotNull WGPUStringViewWGPUBindGroupDescriptor.label()@NotNull WGPUStringViewWGPUBindGroupLayoutDescriptor.label()@NotNull WGPUStringViewWGPUBufferDescriptor.label()@NotNull WGPUStringViewWGPUCommandBufferDescriptor.label()@NotNull WGPUStringViewWGPUCommandEncoderDescriptor.label()@NotNull WGPUStringViewWGPUComputePassDescriptor.label()@NotNull WGPUStringViewWGPUComputePipelineDescriptor.label()@NotNull WGPUStringViewWGPUDeviceDescriptor.label()@NotNull WGPUStringViewWGPUPipelineLayoutDescriptor.label()@NotNull WGPUStringViewWGPUQuerySetDescriptor.label()@NotNull WGPUStringViewWGPUQueueDescriptor.label()@NotNull WGPUStringViewWGPURenderBundleDescriptor.label()@NotNull WGPUStringViewWGPURenderBundleEncoderDescriptor.label()@NotNull WGPUStringViewWGPURenderPassDescriptor.label()@NotNull WGPUStringViewWGPURenderPipelineDescriptor.label()@NotNull WGPUStringViewWGPUSamplerDescriptor.label()@NotNull WGPUStringViewWGPUShaderModuleDescriptor.label()@NotNull WGPUStringViewWGPUShaderModuleDescriptorSpirV.label()@NotNull WGPUStringViewWGPUSurfaceDescriptor.label()@NotNull WGPUStringViewWGPUTextureDescriptor.label()@NotNull WGPUStringViewWGPUTextureViewDescriptor.label()WGPUStringView.length(long value) @NotNull WGPUStringViewWGPUCompilationMessage.message()@NotNull WGPUStringViewWGPUShaderDefine.name()WGPUStringView.Ptr.toArray()@NotNull WGPUStringViewWGPUDeviceExtras.tracePath()@NotNull WGPUStringViewWGPUShaderDefine.value()@NotNull WGPUStringViewWGPUAdapterInfo.vendor()Methods in club.doki7.webgpu.datatype that return types with arguments of type WGPUStringViewModifier and TypeMethodDescription@NotNull Iterator<WGPUStringView> WGPUStringView.Ptr.iterator()Methods in club.doki7.webgpu.datatype with parameters of type WGPUStringViewModifier and TypeMethodDescriptionWGPUAdapterInfo.architecture(@NotNull WGPUStringView value) static WGPUStringViewWGPUStringView.clone(Arena arena, WGPUStringView src) WGPUShaderSourceGLSL.code(@NotNull WGPUStringView value) WGPUShaderSourceWgsl.code(@NotNull WGPUStringView value) WGPUAdapterInfo.description(@NotNull WGPUStringView value) WGPUAdapterInfo.device(@NotNull WGPUStringView value) WGPUInstanceExtras.dxcPath(@NotNull WGPUStringView value) WGPUInstanceExtras.dxilPath(@NotNull WGPUStringView value) WGPUFragmentState.entryPoint(@NotNull WGPUStringView value) WGPUProgrammableStageDescriptor.entryPoint(@NotNull WGPUStringView value) WGPUVertexState.entryPoint(@NotNull WGPUStringView value) WGPUConstantEntry.key(@NotNull WGPUStringView value) WGPUBindGroupDescriptor.label(@NotNull WGPUStringView value) WGPUBindGroupLayoutDescriptor.label(@NotNull WGPUStringView value) WGPUBufferDescriptor.label(@NotNull WGPUStringView value) WGPUCommandBufferDescriptor.label(@NotNull WGPUStringView value) WGPUCommandEncoderDescriptor.label(@NotNull WGPUStringView value) WGPUComputePassDescriptor.label(@NotNull WGPUStringView value) WGPUComputePipelineDescriptor.label(@NotNull WGPUStringView value) WGPUDeviceDescriptor.label(@NotNull WGPUStringView value) WGPUPipelineLayoutDescriptor.label(@NotNull WGPUStringView value) WGPUQuerySetDescriptor.label(@NotNull WGPUStringView value) WGPUQueueDescriptor.label(@NotNull WGPUStringView value) WGPURenderBundleDescriptor.label(@NotNull WGPUStringView value) WGPURenderBundleEncoderDescriptor.label(@NotNull WGPUStringView value) WGPURenderPassDescriptor.label(@NotNull WGPUStringView value) WGPURenderPipelineDescriptor.label(@NotNull WGPUStringView value) WGPUSamplerDescriptor.label(@NotNull WGPUStringView value) WGPUShaderModuleDescriptor.label(@NotNull WGPUStringView value) WGPUShaderModuleDescriptorSpirV.label(@NotNull WGPUStringView value) WGPUSurfaceDescriptor.label(@NotNull WGPUStringView value) WGPUTextureDescriptor.label(@NotNull WGPUStringView value) WGPUTextureViewDescriptor.label(@NotNull WGPUStringView value) WGPUCompilationMessage.message(@NotNull WGPUStringView value) WGPUShaderDefine.name(@NotNull WGPUStringView value) WGPUDeviceExtras.tracePath(@NotNull WGPUStringView value) WGPUShaderDefine.value(@NotNull WGPUStringView value) WGPUAdapterInfo.vendor(@NotNull WGPUStringView value) voidWGPUStringView.Ptr.write(long index, @NotNull WGPUStringView value) Method parameters in club.doki7.webgpu.datatype with type arguments of type WGPUStringViewModifier and TypeMethodDescriptionWGPUAdapterInfo.architecture(Consumer<@NotNull WGPUStringView> consumer) WGPUStringView.Ptr.at(long index, @NotNull Consumer<@NotNull WGPUStringView> consumer) WGPUShaderSourceGLSL.code(Consumer<@NotNull WGPUStringView> consumer) WGPUShaderSourceWgsl.code(Consumer<@NotNull WGPUStringView> consumer) WGPUAdapterInfo.description(Consumer<@NotNull WGPUStringView> consumer) WGPUAdapterInfo.device(Consumer<@NotNull WGPUStringView> consumer) WGPUInstanceExtras.dxcPath(Consumer<@NotNull WGPUStringView> consumer) WGPUInstanceExtras.dxilPath(Consumer<@NotNull WGPUStringView> consumer) WGPUFragmentState.entryPoint(Consumer<@NotNull WGPUStringView> consumer) WGPUProgrammableStageDescriptor.entryPoint(Consumer<@NotNull WGPUStringView> consumer) WGPUVertexState.entryPoint(Consumer<@NotNull WGPUStringView> consumer) WGPUConstantEntry.key(Consumer<@NotNull WGPUStringView> consumer) WGPUBindGroupDescriptor.label(Consumer<@NotNull WGPUStringView> consumer) WGPUBindGroupLayoutDescriptor.label(Consumer<@NotNull WGPUStringView> consumer) WGPUBufferDescriptor.label(Consumer<@NotNull WGPUStringView> consumer) WGPUCommandBufferDescriptor.label(Consumer<@NotNull WGPUStringView> consumer) WGPUCommandEncoderDescriptor.label(Consumer<@NotNull WGPUStringView> consumer) WGPUComputePassDescriptor.label(Consumer<@NotNull WGPUStringView> consumer) WGPUComputePipelineDescriptor.label(Consumer<@NotNull WGPUStringView> consumer) WGPUDeviceDescriptor.label(Consumer<@NotNull WGPUStringView> consumer) WGPUPipelineLayoutDescriptor.label(Consumer<@NotNull WGPUStringView> consumer) WGPUQuerySetDescriptor.label(Consumer<@NotNull WGPUStringView> consumer) WGPUQueueDescriptor.label(Consumer<@NotNull WGPUStringView> consumer) WGPURenderBundleDescriptor.label(Consumer<@NotNull WGPUStringView> consumer) WGPURenderBundleEncoderDescriptor.label(Consumer<@NotNull WGPUStringView> consumer) WGPURenderPassDescriptor.label(Consumer<@NotNull WGPUStringView> consumer) WGPURenderPipelineDescriptor.label(Consumer<@NotNull WGPUStringView> consumer) WGPUSamplerDescriptor.label(Consumer<@NotNull WGPUStringView> consumer) WGPUShaderModuleDescriptor.label(Consumer<@NotNull WGPUStringView> consumer) WGPUShaderModuleDescriptorSpirV.label(Consumer<@NotNull WGPUStringView> consumer) WGPUSurfaceDescriptor.label(Consumer<@NotNull WGPUStringView> consumer) WGPUTextureDescriptor.label(Consumer<@NotNull WGPUStringView> consumer) WGPUTextureViewDescriptor.label(Consumer<@NotNull WGPUStringView> consumer) WGPUCompilationMessage.message(Consumer<@NotNull WGPUStringView> consumer) WGPUShaderDefine.name(Consumer<@NotNull WGPUStringView> consumer) WGPUDeviceExtras.tracePath(Consumer<@NotNull WGPUStringView> consumer) WGPUShaderDefine.value(Consumer<@NotNull WGPUStringView> consumer) WGPUAdapterInfo.vendor(Consumer<@NotNull WGPUStringView> consumer)