public class cudaChannelFormatDesc extends Object
Modifier and Type | Field and Description |
---|---|
int |
f
The channel format kind.
|
int |
w
Number of bits in w component
|
int |
x
Number of bits in x component
|
int |
y
Number of bits in y component
|
int |
z
Number of bits in z component
|
Constructor and Description |
---|
cudaChannelFormatDesc()
Creates an uninitialized cudaChannelFormatDesc
|
cudaChannelFormatDesc(int x,
int y,
int z,
int w,
int f)
Creates a cudaChannelFormatDesc with the given bit counts
and the given format kind.
|
public int x
public int y
public int z
public int w
public int f
cudaChannelFormatKind
public cudaChannelFormatDesc()
public cudaChannelFormatDesc(int x, int y, int z, int w, int f)
x
- Number of bits in x componenty
- Number of bits in y componentz
- Number of bits in z componentw
- Number of bits in w componentf
- The format kindcudaChannelFormatKind
Copyright © 2020. All rights reserved.