tfg.rendering.framebuffer.Framebuffer
Stay organized with collections
Save and categorize content based on your preferences.
A framebuffer holding rasterized values required for deferred shading.
tfg.rendering.framebuffer.Framebuffer(
barycentrics: tfg.rendering.framebuffer.RasterizedAttribute
,
triangle_id: tf.Tensor,
vertex_ids: tf.Tensor,
foreground_mask: tf.Tensor,
attributes: Dict[str, tfg.rendering.framebuffer.RasterizedAttribute
] = dataclasses.field(default_factory=dict)
)
Tensors are expected to have shape [batch, height, width, channels].
For now, the fields are specialized for triangle rendering. Other primitives
may be supported in the future.
Immutable once created. Uses cached_property to avoid creating redundant
tf ops when properties are accessed multiple times.
Attributes |
background_mask
|
|
batch_size
|
|
height
|
|
is_multi_layer
|
|
num_layers
|
|
pixel_count
|
|
width
|
|
barycentrics
|
Dataclass field
|
triangle_id
|
Dataclass field
|
vertex_ids
|
Dataclass field
|
foreground_mask
|
Dataclass field
|
attributes
|
Dataclass field
|
Methods
layer
View source
layer(
index
)
Slices at the given layer index, returning a single-layer Framebuffer.
__eq__
__eq__(
other
)
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-07-01 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 2022-07-01 UTC."],[],[]]