Class NVRTC.Functions

java.lang.Object
org.lwjgl.cuda.NVRTC.Functions
Enclosing class:
NVRTC

public static final class NVRTC.Functions extends Object
Contains the function pointers loaded from the NVRTC SharedLibrary.
  • Field Details

    • GetErrorString

      public static final long GetErrorString
      Function address.
    • Version

      public static final long Version
      Function address.
    • GetNumSupportedArchs

      public static final long GetNumSupportedArchs
      Function address.
    • GetSupportedArchs

      public static final long GetSupportedArchs
      Function address.
    • CreateProgram

      public static final long CreateProgram
      Function address.
    • DestroyProgram

      public static final long DestroyProgram
      Function address.
    • CompileProgram

      public static final long CompileProgram
      Function address.
    • GetPTXSize

      public static final long GetPTXSize
      Function address.
    • GetPTX

      public static final long GetPTX
      Function address.
    • GetCUBINSize

      public static final long GetCUBINSize
      Function address.
    • GetCUBIN

      public static final long GetCUBIN
      Function address.
    • GetNVVMSize

      public static final long GetNVVMSize
      Function address.
    • GetNVVM

      public static final long GetNVVM
      Function address.
    • GetLTOIRSize

      public static final long GetLTOIRSize
      Function address.
    • GetLTOIR

      public static final long GetLTOIR
      Function address.
    • GetOptiXIRSize

      public static final long GetOptiXIRSize
      Function address.
    • GetOptiXIR

      public static final long GetOptiXIR
      Function address.
    • GetProgramLogSize

      public static final long GetProgramLogSize
      Function address.
    • GetProgramLog

      public static final long GetProgramLog
      Function address.
    • AddNameExpression

      public static final long AddNameExpression
      Function address.
    • GetLoweredName

      public static final long GetLoweredName
      Function address.