Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
GrGLTexture::Desc Struct Reference

#include <GrGLTexture.h>

Public Attributes

SkISize fSize = {-1, -1}
 
GrGLenum fTarget = 0
 
GrGLuint fID = 0
 
GrGLFormat fFormat = GrGLFormat::kUnknown
 
GrBackendObjectOwnership fOwnership = GrBackendObjectOwnership::kOwned
 
skgpu::Protected fIsProtected = skgpu::Protected::kNo
 

Detailed Description

Definition at line 22 of file GrGLTexture.h.

Member Data Documentation

◆ fFormat

GrGLFormat GrGLTexture::Desc::fFormat = GrGLFormat::kUnknown

Definition at line 26 of file GrGLTexture.h.

◆ fID

GrGLuint GrGLTexture::Desc::fID = 0

Definition at line 25 of file GrGLTexture.h.

◆ fIsProtected

skgpu::Protected GrGLTexture::Desc::fIsProtected = skgpu::Protected::kNo

Definition at line 28 of file GrGLTexture.h.

◆ fOwnership

Definition at line 27 of file GrGLTexture.h.

◆ fSize

SkISize GrGLTexture::Desc::fSize = {-1, -1}

Definition at line 23 of file GrGLTexture.h.

23{-1, -1};

◆ fTarget

GrGLenum GrGLTexture::Desc::fTarget = 0

Definition at line 24 of file GrGLTexture.h.


The documentation for this struct was generated from the following file: