由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 请教大家一个directx显卡输出格式的问题.
相关主题
下面的一段没看懂想学学DirectX
请教:如何用Java get URL content是.swe并且是utf-16 encoding的文件请问Managed DirectX 画圆
cgi测试newbee问题VC里用最快的速度画几十万个小图形该用OpenGl还是DirectX?
how to get reference.vb file? (转载)如何将一个矩形的Jpg画在极坐标系的平面上?
Pyspark 怎么format output?求建议:用什么软件开发好? (转载)
Angular formating Q: {{(mysystem.freeMem / myststem.totalMem) * 100}}%手机游戏这么热,还有人做传统的pc游戏吗?
[合集] Does OpenGL have a future?dart对于js就象ruby对于perl一样
请教抓取摄像头的图像问题。菜鸟的苹果编程问题
相关话题的讨论汇总
话题: directx话题: format话题: backbuffer话题: 显卡话题: 输出
进入Programming版参与讨论
1 (共1页)
m**s
发帖数: 221
1
最近碰到一个color depth超过24bit的问题,请问大家如果我create d3d device的时
候如果全屏显示,且BackBufferFormat切换显示模式如X8R8G8B8或者A2R10G10B10,这
个改变会直接应用到显卡输出上么?
还是说BackBufferFormat和显卡输出没有直接的关系?
因为我做的小测试发现X8R8G8B8或者A2R10G10B10作backbuffer format好像没区别。。。
也可能是因为我的硬件本生不支持10bit颜色。请哪个搞过颜色的大牛说说?
还有就是,能推荐几本关于directx的书么?
谢谢大家了!
l***8
发帖数: 149
2
BackBuffer format does not affect display mode. It is just surface pixel
format; eventually it will be blitted to your primary buffer when the
backbuffer surface format gets converted to the display pixel format.
m**s
发帖数: 221
3
受教授教。。。
请问能不能介绍一点这方面的入门书给我,谢谢!

【在 l***8 的大作中提到】
: BackBuffer format does not affect display mode. It is just surface pixel
: format; eventually it will be blitted to your primary buffer when the
: backbuffer surface format gets converted to the display pixel format.

l***8
发帖数: 149
4
I dunno... just download the directX SDK from MSDN, I think there's plenty
sample code there... or go to codeproject etc.
m**s
发帖数: 221
5
Thank you ... yeah those samples are good but ha, don't even know where to
start. Guess it is because I am a newbee with directx. But the job must be done soon...
By the way,do you remember the function call for that?

【在 l***8 的大作中提到】
: I dunno... just download the directX SDK from MSDN, I think there's plenty
: sample code there... or go to codeproject etc.

1 (共1页)
进入Programming版参与讨论
相关主题
菜鸟的苹果编程问题Pyspark 怎么format output?
Visual C++ 问题Angular formating Q: {{(mysystem.freeMem / myststem.totalMem) * 100}}%
在Sun Solaris gcc下,怎样知道一个函数在哪个lib里?[合集] Does OpenGL have a future?
J2ME请教抓取摄像头的图像问题。
下面的一段没看懂想学学DirectX
请教:如何用Java get URL content是.swe并且是utf-16 encoding的文件请问Managed DirectX 画圆
cgi测试newbee问题VC里用最快的速度画几十万个小图形该用OpenGl还是DirectX?
how to get reference.vb file? (转载)如何将一个矩形的Jpg画在极坐标系的平面上?
相关话题的讨论汇总
话题: directx话题: format话题: backbuffer话题: 显卡话题: 输出