vadgl ~master (2026-08-09T23:38:48.9439982)
Dub
Repo
Program.link
vadgl
gl3
Program
Link shaders attached to program
struct
Program
nothrow @
trusted
GLResult
!void
link
(
)
Return Value
Type:
GLResult
!void
GLResult!void
with
GLError
:
GLError.Flag.NO_ERROR
: if no opengl errors occurred
GLError.Flag.INVALID_PROGRAM
: if program is valid
GLError.Flag.UNKNOWN_ERROR
: if something unexpected went wrong
Meta
Source
See Implementation
vadgl
gl3
Program
constructors
this
functions
attach
get_uniform_loc
link
prepare_and_attach
use
validate
properties
id
is_attached
is_created
is_linked
is_validated
name
static functions
create_program
use_empty
Link shaders attached to program