mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-21 22:34:43 +00:00
doc: add device feature requirement to RecordingCommandBuffer::begin_rendering
(#2557)
This commit is contained in:
parent
2aafcf9a3d
commit
d02165a28c
@ -333,7 +333,11 @@ impl RecordingCommandBuffer {
|
||||
impl RecordingCommandBuffer {
|
||||
/// Begins a render pass without a render pass object or framebuffer.
|
||||
///
|
||||
/// Requires the [`dynamic_rendering`] device feature.
|
||||
///
|
||||
/// You must call this or `begin_render_pass` before you can record draw commands.
|
||||
///
|
||||
/// [`dynamic_rendering`]: crate::device::DeviceFeatures::dynamic_rendering
|
||||
pub fn begin_rendering(
|
||||
&mut self,
|
||||
mut rendering_info: RenderingInfo,
|
||||
|
Loading…
Reference in New Issue
Block a user