package rune

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module type Backend_intf.SSource

val name : string
type device_info
type device_buffer_native
type compiled_artifact_native
type callable_kernel_native
type nonrec 'a device_buffer = ('a, device_buffer_native) device_buffer
type nonrec any_device_buffer = device_buffer_native any_device_buffer
type nonrec compiled_artifact = compiled_artifact_native compiled_artifact
type nonrec callable_kernel = callable_kernel_native callable_kernel
module Device_info : sig ... end
module Renderer : sig ... end
module Compiler : sig ... end
module Runtime : sig ... end