码迷,mamicode.com
首页 >  
搜索关键字:creating    ( 1428个结果
[译]Vulkan教程(21)顶点input描述
接下来的几章,我们将替换顶点shader里硬编码的顶点数据with一个内存中的顶点buffer。我们从最简单的方式开始,创建一个CPU可见的buffer,用memcpy 直接复制顶点数据进顶点buffer,之后,我们将看一下如何用一个阶段buffer to复制顶点数据to高性能内存。 ...
分类:其他好文   时间:2019-07-10 18:19:15    阅读次数:142
设计模式-抽象工厂模式
Provide an interface for creating families of related or dependent objects without specifying their concrete classes.(为创建一组相关或相互依赖的对象提供一个接口,而且无须指定它们的具 ...
分类:其他好文   时间:2019-07-09 00:25:54    阅读次数:97
P1339 [USACO09OCT]热浪Heat Wave
题目描述 The good folks in Texas are having a heatwave this summer. Their Texas Longhorn cows make for good eating but are not so adept at creating creamy ...
分类:其他好文   时间:2019-07-08 00:03:53    阅读次数:135
creating server tcp listening socket 127.0.0.1:6379: bind No error
(1) (2)截图 ...
分类:其他好文   时间:2019-07-01 23:00:16    阅读次数:229
quota - linux磁盘配额管理
磁盘管理系列 linux磁盘管理系列一:磁盘配额管理 http://www.cnblogs.com/zhaojiedi1992/p/zhaojiedi_linux_040_quota.html linux磁盘管理系列二:软RAID的实现 http://www.cnblogs.com/zhaojied ...
分类:系统相关   时间:2019-07-01 01:05:21    阅读次数:164
React 顶层 API
概览 组件 使用 React 组件可以将 UI 拆分为独立且复用的代码片段,每部分都可独立维护。你可以通过子类 React.Component 或 React.PureComponent 来定义 React 组件。 React.Component React.PureComponent 如果你不使用 ...
分类:Windows程序   时间:2019-06-27 14:55:00    阅读次数:164
JavaScript export
export The export statement is used when creating JavaScript modules to export functions, objects, or primitive values from the module so they can be ...
分类:编程语言   时间:2019-06-27 01:08:29    阅读次数:187
linuxs下的jdk+tomcat+mysql配置具体步骤
Xshell:\> Connecting to 192.168.43.128:22...Connection established.Escape character is '^@]'./usr/bin/xauth: creating new authority file /root/.Xautho ...
分类:数据库   时间:2019-06-26 21:58:53    阅读次数:162
[译]Vulkan教程(03)开发环境
本章我们将配置Vulkan开发环境,安装一些有用的库。我们使用的所有工具(编译器除外)都是在Windows、Linux和MacOS上兼容的,但是安装它们的步骤有点不同,所以我们分别描述之。 ...
分类:其他好文   时间:2019-06-22 09:11:26    阅读次数:115
Lecture 3
surface models 1. The two main methods of creating surface models are interpolation and triangulation interpolation: we use it to help developing 3D s ...
分类:其他好文   时间:2019-06-21 12:57:21    阅读次数:80
1428条   上一页 1 ... 20 21 22 23 24 ... 143 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!