#include <rtscene.h>
|
| Tempest::AccelerationStructure | tlas |
| |
| Tempest::DescriptorArray | tex |
| |
| Tempest::DescriptorArray | vbo |
| |
| Tempest::DescriptorArray | ibo |
| |
| Tempest::StorageBuffer | rtDesc |
| |
Definition at line 13 of file rtscene.h.
◆ Category
| Enumerator |
|---|
| None | |
| Landscape | |
| Static | |
| Movable | |
Definition at line 17 of file rtscene.h.
◆ CullMask
| Enumerator |
|---|
| CM_Opaque | |
| CM_Transparent | |
| CM_Water | |
| CM_Unknown | |
Definition at line 24 of file rtscene.h.
◆ RtScene()
◆ addInstance()
| void RtScene::addInstance |
( |
const Tempest::Matrix4x4 & |
pos, |
|
|
const Tempest::AccelerationStructure & |
blas, |
|
|
const Material & |
mat, |
|
|
const StaticMesh & |
mesh, |
|
|
size_t |
firstIndex, |
|
|
size_t |
iboLength, |
|
|
Category |
cat |
|
) |
| |
◆ buildTlas()
| void RtScene::buildTlas |
( |
| ) |
|
◆ isUpdateRequired()
| bool RtScene::isUpdateRequired |
( |
| ) |
const |
◆ notifyTlas()
◆ ibo
| Tempest::DescriptorArray RtScene::ibo |
◆ rtDesc
| Tempest::StorageBuffer RtScene::rtDesc |
◆ tex
| Tempest::DescriptorArray RtScene::tex |
◆ tlas
| Tempest::AccelerationStructure RtScene::tlas |
◆ vbo
| Tempest::DescriptorArray RtScene::vbo |
The documentation for this class was generated from the following files: