Image Component Library (ICL)
Public Member Functions | Public Attributes | List of all members
icl::utils::CLKernel::LocalMemory Struct Reference

struct that represents the dynamic local memory for a kernel More...

#include <CLKernel.h>

Public Member Functions

 LocalMemory (size_t size)
 constructor More...
 

Public Attributes

size_t size
 size of the dynamic local memory More...
 

Detailed Description

struct that represents the dynamic local memory for a kernel

Constructor & Destructor Documentation

◆ LocalMemory()

icl::utils::CLKernel::LocalMemory::LocalMemory ( size_t  size)
inline

constructor

Member Data Documentation

◆ size

size_t icl::utils::CLKernel::LocalMemory::size

size of the dynamic local memory


The documentation for this struct was generated from the following file: