From c8d3def2e1fe94e921e5888c3d9277c1573ea42b Mon Sep 17 00:00:00 2001 From: Modin Modin Date: Mon, 6 Apr 2026 19:25:26 -0400 Subject: [PATCH] Sample 3.1 --- strand.comp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/strand.comp b/strand.comp index 310da9b..54b93ce 100644 --- a/strand.comp +++ b/strand.comp @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2026 Mykhailo Mamedov. All rights reserved. + * + * RESEARCH PREVIEW / REFERENCE ONLY: + * This source code is provided solely for the purpose of reviewing + * the author's research methods and implementation. + * + * NO LICENSE GRANTED: + * This code is NOT for distribution, modification, or use in any + * project (commercial or otherwise). Unauthorized copying or + * use of this code is strictly prohibited. + * + * For inquiries regarding use or licensing, contact: ua.modin@gmail.com + */ + #version 460 #extension GL_EXT_debug_printf : enable #extension GL_EXT_shader_atomic_float : enable