public final class MPSCustomKernelArgumentCount
extends org.moe.natj.c.StructObject
| Modifier | Constructor and Description |
|---|---|
|
MPSCustomKernelArgumentCount() |
|
MPSCustomKernelArgumentCount(long destinationTextureCount,
long sourceTextureCount,
long broadcastTextureCount) |
protected |
MPSCustomKernelArgumentCount(org.moe.natj.general.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
long |
broadcastTextureCount()
< number of source textures shared across all parts of a batch
|
long |
destinationTextureCount()
< must be 1.
|
void |
setBroadcastTextureCount(long value)
< number of source textures shared across all parts of a batch
|
void |
setDestinationTextureCount(long value)
< must be 1.
|
void |
setSourceTextureCount(long value)
< number of source textures.
|
long |
sourceTextureCount()
< number of source textures.
|
public MPSCustomKernelArgumentCount()
protected MPSCustomKernelArgumentCount(org.moe.natj.general.Pointer peer)
public MPSCustomKernelArgumentCount(long destinationTextureCount,
long sourceTextureCount,
long broadcastTextureCount)
public long destinationTextureCount()
public void setDestinationTextureCount(long value)
public long sourceTextureCount()
public void setSourceTextureCount(long value)
public long broadcastTextureCount()
public void setBroadcastTextureCount(long value)