wisdom
Loading...
Searching...
No Matches
wis::ASAllocationInfo Struct Reference

Detailed Description

Acceleration structure allocation info. Used to query sizes for AS build/update buffers.

uint64_t scratch_size;
uint64_t result_size;
uint64_t update_size;
};
Acceleration structure allocation info. Used to query sizes for AS build/update buffers.
Definition api.hpp:2130

Definition at line 2130 of file api.hpp.

#include <api.hpp>

Public Attributes

uint64_t scratch_size
 Size of the scratch buffer.
 
uint64_t result_size
 Size of the result buffer.
 
uint64_t update_size
 Size of the update buffer.
 

Data Members

◆ result_size

uint64_t wis::ASAllocationInfo::result_size

Size of the result buffer.

Definition at line 2132 of file api.hpp.

◆ scratch_size

uint64_t wis::ASAllocationInfo::scratch_size

Size of the scratch buffer.

Definition at line 2131 of file api.hpp.

◆ update_size

uint64_t wis::ASAllocationInfo::update_size

Size of the update buffer.

Definition at line 2133 of file api.hpp.


The documentation for this struct was generated from the following file: