glReplacementCodeuiNormal3fVertex3fSun function opengl_glext
void
glReplacementCodeuiNormal3fVertex3fSun()
GLAPI void APIENTRY glReplacementCodeuiNormal3fVertex3fSUN (GLuint rc, GLfloat nx, GLfloat ny, GLfloat nz, GLfloat x, GLfloat y, GLfloat z)
Implementation
void glReplacementCodeuiNormal3fVertex3fSun(
int rc,
double nx,
double ny,
double nz,
double x,
double y,
double z,
) {
final glReplacementCodeuiNormal3fVertex3fSunAsFunction =
_glReplacementCodeuiNormal3fVertex3fSun
.cast<
NativeFunction<
Void Function(
Uint32 rc,
Float nx,
Float ny,
Float nz,
Float x,
Float y,
Float z,
)
>
>()
.asFunction<
void Function(
int rc,
double nx,
double ny,
double nz,
double x,
double y,
double z,
)
>();
return glReplacementCodeuiNormal3fVertex3fSunAsFunction(
rc,
nx,
ny,
nz,
x,
y,
z,
);
}