Che linguaggio è questo?

di il
2 risposte

Che linguaggio è questo?

Smanettando con Unity ho apeto un file con estensione .shader che presenta un codice così inizializzato:

Shader "Hidden/Scene View Show Mips" {
Properties {
_MainTex ("", 2D) = "white" {}
_Control ("Control (RGBA)", 2D) = "red" {}
_Splat3 ("Layer 3 (A)", 2D) = "white" {}
_Splat2 ("Layer 2 (B)", 2D) = "white" {}
_Splat1 ("Layer 1 (G)", 2D) = "white" {}
_Splat0 ("Layer 0 (R)", 2D) = "white" {}
_BaseMap ("", 2D) = "white" {}
_Cutoff ("Cutoff", float) = 0.5
}


#LINE 63


Category {
Fog { Mode Off }

SubShader {
Tags { "ForceSupported" = "True" "RenderType"="Opaque" }
Pass {
Program "vp" {
// Vertex combos: 1
// opengl - ALU: 23 to 23
// d3d9 - ALU: 37 to 37
// d3d11 - ALU: 17 to 17, TEX: 0 to 0, FLOW: 1 to 1
// d3d11_9x - ALU: 17 to 17, TEX: 0 to 0, FLOW: 1 to 1

........
Che linguaggio è ? Assembly?

2 Risposte

Devi accedere o registrarti per scrivere nel forum
2 risposte