Uses of Class
com.blackrook.gloop.opengl.gl4.OGL41Graphics.ProgramBinary
Packages that use OGL41Graphics.ProgramBinary
-
Uses of OGL41Graphics.ProgramBinary in com.blackrook.gloop.opengl.gl4
Methods in com.blackrook.gloop.opengl.gl4 that return OGL41Graphics.ProgramBinaryModifier and TypeMethodDescriptionOGL41Graphics.getProgramBinary(OGLProgram program) Retrieves the binary representation of a compiled and linked program.Methods in com.blackrook.gloop.opengl.gl4 with parameters of type OGL41Graphics.ProgramBinaryModifier and TypeMethodDescriptionvoidOGL41Graphics.setProgramBinary(OGLProgram program, OGL41Graphics.ProgramBinary programBinary) Creates a program from a binary representation.