博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
What is a good starting point for Directx 11 (SlimDX)
阅读量:4313 次
发布时间:2019-06-06

本文共 875 字,大约阅读时间需要 2 分钟。

Direct3D 11 is a fairly straightforward extension of Direct3D 10.x, so you can start by learning Direct3D 10 and then move up to 11 if you want. See < >
 
Probably the best 'starting material' is to look at these two presentations:
 
SIGGRAPH 2007 - Introduction to Direct3D 10 Course
< >

Gamefest 2007 - "Windows to Reality: Getting the Most out of Direct 3D 10 Graphics in Your Games"

< >
 
SlimDX is a pretty straight-forward managed projection of the native Direct3D APIs, so you should find this material useful even though it is primarily for C++.
-Chuck Walbourn Senior SDE,
http://blogs.msdn.com/chuckw/
 
C#+SlimDX+DX11初学实例
<http://www.rkoenig.eu/index.php?option=com_content&view=article&id=17:chapter-1-grundlagen&catid=6:directx10-basics&Itemid=3>
 

Drawing DirectX11 text using SlimDX  在DX11中使用D2D代替Sprite

转载于:https://www.cnblogs.com/Geo-Web/archive/2012/02/15/2352725.html

你可能感兴趣的文章
冲刺Noip2017模拟赛3 解题报告——五十岚芒果酱
查看>>
并查集
查看>>
sessionStorage
查看>>
代码示例_进程
查看>>
Java中关键词之this,super的使用
查看>>
人工智能暑期课程实践项目——智能家居控制(一)
查看>>
前端数据可视化插件(二)图谱
查看>>
kafka web端管理工具 kafka-manager【转发】
查看>>
获取控制台窗口句柄GetConsoleWindow
查看>>
Linux下Qt+CUDA调试并运行
查看>>
51nod 1197 字符串的数量 V2(矩阵快速幂+数论?)
查看>>
OKMX6Q在ltib生成的rootfs基础上制作带QT库的根文件系统
查看>>
zabbix
查看>>
多线程基础
查看>>
完美解决 error C2220: warning treated as error - no ‘object’ file generated
查看>>
使用SQL*PLUS,构建完美excel或html输出
查看>>
SQL Server数据库笔记
查看>>
X-Forwarded-For伪造及防御
查看>>
android系统平台显示驱动开发简要:LCD驱动调试篇『四』
查看>>
Android 高仿微信头像截取 打造不一样的自定义控件
查看>>