toggle menu
stream-webrtc-android
1.2.2
androidJvm
switch theme
search in API
stream-webrtc-android
/
org.webrtc
/
GlUtil
Gl
Util
open
class
GlUtil
Some OpenGL static utility functions.
Members
Types
Gl
Out
Of
Memory
Exception
Link copied to clipboard
open
class
GlOutOfMemoryException
:
GLException
Functions
check
No
GLES2Error
Link copied to clipboard
open
fun
checkNoGLES2Error
(
msg
:
String
)
create
Float
Buffer
Link copied to clipboard
open
fun
createFloatBuffer
(
coords
:
Array
<
Float
>
)
:
FloatBuffer
generate
Texture
Link copied to clipboard
open
fun
generateTexture
(
target
:
Int
)
:
Int
Generate texture with standard parameters.