derelict-nvrtc 1.0.2

Dynamic bindings to NVRTC for the D programming language.


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:

DerelictNVRTC

Dynamic bindings to NVRTC for the D programming language.

Usage

Similar to other Derelict-based dynamic bindings, simply call DerelictNVRTC.load() and begin using NVRTC!

    import std.stdio : writeln;
    import derelict.nvrtc;

    void main(string[] args)
    {
        DerelictNVRTC.load();

        int major, minor;

        nvrtcVersion(&major, &minor);
        writeln("NVRTC version ", major, ".", minor);
    }
Authors:
  • Henry Gouk
Dependencies:
derelict-util
Versions:
1.0.2 2017-Aug-08
1.0.1 2017-Jul-28
1.0.0 2017-Jul-27
~master 2017-Aug-08
Show all 4 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 0 downloads this month

  • 162 downloads total

Score:
0.6
Short URL:
derelict-nvrtc.dub.pm