Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
GrGLTextureParameters::NonsamplerState Struct Reference

#include <GrGLTypesPriv.h>

Public Member Functions

 NonsamplerState ()
 
void invalidate ()
 

Public Attributes

GrGLint fBaseMipMapLevel
 
GrGLint fMaxMipmapLevel
 
bool fSwizzleIsRGBA
 

Detailed Description

Definition at line 48 of file GrGLTypesPriv.h.

Constructor & Destructor Documentation

◆ NonsamplerState()

GrGLTextureParameters::NonsamplerState::NonsamplerState ( )

Member Function Documentation

◆ invalidate()

void GrGLTextureParameters::NonsamplerState::invalidate ( )

Definition at line 39 of file GrGLTypesPriv.cpp.

39 {
40 fSwizzleIsRGBA = false;
42 fMaxMipmapLevel = ~0;
43}

Member Data Documentation

◆ fBaseMipMapLevel

GrGLint GrGLTextureParameters::NonsamplerState::fBaseMipMapLevel

Definition at line 52 of file GrGLTypesPriv.h.

◆ fMaxMipmapLevel

GrGLint GrGLTextureParameters::NonsamplerState::fMaxMipmapLevel

Definition at line 53 of file GrGLTypesPriv.h.

◆ fSwizzleIsRGBA

bool GrGLTextureParameters::NonsamplerState::fSwizzleIsRGBA

Definition at line 54 of file GrGLTypesPriv.h.


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