Interface VertexFormatElement.Usage.SetupState

Enclosing class:
VertexFormatElement.Usage
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface VertexFormatElement.Usage.SetupState
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setupBufferState(int pSize, int pType, int pStride, long pPointer, int pIndex)
     
  • Method Details

    • setupBufferState

      void setupBufferState(int pSize, int pType, int pStride, long pPointer, int pIndex)