C# 클래스 SparrowSharp.Core.Desktop.Rendering.GPUInfo

파일 보기 프로젝트 열기: fmotagarcia/sparrow-sharp

공개 메소드들

메소드 설명
PrintGPUInfo ( ) : void
checkShaderCompileError ( int shaderId ) : void
checkShaderLinkError ( int shaderProgramId ) : void

메소드 상세

PrintGPUInfo() 공개 정적인 메소드

public static PrintGPUInfo ( ) : void
리턴 void

checkShaderCompileError() 공개 정적인 메소드

public static checkShaderCompileError ( int shaderId ) : void
shaderId int
리턴 void

checkShaderLinkError() 공개 정적인 메소드

public static checkShaderLinkError ( int shaderProgramId ) : void
shaderProgramId int
리턴 void