Skip to content

Commit

Permalink
Render Pass Beta
Browse files Browse the repository at this point in the history
  • Loading branch information
hammy275 committed Sep 24, 2023
1 parent 816e38b commit 333600f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package org.vivecraft.api.client;

import com.google.common.annotations.Beta;
import net.minecraft.world.InteractionHand;
import org.vivecraft.api.client.data.VRPoseHistory;
import org.vivecraft.api.data.VRData;
Expand Down Expand Up @@ -120,6 +121,7 @@ default void triggerHapticPulse(int controllerNum, float duration) {
/**
* @return Whether the current render pass is a vanilla render pass.
*/
@Beta
boolean isVanillaRenderPass();

/**
Expand Down

0 comments on commit 333600f

Please sign in to comment.