aboutsummaryrefslogtreecommitdiff
path: root/source/val/validate.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/val/validate.h')
-rw-r--r--source/val/validate.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/source/val/validate.h b/source/val/validate.h
index 89874385..4b953ba3 100644
--- a/source/val/validate.h
+++ b/source/val/validate.h
@@ -69,8 +69,8 @@ spv_result_t CheckIdDefinitionDominateUse(ValidationState_t& _);
/// instructions.
///
/// This function will iterate over all instructions and check for any required
-/// predecessor and/or successor instructions. e.g. spv::Op::OpPhi must only be
-/// preceded by spv::Op::OpLabel, spv::Op::OpPhi, or spv::Op::OpLine.
+/// predecessor and/or successor instructions. e.g. SpvOpPhi must only be
+/// preceded by SpvOpLabel, SpvOpPhi, or SpvOpLine.
///
/// @param[in] _ the validation state of the module
///
@@ -203,9 +203,6 @@ spv_result_t RayQueryPass(ValidationState_t& _, const Instruction* inst);
/// Validates correctness of ray tracing instructions.
spv_result_t RayTracingPass(ValidationState_t& _, const Instruction* inst);
-/// Validates correctness of shader execution reorder instructions.
-spv_result_t RayReorderNVPass(ValidationState_t& _, const Instruction* inst);
-
/// Validates correctness of mesh shading instructions.
spv_result_t MeshShadingPass(ValidationState_t& _, const Instruction* inst);