Uses of Class
de.grogra.gpuflux.jocl.compute.ComputeContext
-
Uses of ComputeContext in de.grogra.gpuflux
Modifier and TypeMethodDescriptionstatic ComputeContext
GPUFluxInit.initComputeContext
(boolean multi, String[] extensions) -
Uses of ComputeContext in de.grogra.gpuflux.jocl.compute
Modifier and TypeMethodDescriptionDevice.getContext()
Kernel.getContext()
SharedBuffer.getContext()
ModifierConstructorDescriptionprotected
Device
(int contextID, JOCLDevice device, ComputeContext context) protected
Kernel
(int size, ComputeContext context) protected
SharedBuffer
(int size, ComputeContext context) -
Uses of ComputeContext in de.grogra.gpuflux.scene
ModifierConstructorDescriptionFluxJOCLScene
(FluxSceneSerializer serializer, ComputeContext computeContext)