Uses of Class
de.grogra.gpuflux.jocl.compute.ComputeContext
Packages that use ComputeContext
-
Uses of ComputeContext in de.grogra.gpuflux
Methods in de.grogra.gpuflux that return ComputeContextModifier and TypeMethodDescriptionstatic ComputeContext
GPUFluxInit.initComputeContext
(boolean multi, String[] extensions) -
Uses of ComputeContext in de.grogra.gpuflux.jocl.compute
Methods in de.grogra.gpuflux.jocl.compute that return ComputeContextModifier and TypeMethodDescriptionDevice.getContext()
Kernel.getContext()
SharedBuffer.getContext()
Constructors in de.grogra.gpuflux.jocl.compute with parameters of type ComputeContextModifierConstructorDescriptionprotected
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
Constructors in de.grogra.gpuflux.scene with parameters of type ComputeContextModifierConstructorDescriptionFluxJOCLScene
(FluxSceneSerializer serializer, ComputeContext computeContext)