SceneMesh.FillMeshAttribute メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
この SceneMesh で使用するメッシュに関する情報のコピーを作成します。
public:
virtual void FillMeshAttribute(SceneAttributeSemantic semantic, DirectXPixelFormat format, MemoryBuffer ^ memory) = FillMeshAttribute;
void FillMeshAttribute(SceneAttributeSemantic const& semantic, DirectXPixelFormat const& format, MemoryBuffer const& memory);
public void FillMeshAttribute(SceneAttributeSemantic semantic, DirectXPixelFormat format, MemoryBuffer memory);
function fillMeshAttribute(semantic, format, memory)
Public Sub FillMeshAttribute (semantic As SceneAttributeSemantic, format As DirectXPixelFormat, memory As MemoryBuffer)
パラメーター
- semantic
- SceneAttributeSemantic
属性セマンティック。
- format
- DirectXPixelFormat
ピクセル形式。
- memory
- MemoryBuffer
メモリ バッファー。