MCPcopy Create free account
hub / github.com/cginternals/glbinding / glBlendParameteriNV

Function glBlendParameteriNV

source/glbinding/source/gl/functions_b.cpp:536–539  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

534}
535
536void glBlendParameteriNV(GLenum pname, GLint value)
537{
538 return glbinding::Binding::BlendParameteriNV(pname, value);
539}
540
541void glBlitFramebuffer(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, ClearBufferMask mask, GLenum filter)
542{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected