Class CUDA_EXTERNAL_SEMAPHORE_SIGNAL_PARAMS

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<CUDA_EXTERNAL_SEMAPHORE_SIGNAL_PARAMS>
org.lwjgl.cuda.CUDA_EXTERNAL_SEMAPHORE_SIGNAL_PARAMS
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public class CUDA_EXTERNAL_SEMAPHORE_SIGNAL_PARAMS extends org.lwjgl.system.Struct<CUDA_EXTERNAL_SEMAPHORE_SIGNAL_PARAMS> implements org.lwjgl.system.NativeResource

Layout


 struct CUDA_EXTERNAL_SEMAPHORE_SIGNAL_PARAMS {
     struct {
         struct {
             unsigned long long value;
         } fence;
         union {
             void * fence;
             unsigned long long reserved;
         } nvSciSync;
         struct {
             unsigned long long key;
         } keyedMutex;
         unsigned int reserved[12];
     } params;
     unsigned int flags;
     unsigned int reserved[16];
 }