FMX.Types3D.TContext3D.UpdateTexture
Delphi
class procedure UpdateTexture(const Texture: TTexture; const Bits: Pointer; const Pitch: Integer);
C++
__classmethod void __fastcall UpdateTexture(TTexture* const Texture, const void * Bits, const int Pitch);
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
procedure function |
public | FMX.Types3D.pas FMX.Types3D.hpp |
FMX.Types3D | TContext3D |
説明
指定されたテクスチャを、指定されたデータで更新します。
Bits パラメータは、テクスチャに追加される必要のあるデータへのポインタです。
Pitch パラメータは、更新を開始する位置を識別するために使用される、テクスチャのビット内でのリープを示します。