Uses of Record Class
club.doki7.webgpu.handle.WGPUTexture
Packages that use WGPUTexture
-
Uses of WGPUTexture in club.doki7.webgpu
Methods in club.doki7.webgpu that return WGPUTextureModifier and TypeMethodDescription@Nullable WGPUTextureWGPU.deviceCreateTexture(WGPUDevice device, IWGPUTextureDescriptor descriptor) Methods in club.doki7.webgpu with parameters of type WGPUTextureModifier and TypeMethodDescriptionvoidWGPU.textureAddRef(WGPUTexture texture) @Nullable WGPUTextureViewWGPU.textureCreateView(WGPUTexture texture, @Nullable IWGPUTextureViewDescriptor descriptor) voidWGPU.textureDestroy(WGPUTexture texture) intWGPU.textureGetDepthOrArrayLayers(WGPUTexture texture) intWGPU.textureGetDimension(WGPUTexture texture) intWGPU.textureGetFormat(WGPUTexture texture) intWGPU.textureGetHeight(WGPUTexture texture) intWGPU.textureGetMipLevelCount(WGPUTexture texture) intWGPU.textureGetSampleCount(WGPUTexture texture) longWGPU.textureGetUsage(WGPUTexture texture) intWGPU.textureGetWidth(WGPUTexture texture) voidWGPU.textureRelease(WGPUTexture texture) voidWGPU.textureSetLabel(WGPUTexture texture, WGPUStringView label) -
Uses of WGPUTexture in club.doki7.webgpu.datatype
Methods in club.doki7.webgpu.datatype that return WGPUTextureModifier and TypeMethodDescription@Nullable WGPUTextureWGPUSurfaceTexture.texture()@Nullable WGPUTextureWGPUTexelCopyTextureInfo.texture()Methods in club.doki7.webgpu.datatype with parameters of type WGPUTextureModifier and TypeMethodDescriptionWGPUSurfaceTexture.texture(@Nullable WGPUTexture value) WGPUTexelCopyTextureInfo.texture(@Nullable WGPUTexture value) -
Uses of WGPUTexture in club.doki7.webgpu.handle
Classes in club.doki7.webgpu.handle that implement interfaces with type arguments of type WGPUTextureModifier and TypeClassDescriptionstatic final recordRepresents a pointer toWGPUTexturehandle(s) in native memory.Methods in club.doki7.webgpu.handle that return WGPUTextureModifier and TypeMethodDescription@Nullable WGPUTextureWGPUTexture.Ptr.read()@Nullable WGPUTextureWGPUTexture.Ptr.read(long index) Methods in club.doki7.webgpu.handle that return types with arguments of type WGPUTextureMethods in club.doki7.webgpu.handle with parameters of type WGPUTextureModifier and TypeMethodDescriptionstatic WGPUTexture.PtrWGPUTexture.Ptr.allocate(Arena arena, @Nullable WGPUTexture @NotNull [] values) static WGPUTexture.PtrWGPUTexture.Ptr.allocateV(Arena arena, @Nullable WGPUTexture value0, @Nullable WGPUTexture... values) voidWGPUTexture.Ptr.write(long index, @Nullable WGPUTexture value) voidWGPUTexture.Ptr.write(@Nullable WGPUTexture value) voidWGPUTexture.Ptr.write(@Nullable WGPUTexture[] values) voidWGPUTexture.Ptr.writeV(@Nullable WGPUTexture value0, @Nullable WGPUTexture... values) Method parameters in club.doki7.webgpu.handle with type arguments of type WGPUTextureModifier and TypeMethodDescriptionstatic WGPUTexture.PtrWGPUTexture.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable WGPUTexture> values)