Module Api.GPURasterizationStateDescriptor

class type js = object ... end
type t = js Js_of_ocaml.Js.t
val create : ?⁠frontFace:GPUFrontFace.t -> ?⁠cullMode:GPUCullMode.t -> ?⁠depthBias:i32 -> ?⁠depthBiasSlopeScale:float -> ?⁠depthBiasClamp:float -> unit -> t