struct Gloop::Program::Binary
- Gloop::Program::Binary
- Struct
- Value
- Object
Overview
Representation of a compiled and linked shader program.
Defined in:
gloop/program/binary.crConstructors
-
.new(bytes : Bytes, format : UInt32)
Creates the program binary.
Instance Method Summary
-
#bytes : Bytes
Raw data of the compiled and linked program.
-
#format : UInt32
Token indicating the format of the data.
-
#size
Number of bytes used to store the binary.
-
#to_unsafe
Retrieves a pointer to the byte data.