On this page
Properties

Type Alias ProjectionGPUContext

type ProjectionGPUContext = {
    context: Context;
    useProgram: (name: string) => Program<any>;
}
Index

Properties

Properties

context: Context
useProgram: (name: string) => Program<any>
Was this helpful?
SDK JS
Reference
ProjectionGPUContext