Interface GlDeviceExtension

All Known Implementing Classes:
GlDevice

@Internal public interface GlDeviceExtension
  • Method Summary

    Modifier and Type
    Method
    Description
    createExternalTexture(@Nullable String label, int usage, int nativeId)
     
  • Method Details

    • createExternalTexture

      GpuTexture createExternalTexture(@Nullable String label, int usage, int nativeId)