enum Gloop::Buffer::AccessMask
Overview
Options for mapping a subset of a buffer.
Defined in:
gloop/buffer/access_mask.crEnum Members
-
Read =
1_u32
-
Write =
2_u32
-
InvalidateRange =
4_u32
-
InvalidateBuffer =
8_u32
-
FlushExplicit =
16_u32
-
Unsynchronized =
32_u32
-
Persistent =
64_u32
-
Coherent =
128_u32
Instance Method Summary
- #coherent?
- #flush_explicit?
- #invalidate_buffer?
- #invalidate_range?
- #none?
- #persistent?
- #read?
-
#read_only?
Indicates whether the mapped data will be read-only with the selected flags.
-
#to_unsafe
Converts to an OpenGL enum.
- #unsynchronized?
- #write?