VulkanShader_1.21.10-0.0.4-alpha.jar

Download file
    package net.vulkanmod.interfaces;

import net.vulkanmod.render.chunk.frustum.VFrustum;

public interface FrustumMixed {
   VFrustum customFrustum();
}
    
Download file