Class CLKernelAllocationInfoINTEL

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

@NativeType("struct cl_kernel_allocation_info_intel") public class CLKernelAllocationInfoINTEL extends Struct<CLKernelAllocationInfoINTEL> implements NativeResource
struct cl_kernel_allocation_info_intel {
    void * base;
    size_t size;
    cl_unified_shared_memory_type_intel type;
    cl_int arg_index;
}