[−][src]Struct skia_bindings::GrBackendRenderTarget
Fields
fIsValid: bool
fWidth: c_int
fHeight: c_int
fSampleCnt: c_int
fStencilBits: c_int
fConfig: GrPixelConfig
fBackend: GrBackendApi
__bindgen_anon_1: GrBackendRenderTarget__bindgen_ty_1
Methods
impl GrBackendRenderTarget
[src]
pub unsafe fn getGLFramebufferInfo(
&self,
arg1: *mut GrGLFramebufferInfo
) -> bool
[src]
&self,
arg1: *mut GrGLFramebufferInfo
) -> bool
pub unsafe fn getVkImageInfo(&self, arg1: *mut GrVkImageInfo) -> bool
[src]
pub unsafe fn setVkImageLayout(&mut self, arg1: VkImageLayout)
[src]
pub unsafe fn getBackendFormat(&self) -> GrBackendFormat
[src]
pub unsafe fn getMockRenderTargetInfo(
&self,
arg1: *mut GrMockRenderTargetInfo
) -> bool
[src]
&self,
arg1: *mut GrMockRenderTargetInfo
) -> bool
pub unsafe fn isProtected(&self) -> bool
[src]
pub unsafe fn new(
width: c_int,
height: c_int,
sampleCnt: c_int,
stencilBits: c_int,
glInfo: *const GrGLFramebufferInfo
) -> Self
[src]
width: c_int,
height: c_int,
sampleCnt: c_int,
stencilBits: c_int,
glInfo: *const GrGLFramebufferInfo
) -> Self
pub unsafe fn new1(
width: c_int,
height: c_int,
sampleCnt: c_int,
stencilBits: c_int,
vkInfo: *const GrVkImageInfo
) -> Self
[src]
width: c_int,
height: c_int,
sampleCnt: c_int,
stencilBits: c_int,
vkInfo: *const GrVkImageInfo
) -> Self
pub unsafe fn new2(
width: c_int,
height: c_int,
sampleCnt: c_int,
vkInfo: *const GrVkImageInfo
) -> Self
[src]
width: c_int,
height: c_int,
sampleCnt: c_int,
vkInfo: *const GrVkImageInfo
) -> Self
pub unsafe fn new3(
width: c_int,
height: c_int,
sampleCnt: c_int,
stencilBits: c_int,
mockInfo: *const GrMockRenderTargetInfo
) -> Self
[src]
width: c_int,
height: c_int,
sampleCnt: c_int,
stencilBits: c_int,
mockInfo: *const GrMockRenderTargetInfo
) -> Self
pub unsafe fn new4(that: *const GrBackendRenderTarget) -> Self
[src]
pub unsafe fn destruct(&mut self)
[src]
Auto Trait Implementations
impl !Send for GrBackendRenderTarget
impl Unpin for GrBackendRenderTarget
impl !Sync for GrBackendRenderTarget
impl UnwindSafe for GrBackendRenderTarget
impl RefUnwindSafe for GrBackendRenderTarget
Blanket Implementations
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> From<T> for T
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,