Interface VulkanLWJGLIntegerArrays.IntGetterType<T>

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

    public static interface VulkanLWJGLIntegerArrays.IntGetterType<T>
    A function from T to int
    • Method Detail

      • get

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