package js_of_ocaml-webgpu

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
inherit Webgpu__.Api.GPUPipelineDescriptorBase.js
method vertexStage : Webgpu__.Api.GPUProgrammableStageDescriptor.t Js_of_ocaml.Js.readonly_prop
method fragmentStage : Webgpu__.Api.GPUProgrammableStageDescriptor.t Js_of_ocaml.Js.optdef Js_of_ocaml.Js.readonly_prop
method primitiveTopology : Webgpu__.Api.GPUPrimitiveTopology.t Js_of_ocaml.Js.readonly_prop
method rasterizationState : Webgpu__.Api.GPURasterizationStateDescriptor.t Js_of_ocaml.Js.optdef Js_of_ocaml.Js.readonly_prop
method colorStates : Webgpu__.Api.GPUColorStateDescriptor.t Js_of_ocaml.Js.js_array Js_of_ocaml.Js.t Js_of_ocaml.Js.readonly_prop
method depthStencilState : Webgpu__.Api.GPUDepthStencilStateDescriptor.t Js_of_ocaml.Js.optdef Js_of_ocaml.Js.readonly_prop
method vertexState : Webgpu__.Api.GPUVertexStateDescriptor.t Js_of_ocaml.Js.optdef Js_of_ocaml.Js.readonly_prop
method sampleCount : Webgpu__.Api.u32 Js_of_ocaml.Js.optdef Js_of_ocaml.Js.readonly_prop
method sampleMask : Webgpu__.Api.u32 Js_of_ocaml.Js.optdef Js_of_ocaml.Js.readonly_prop