package js_of_ocaml-webgpu

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
method gpucommandencoder_witness : witness
inherit Webgpu__.Raw.GPUObjectBase.js
method beginComputePass : descriptor: Webgpu__.Raw.GPUComputePassDescriptor.t Js_of_ocaml.Js.optdef -> Webgpu__.Raw.GPUComputePassEncoder.t Js_of_ocaml.Js.meth
method beginRenderPass : descriptor:Webgpu__.Raw.GPURenderPassDescriptor.t -> Webgpu__.Raw.GPURenderPassEncoder.t Js_of_ocaml.Js.meth
method copyBufferToBuffer : source:Webgpu__.Raw.GPUBuffer.t -> sourceOffset:Webgpu__.Raw.u64 -> destination:Webgpu__.Raw.GPUBuffer.t -> destinationOffset:Webgpu__.Raw.u64 -> size:Webgpu__.Raw.u64 -> unit Js_of_ocaml.Js.meth
method copyBufferToTexture : source:Webgpu__.Raw.GPUBufferCopyView.t -> destination:Webgpu__.Raw.GPUTextureCopyView.t -> copySize:Webgpu__.Raw.GPUExtent3D.t -> unit Js_of_ocaml.Js.meth
method copyTextureToBuffer : source:Webgpu__.Raw.GPUTextureCopyView.t -> destination:Webgpu__.Raw.GPUBufferCopyView.t -> copySize:Webgpu__.Raw.GPUExtent3D.t -> unit Js_of_ocaml.Js.meth
method copyTextureToTexture : source:Webgpu__.Raw.GPUTextureCopyView.t -> destination:Webgpu__.Raw.GPUTextureCopyView.t -> copySize:Webgpu__.Raw.GPUExtent3D.t -> unit Js_of_ocaml.Js.meth
method finish : descriptor: Webgpu__.Raw.GPUCommandBufferDescriptor.t Js_of_ocaml.Js.optdef -> Webgpu__.Raw.GPUCommandBuffer.t Js_of_ocaml.Js.meth