Changeset View
Changeset View
Standalone View
Standalone View
source/blender/gpu/intern/gpu_codegen.h
| Context not available. | |||||
| char *defines; | char *defines; | ||||
| uint refcount; /* Orphaned GPUPasses gets freed by the garbage collector. */ | uint refcount; /* Orphaned GPUPasses gets freed by the garbage collector. */ | ||||
| uint32_t hash; /* Identity hash generated from all GLSL code. */ | uint32_t hash; /* Identity hash generated from all GLSL code. */ | ||||
| struct { | |||||
| char *content; | |||||
| uint format; | |||||
| int len; | |||||
| } binary; | |||||
| bool compiled; /* Did we already tried to compile the attached GPUShader. */ | bool compiled; /* Did we already tried to compile the attached GPUShader. */ | ||||
| } GPUPass; | } GPUPass; | ||||
| Context not available. | |||||