Skip to content

Commit

Permalink
command buffer documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeP0WERS committed Mar 28, 2024
1 parent 6625533 commit a0aec98
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vulkano/src/command_buffer/commands/dynamic_state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1198,6 +1198,7 @@ impl RecordingCommandBuffer {
self
}

/// Sets the dynamic conservative rasterization mode for future draw calls.
#[inline]
pub fn set_conservative_rasterization_mode(
&mut self,
Expand Down Expand Up @@ -1236,6 +1237,7 @@ impl RecordingCommandBuffer {
self
}

/// Sets the dynamic extra primitive overestimation size for future draw calls.
#[inline]
pub fn set_extra_primitive_overestimation_size(
&mut self,
Expand Down

0 comments on commit a0aec98

Please sign in to comment.