Class cudaExtent

    • Constructor Detail

      • cudaExtent

        public cudaExtent()
        Default native constructor.
    • Method Detail

      • width

        @Cast("size_t")
        public long width()
        Width in elements when referring to array memory, in bytes when referring to linear memory
      • width

        public cudaExtent width​(long setter)
      • height

        @Cast("size_t")
        public long height()
        Height in elements
      • height

        public cudaExtent height​(long setter)
      • depth

        @Cast("size_t")
        public long depth()
        Depth in elements
      • depth

        public cudaExtent depth​(long setter)