0

カメラ出力をテクスチャと (PostProcessing-Shader で) ブレンドしたいと考えています。テクスチャをロードする方法はありますか? 何かのようなもの

texture mytexture = "file.bmp"

sampler2D smp = sampler_state {
texture = <mytexture>;
...
}
4

1 に答える 1