Skip to content

Commit

Permalink
Added ops
Browse files Browse the repository at this point in the history
  • Loading branch information
MCRcortex committed Sep 16, 2023
1 parent 9b679c7 commit 52afd7a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
package me.cortex.vulkanite.client.srp.objects.ops;

public class DispatchComputeOp extends PipelineOp {
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
package me.cortex.vulkanite.client.srp.objects.ops;

public class TraceRaysOp extends PipelineOp {
}

0 comments on commit 52afd7a

Please sign in to comment.