dcompute ~master (2022-03-04T06:15:12.0261143)
Dub
Repo
Sampler
dcompute
driver
ocl
sampler
Undocumented in source.
struct
Sampler {
enum
FilterMode
;
enum
AddressingMode
;
struct
Info
;
cl_sampler
raw
;
void
retain
();
void
release
();
}
Members
Enums
AddressingMode
enum
AddressingMode
Undocumented in source.
FilterMode
enum
FilterMode
Undocumented in source.
Functions
release
void
release
()
Undocumented in source. Be warned that the author may not have intended to support it.
retain
void
retain
()
Undocumented in source. Be warned that the author may not have intended to support it.
Structs
Info
struct
Info
Undocumented in source.
Variables
raw
cl_sampler
raw
;
Undocumented in source.
Meta
Source
See Implementation
dcompute
driver
ocl
sampler
structs
Sampler