C# 클래스 Fusion.Drivers.Graphics.ShaderBytecode

파일 보기 프로젝트 열기: demiurghg/FusionEngine 1 사용 예제들

공개 메소드들

메소드 설명
ShaderBytecode ( byte bytecode ) : System

Initializes a new instance of the ShaderBytecode class

ShaderBytecode ( string bytecode ) : System

Initializes a new instance of the ShaderBytecode class

메소드 상세

ShaderBytecode() 공개 메소드

Initializes a new instance of the ShaderBytecode class
public ShaderBytecode ( byte bytecode ) : System
bytecode byte Bytecode
리턴 System

ShaderBytecode() 공개 메소드

Initializes a new instance of the ShaderBytecode class
public ShaderBytecode ( string bytecode ) : System
bytecode string Hex string
리턴 System