FMX.Types3D.TContext3D.UpdateTexture

提供: RAD Studio API Documentation
移動先: 案内検索

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 パラメータは、更新を開始する位置を識別するために使用される、テクスチャのビット内でのリープを示します。

関連項目