HeadlessEngineWrapper
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
Swiftshader 備份版本的 Filament 引擎介面。
公用方法
SwapChain |
|
SwapChain |
|
SwapChain |
|
void
|
|
void
|
|
沿用的方法
從 java.lang.Object 類別
物件
|
clone()
|
布林 |
|
void
|
finalize()
|
最終 Class<?> |
getClass()
|
整數 |
hashCode()
|
Final void
|
notify()
|
Final void
|
notifyAll()
|
字串
|
toString()
|
Final void
|
wait(long arg0, int arg1)
|
Final void
|
wait(long arg0)
|
Final void
|
wait()
|
公用建構函式
公開
HeadlessEngineWrapper
()
公用方法
public SwapChain
createSwapChain
(物件介面、long 標記)
有效途徑類型:- Android:途徑 - 其他:無
旗標:請參閱 SwapChain 中的 CONFIG 旗標。
public SwapChain
createSwapChain
(物件途徑)
有效途徑類型:- Android:途徑 - 其他:無
public SwapChain
createSwapChainFromNativeSurface
(NativeSurface 介面、long 標記)
public
deleteSwapChain
(SwapChain replaceChain)
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2022-09-26 (世界標準時間)。
[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2022-09-26 (世界標準時間)。"],[],["The `HeadlessEngineWrapper` class facilitates interaction with the Filament engine. Key actions include creating and destroying `SwapChain` objects, which are essential for rendering. `createSwapChain` can accept a surface object (Android Surface), and optionally a set of flags, or a `NativeSurface` with flags. `destroySwapChain` is used for cleaning up. The class also inherits methods for creating and destroying Cameras, Scenes, Renderers, and other rendering-related objects and utility function such as `getFilamentEngine`.\n"]]