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

#include <GrMtlPipelineStateBuilder.h>

Public Attributes

id< MTLLibrary > fVertexLibrary
 
id< MTLLibrary > fFragmentLibrary
 
bool fRTFlip = false
 

Detailed Description

Definition at line 29 of file GrMtlPipelineStateBuilder.h.

Member Data Documentation

◆ fFragmentLibrary

id<MTLLibrary> GrMtlPrecompiledLibraries::fFragmentLibrary

Definition at line 32 of file GrMtlPipelineStateBuilder.h.

◆ fRTFlip

bool GrMtlPrecompiledLibraries::fRTFlip = false

Definition at line 33 of file GrMtlPipelineStateBuilder.h.

◆ fVertexLibrary

id<MTLLibrary> GrMtlPrecompiledLibraries::fVertexLibrary

Definition at line 31 of file GrMtlPipelineStateBuilder.h.


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