Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "src/cl/matrix_cl"

Index

Classes

Type aliases

Variables

Object literals

Type aliases

AllowedTypedArray

AllowedTypedArray: typedef.AllowedTypedArray

Variables

WebCL

WebCL: any = $CL.WebCL

Object literals

ctypes

ctypes: object

int32

int32: string = "int"

logical

logical: string = "uchar"

single

single: string = "float"

uint8

uint8: string = "uchar"

webcltypes

webcltypes: object

int32

int32: any = WebCL.type.INT

logical

logical: any = WebCL.type.UCHAR

single

single: any = WebCL.type.FLOAT

uint8

uint8: any = WebCL.type.UCHAR

Generated using TypeDoc