View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0030622 | Open CASCADE | OCCT:Visualization | public | 2019-03-29 20:50 | 2019-04-08 12:18 |
Reporter | kgv | Assigned To | apn | ||
Priority | normal | Severity | trivial | ||
Status | closed | Resolution | fixed | ||
Product Version | 7.0.0 | ||||
Target Version | 7.4.0 | Fixed in Version | 7.4.0 | ||
Summary | 0030622: Visualization, TKOpenGl - Path Tracing fails on macOS | ||||
Description | Path Tracing fails on macOS with the following GLSL compilation log:2239: else 2240: { 2241: OutColor = mix (texture2D (uAccumTexture, vPixel), aColor, 1.f / (uAccumSamples + 1)); 2242: } 2243: 2244: #endif // ADAPTIVE_SAMPLING 2245: 2246: #else 2247: 2248: OutColor = clamp (Radiance (aRay, aInvDirect), 0.f, 1.f); 2249: 2250: #endif // PATH_TRACING 2251: } TKOpenGl | Type: Error | ID: 0 | Severity: High | Message: Failed to compile Fragment Shader [occt_rt_main]. Compilation log: ERROR: 0:2241: Invalid call of undeclared identifier 'texture2D' TKOpenGl | Type: Error | ID: 0 | Severity: High | Message: Failed to compile ray-tracing fragment shaders > vglinfo OpenGL info: GLvendor: ATI Technologies Inc. GLdevice: AMD Radeon Pro 570 OpenGL Engine GLversion: 4.1 ATI-2.8.38 GLSLversion: 4.10 Max texture size: 16384 Max FBO dump size: 16384x16384 Max combined texture units: 80 Max MSAA samples: 8 Viewport: 512x512 GPU memory: 4096 MiB GPU Texture memory: 4008 MiB ResolutionRatio: 1 | ||||
Tags | No tags attached. | ||||
Test case number | Not needed | ||||
|
Branch CR30622 has been created by kgv. SHA-1: 27f637eedfb604aaa21373f39b6ffb02bcb8cf42 Detailed log of new commits: Author: kgv Date: Fri Mar 29 20:46:39 2019 +0300 0030622: Visualization, TKOpenGl - Path Tracing fails on macOS Fixed usage of non-existing function texture2D(). |
|
Branch CR30622 has been updated forcibly by kgv. SHA-1: 5d5d7083f031254b547f113a2ae4f3209477f5cf |
|
Please raise trivial bug-fix. |
|
Branch CR30622 has been deleted by inv. SHA-1: 5d5d7083f031254b547f113a2ae4f3209477f5cf |
occt: master 2a0522b1 2019-03-29 17:46:39 Committer: apn Details Diff |
0030622: Visualization, TKOpenGl - Path Tracing fails on macOS Fixed usage of non-existing function texture2D(). |
Affected Issues 0030622 |
|
mod - src/Shaders/RaytraceRender.fs | Diff File | ||
mod - src/Shaders/Shaders_RaytraceRender_fs.pxx | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2019-03-29 20:50 | kgv | New Issue | |
2019-03-29 20:50 | kgv | Assigned To | => kgv |
2019-03-29 20:53 | git | Note Added: 0083299 | |
2019-03-29 22:57 | git | Note Added: 0083302 | |
2019-03-29 23:00 | kgv | Note Added: 0083303 | |
2019-03-29 23:00 | kgv | Assigned To | kgv => bugmaster |
2019-03-29 23:00 | kgv | Severity | minor => trivial |
2019-03-29 23:00 | kgv | Status | new => resolved |
2019-03-29 23:00 | kgv | Status | resolved => reviewed |
2019-03-29 23:03 | kgv | Product Version | 7.3.0 => 7.0.0 |
2019-04-01 16:29 | apn | Test case number | => Not needed |
2019-04-01 16:29 | apn | Status | reviewed => tested |
2019-04-08 00:47 | apn | Changeset attached | => occt master 2a0522b1 |
2019-04-08 00:47 | apn | Assigned To | bugmaster => apn |
2019-04-08 00:47 | apn | Status | tested => verified |
2019-04-08 00:47 | apn | Resolution | open => fixed |
2019-04-08 12:18 | git | Note Added: 0083485 |