Interface VulkanLWJGLIntegerArrays.LongGetterType<T>

  • Type Parameters:
    T - The type of input values
    Enclosing class:
    VulkanLWJGLIntegerArrays

    public static interface VulkanLWJGLIntegerArrays.LongGetterType<T>
    A function from T to long
    • Method Detail

      • get

        long get​(T value)
          throws VulkanException
        Parameters:
        value - The input value
        Returns:
        A long value from value
        Throws:
        VulkanException - If required