fix compute chunk result shader type

This commit is contained in:
Elias Stepanik 2025-06-11 13:28:27 +02:00
parent b3bb203fba
commit 8534aaa6d7

View File

@ -23,7 +23,7 @@ pub struct VisibleParams {
}
#[repr(C)]
#[derive(Clone, Copy, Pod, Zeroable)]
#[derive(Clone, Copy, Pod, Zeroable, ShaderType)]
pub struct ChunkResult {
pub key: IVec3Pod,
pub dist2: i32,