发表评论取消回复
相关阅读
相关 Direct3D 12 In Depth
[https://www.anandtech.com/show/7889/microsoft-announces-directx-12-low-level-graphics-p
相关 Parsing Direct3D shader bytecode
[http://timjones.io/blog/archive/2015/09/02/parsing-direct3d-shader-bytecode][http_timj
相关 Import Changes from Direct3D 11 to Direct3D 12
译者:[林公子][Link 1] 出处:[木木的二进制人生][Link 1] 转载请注明作者和出处,谢谢! 这是微软公布的Direct3D 12文档的
相关 Unity3D shader
什么是Shader Shader,也就是着色器,它的工作就是读取你的网格并渲染在屏幕上。Shader可以定义一些属性,你会用它来影响渲染模型时所显示的效果。当存
相关 unity3d shader 双面材质
// Unity built-in shader source. Copyright (c) 2016 Unity Technologies. MIT license
相关 Unity3D Shader官方教程翻译(五)----Shader语法:Pass
ShaderLab syntax: Pass ShaderLab 语法:Pass(通道编程) The Pass block causes the geometry of
相关 Unity3d 描边shader详解
1.边缘光方法(Rim Light): Unity官方教程里有例子,其中核心是这两句代码: half rim = 1.0 - saturate(dot (nor
相关 unity3d:shader自发光透明
Shader "Custom/AlphaSelfIllum" { Properties { _Color ("Main Color"
相关 Direct3D 12 CreateSwapChain失败
> DXGI ERROR: IDXGIFactory::CreateSwapChain: Flip model swapchains (DXGI\_SWAP\_EFFECT\_
相关 Direct3D 12入门教程之 ---- Direct3D 12初始化流程
> 注:以下内容参考自 > 书籍:《DirectX 12 3D》游戏开发实战, > 微软官方的 DirectX样例程序;DirectX-Graphics-Samples
还没有评论,来说两句吧...