Enumeration

CoglBufferAccess

since: 14

Declaration

flags Cogl.BufferAccess

Description [src]

The access hints for cogl_buffer_set_update_hint()

Available since: 14

Members

COGL_BUFFER_ACCESS_READ

The buffer will be read.

  • Value: 1
  • Nickname: read
  • Available since: 14
COGL_BUFFER_ACCESS_WRITE

The buffer will written to.

  • Value: 2
  • Nickname: write
  • Available since: 14
COGL_BUFFER_ACCESS_READ_WRITE

The buffer will be used for both reading and writing.

  • Value: 3
  • Nickname: read-write
  • Available since: 14