stream-webrtc-android
Toggle table of contents
1.3.6
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
stream-webrtc-android
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.