Docs.rs
solstice-0.1.22
solstice 0.1.22
Permalink
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
TannerRogalsky
Dependencies
bytemuck ^1.5
normal
glow ^0.8
normal
log ^0.4
normal
mint ^0.5
normal
ndarray ^0.15
normal
serde ^1.0
normal
optional
slotmap ^1.0
normal
solstice-derive ^0.1
normal
optional
glutin ^0.26
dev
web-sys ^0.3
normal
optional
Versions
4.44%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
MappedBuffer
solstice
0.1.22
Mapped
Buffer
Aliased Type
Associated Functions
with_buffer
Methods
unmap
In solstice::
buffer
solstice
::
buffer
Type Alias
Mapped
Buffer
Copy item path
Source
pub type MappedBuffer =
Mapped
<
Buffer
,
Ix1
>;
Aliased Type
§
pub struct MappedBuffer {
/* private fields */
}
Implementations
§
Source
§
impl
MappedBuffer
Source
pub fn
with_buffer
( ctx: &mut
Context
, size:
usize
, buffer_type:
BufferType
, usage:
Usage
, ) ->
Result
<Self,
GraphicsError
>
Source
pub fn
unmap
(&mut self, ctx: &mut
Context
)