FFmpeg
Data Fields
OpenGLVertexInfo Struct Reference

Data Fields

float x
 
float y
 
float z
 Position. More...
 
float s0
 
float t0
 Texture coords. More...
 

Detailed Description

Definition at line 160 of file opengl_enc.c.

Field Documentation

◆ x

float OpenGLVertexInfo::x

Definition at line 162 of file opengl_enc.c.

Referenced by opengl_prepare_vertex().

◆ y

float OpenGLVertexInfo::y

Definition at line 162 of file opengl_enc.c.

Referenced by opengl_prepare_vertex().

◆ z

float OpenGLVertexInfo::z

Position.

Definition at line 162 of file opengl_enc.c.

Referenced by opengl_prepare_vertex().

◆ s0

float OpenGLVertexInfo::s0

Definition at line 163 of file opengl_enc.c.

Referenced by opengl_prepare_vertex().

◆ t0

float OpenGLVertexInfo::t0

Texture coords.

Definition at line 163 of file opengl_enc.c.

Referenced by opengl_prepare_vertex().


The documentation for this struct was generated from the following file: