Struct wgpu_core::command::RenderPass [−][src]
pub struct RenderPass { /* fields omitted */ }Implementations
pub fn set_index_buffer(
&mut self,
buffer_id: BufferId,
index_format: IndexFormat,
offset: BufferAddress,
size: Option<BufferSize>
)Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for RenderPassimpl Send for RenderPassimpl Sync for RenderPassimpl Unpin for RenderPassimpl !UnwindSafe for RenderPass