GrBackendTexture
- class GrBackendTexture
Methods
Overloaded function.
Methods
- GrBackendTexture.__init__(*args, **kwargs)
Overloaded function.
__init__(self: skia.GrBackendTexture) -> None
__init__(self: skia.GrBackendTexture, width: int, height: int, mipMapped: skia.GrMipmapped, glInfo: GrGLTextureInfo) -> None
__init__(self: skia.GrBackendTexture, width: int, height: int, vkInfo: GrVkImageInfo) -> None
__init__(self: skia.GrBackendTexture, width: int, height: int, mipMapped: skia.GrMipmapped, mockInfo: GrMockTextureInfo) -> None
__init__(self: skia.GrBackendTexture, that: skia.GrBackendTexture) -> None
- GrBackendTexture.backend(self: skia.GrBackendTexture) skia.GrBackendApi
- GrBackendTexture.dimensions(self: skia.GrBackendTexture) skia.ISize
- GrBackendTexture.getBackendFormat(self: skia.GrBackendTexture) skia.GrBackendFormat
- GrBackendTexture.getGLTextureInfo(self: skia.GrBackendTexture, info: GrGLTextureInfo) bool
- GrBackendTexture.getMockTextureInfo(self: skia.GrBackendTexture, info: GrMockTextureInfo) bool
- GrBackendTexture.getVkImageInfo(self: skia.GrBackendTexture, info: GrVkImageInfo) bool
- GrBackendTexture.glTextureParametersModified(self: skia.GrBackendTexture) None
- GrBackendTexture.hasMipmaps(self: skia.GrBackendTexture) bool
- GrBackendTexture.height(self: skia.GrBackendTexture) int
- GrBackendTexture.isProtected(self: skia.GrBackendTexture) bool
- GrBackendTexture.isSameTexture(self: skia.GrBackendTexture, texture: skia.GrBackendTexture) bool
- GrBackendTexture.isValid(self: skia.GrBackendTexture) bool
- GrBackendTexture.setMutableState(self: skia.GrBackendTexture, state: skgpu::MutableTextureState) None
- GrBackendTexture.setVkImageLayout(self: skia.GrBackendTexture, layout: VkImageLayout) None
- GrBackendTexture.width(self: skia.GrBackendTexture) int