sampler property

int get sampler

int sampler;

Implementation

int get sampler => ref.sampler;
set sampler (int value)

Implementation

set sampler(int value) => ref.sampler = value;