Skip to content

Commit

Permalink
wasuremono!
Browse files Browse the repository at this point in the history
  • Loading branch information
w23 committed Dec 10, 2024
1 parent 8406ee1 commit 8794685
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ref/vk/vk_ray_accel.c
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ static struct {
struct {
// TODO two arrays for a single vkCmdBuildAccelerationStructuresKHR() call
// FIXME This is for testing only
BOUNDED_ARRAY_DECLARE(rt_blas_t*, blas, 256);
BOUNDED_ARRAY_DECLARE(rt_blas_t*, blas, 2048);
} build;

cvar_t *cv_force_culling;
Expand Down
3 changes: 3 additions & 0 deletions ref/vk/vk_staging.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ r_vkstaging_region_t R_VkStagingLock(uint32_t size);
// Mark allocated region as ready for upload
void R_VkStagingUnlock(r_vkstaging_handle_t handle);

// Notify staging that this amount of regions were scheduled to be copied
void R_VkStagingCopied(uint32_t count);

// Finalize current generation, return its tag for R_VkStagingGenerationRelease() call
uint32_t R_VkStagingGenerationCommit(void);

Expand Down

0 comments on commit 8794685

Please sign in to comment.