⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 allocate.br

📁 用于GPU通用计算的编程语言BrookGPU 0.4
💻 BR
字号:
// read_write.br// A minimal regression test to confirm that// data written to a stream with streamRead// can be retrieved with streamWrite.#include <stdio.h>typedef struct traverser_t {  float4 index;//.xy is index into the aTree  .zw is index into bTree  float3 Translation;   float3 Rotationx;  float3 Rotationy;  float3 Rotationz;}Traverser;int main() {	float4 a< 1024,512 >;        float4 b< 1024,512 >;        float2 c <1024,1>;        float2 d <1024,1>;        float2 e <1,512>;        float2 f <1,512>;		return 0;}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -