Stay organized with collections Save and categorize content based on your preferences.
An array of BufferViewport
objects.
This class is used to inform distortion rendering, and can be created and updated via GvrApi
.
(int index,
BufferViewportbufferViewport)
Updates or appends a viewport list entry.
void shutdown()
Shuts down the BufferViewportList instance, freeing associated resources.
int Inherited Methods From class java.lang.Object boolean final Class<?>getClass()
inthashCode()
final voidnotify()
final voidnotifyAll()
StringtoString()
final voidwait(long arg0, int arg1)
final voidwait(long arg0)
final voidwait()
Public Methods public void get (int index, BufferViewport bufferViewportOut)Gets a viewport list entry.
public void set (int index, BufferViewport bufferViewport)Updates or appends a viewport list entry.
public void shutdown ()Shuts down the BufferViewportList instance, freeing associated resources.
Note: The caller is responsible for ensuring that this BufferViewportList
isn't used after shutdown.
All rights reserved. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-09 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-09 UTC."],[[["`BufferViewportList` is an array of `BufferViewport` objects used in VR distortion rendering."],["It's managed by the `GvrApi` and provides methods to access, modify, and shut down the list."],["`get` retrieves a specific `BufferViewport` from the list using its index."],["`set` updates an existing or adds a new `BufferViewport` to the list."],["`shutdown` releases resources associated with the `BufferViewportList`."]]],["`BufferViewportList` manages an array of `BufferViewport` objects, used for distortion rendering, and handled via `GvrApi`. Key actions include: `get(int index, BufferViewport bufferViewportOut)` to retrieve a viewport entry; `set(int index, BufferViewport bufferViewport)` to update or add an entry; `shutdown()` to release resources; and `size()` to get the list's size. The class also inherits methods like `equals`, `getClass`, and `wait` from `java.lang.Object`.\n"]]
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4