oclcv ~master (2025-11-11T23:43:45.2867646)
Dub
Repo
BufferMeta
oclcv
clcore
Undocumented in source.
@
nogc
nothrow
struct
BufferMeta {
int
dataType
;
size_t
height
;
size_t
width
;
size_t
numberOfChannels
;
size_t
memorySize
();
alias
rows
=
height
;
alias
cols
=
width
;
}
Members
Aliases
cols
alias
cols
=
width
Undocumented in source.
rows
alias
rows
=
height
Undocumented in source.
Functions
memorySize
size_t
memorySize
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
dataType
int
dataType
;
Undocumented in source.
height
size_t
height
;
Undocumented in source.
numberOfChannels
size_t
numberOfChannels
;
Undocumented in source.
width
size_t
width
;
Undocumented in source.
Meta
Source
See Implementation
oclcv
clcore
aliases
DataType
MemFlag
SyncMode
classes
CLBuffer
CLContext
CLKernel
CLProgram
enums
BYTE
CTKernel
MEM_FLAG_READ_WRITE
SYNC_MODE_ASYNC
functions
_assert
errorNumberToString
unitSize
static functions
getCLMemFlag
handleError
structs
BlockDim
BufferMeta
GridDim