|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 必須 | オプション | 詳細: 要素 |
@Target(value=FIELD) @Retention(value=RUNTIME) public @interface GeometryShaderParameters
ジオメトリシェーダのパラメータを指定するための注釈です。
必須要素の概要 | |
---|---|
GeometryInputType |
inputType
|
GeometryOutputType |
outputType
|
int |
verticesOut
|
要素の詳細 |
---|
public abstract GeometryInputType inputType
public abstract GeometryOutputType outputType
public abstract int verticesOut
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 必須 | オプション | 詳細: 要素 |