C# Класс Fusion.Drivers.Graphics.ShaderBytecode

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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