码迷,mamicode.com
首页 >  
搜索关键字:gl calls    ( 1085个结果
2,The AudioContext was not allowed to start.
The AudioContext was not allowed to start. It must be resumed (or created) after a user gesture on the page. https://goo.gl/7K7WLu 出现这个问题,网上搜索结果为:Chro ...
分类:其他好文   时间:2020-02-21 14:15:37    阅读次数:278
使用linux 版vscode 查看linux内核源码函数跳转比较慢的问题
在使用 deepin + vscode 查看linux源码时,发现比较恶心的问题,跳转到指定函数特别慢,偶尔还跳转不过去,在vscode 中安装一个插件就好了 1. vscode 安装插件名:C/C++ GNU Global 2. 在deepin中安装一个软件:sudo apt install gl ...
分类:系统相关   时间:2020-02-14 18:48:09    阅读次数:353
OpenGL 绘制 2个不同颜色的三角形
#include <iostream> // GLEW #define GLEW_STATIC #include <GL/glew.h> // GLFW #include <GLFW/glfw3.h> #pragma comment(lib,"opengl32.lib") #pragma comme ...
分类:其他好文   时间:2020-02-04 12:28:55    阅读次数:141
1313. 解压缩编码列表 - c
/** * Note: The returned array must be malloced, assume caller calls free(). */ int* decompressRLElist(int* nums, int numsSize, int* returnSize){ if ( ...
分类:其他好文   时间:2020-02-03 10:05:20    阅读次数:86
初级入门 --- web GL绘制点
“ 万丈高楼平地起。”01基础知识一、相关术语图元 :WebGL 能够绘制的基本图形元素,包含三种:点、线段、三角形。片元:可以理解为像素,像素着色阶段是在片元着色器中。裁剪坐标系:裁剪坐标系是顶点着色器中的 gl_Position 内置变量接收到的坐标所在的坐标系。设备坐标系:又名 NDC 坐标系... ...
分类:Web程序   时间:2020-02-02 01:27:55    阅读次数:150
NLP的比赛和数据集
整理了NLP领域的比赛、数据集、模型 |比赛|网站|主办方(作者)| | | | | |decaNLP|http://decanlp.com/|Salesforce |CLUE|https://github.com/CLUEbenchmark/CLUE|中文任务基准 |GLUE|https://gl ...
分类:其他好文   时间:2020-01-31 10:38:44    阅读次数:771
属于Angular的deck.gl食用指南(一)
属于Angular的deck.gl食用指南(一) deck.gl是Uber出品的一个地理数据前端可视化框架,基于WebGL技术构建。从官网的Demo来看,它样式丰富,渲染流畅,并且支持三维可视化(毕竟是WebGL嘛),比我手上项目在用的echarts专业多了。但官网的实例基本上是基于React和JS ...
分类:其他好文   时间:2020-01-17 23:21:52    阅读次数:475
(数论)D - Beautiful Numbers
D - Beautiful Numbers Vitaly is a very weird man. He's got two favorite digits a and b. Vitaly calls a positive integer good, if the decimal represent ...
分类:其他好文   时间:2020-01-16 19:06:21    阅读次数:79
MapBox GL 地图页面保存为图片的方法
MapBox GL没有自带的截图api,在github上有人写了一个控件 https://github.com/geolonia/mbgl-export-control。 但控件只能以固定的方式使用,本人做了一下改动: 核心代码如下: 说明: 1. 需要安装canvas-toBlob和file-sa ...
分类:其他好文   时间:2020-01-10 18:51:21    阅读次数:363
opencl(7) 内核执行命令入队]工作组、工作项
1:将内核执行命令入队(该命令可被多个工作项执行) cl_int clEnqueueNDRangeKernel( cl_command_queue command_queue, cl_kernel kernel, cl_uint work_dim, //数据的维度 const size_t * gl ...
分类:其他好文   时间:2020-01-09 18:54:02    阅读次数:109
1085条   上一页 1 ... 4 5 6 7 8 ... 109 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!