Uses of Class
de.grogra.gpuflux.utils.ByteArray
Packages that use ByteArray
-
Uses of ByteArray in de.grogra.gpuflux.jocl
Methods in de.grogra.gpuflux.jocl with parameters of type ByteArrayModifier and TypeMethodDescriptionJOCLContext.createBufferFromByteArray
(ByteArray byteArray, long flags) void
JOCLKernel.setKernelArgBuffer
(int arg_idx, ByteArray cameraBuffer) -
Uses of ByteArray in de.grogra.gpuflux.jocl.compute
Methods in de.grogra.gpuflux.jocl.compute that return ByteArrayModifier and TypeMethodDescriptionComputeByteBuffer.getBigEndianBuffer()
ComputeByteBuffer.getBuffer
(boolean littleEndian) ComputeByteBuffer.getLittleEndianBuffer()
Methods in de.grogra.gpuflux.jocl.compute with parameters of type ByteArrayModifier and TypeMethodDescriptionvoid
Device.setKernelArgBuffer
(Kernel kernel, int arg_idx, ByteArray buffer)