Format¶
enum in InfEngine.rendergraph
Description¶
Texture format for render targets.
description
Values¶
| Name | Description |
|---|---|
| RGBA8_UNORM | |
| RGBA8_SRGB | |
| BGRA8_UNORM | |
| RGBA16_SFLOAT | |
| RGBA32_SFLOAT | |
| R32_SFLOAT | |
| R8_UNORM | |
| R8G8_UNORM | |
| RG16_SFLOAT | |
| A2R10G10B10_UNORM | |
| R16_SFLOAT | |
| D32_SFLOAT | |
| D24_UNORM_S8_UINT |
enum_values
Properties¶
| Name | Type | Description |
|---|---|---|
| is_depth | bool |
Returns True if this format is a depth format. (read-only) |
properties
Example¶
example
See Also¶
see_also