| Package | Description |
|---|---|
| org.bytedeco.skia.global |
| Modifier and Type | Method and Description |
|---|---|
static gr_backendrendertarget_t |
Skia.gr_backendrendertarget_new_gl(int width,
int height,
int samples,
int stencils,
gr_gl_framebufferinfo_t glInfo) |
static gr_backendrendertarget_t |
Skia.gr_backendrendertarget_new_metal(int width,
int height,
int samples,
gr_mtl_textureinfo_t mtlInfo) |
static gr_backendrendertarget_t |
Skia.gr_backendrendertarget_new_vulkan(int width,
int height,
int samples,
gr_vk_imageinfo_t vkImageInfo) |
Copyright © 2021. All rights reserved.