mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2025-10-29 11:24:21 +00:00
Compare commits
2 Commits
890b78a985
...
2fd65e8a8e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2fd65e8a8e | ||
|
|
394106bfd4 |
@ -6,7 +6,14 @@ body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
### Prefer using the discussion boards
|
||||
|
||||
If your question or suggestion may result in a longer discussion or the answer may interest others, it might be a better idea to open a topic [in one of our discussion forums](https://github.com/orgs/projectM-visualizer/discussions).
|
||||
|
||||
Questions answered in the boards can be marked accordingly and others may find it easier than by searching through closed issues.
|
||||
|
||||
### Requests regarding the projectM Android App
|
||||
|
||||
Note that **we cannot answer questions regarding the Android apps** in the Google Play Store. These apps are not being developed by the projectM team. Please contact the app author directly via the information provided in the Play Store.
|
||||
- type: checkboxes
|
||||
id: reporter_ack
|
||||
|
||||
5
vendor/hlslparser/src/HLSLParser.cpp
vendored
5
vendor/hlslparser/src/HLSLParser.cpp
vendored
@ -478,6 +478,11 @@ const Intrinsic _intrinsic[] =
|
||||
Intrinsic( "length", HLSLBaseType_Float, HLSLBaseType_Float3 ),
|
||||
Intrinsic( "length", HLSLBaseType_Float, HLSLBaseType_Float4 ),
|
||||
|
||||
Intrinsic( "distance", HLSLBaseType_Float, HLSLBaseType_Float , HLSLBaseType_Float ),
|
||||
Intrinsic( "distance", HLSLBaseType_Float, HLSLBaseType_Float2, HLSLBaseType_Float2 ),
|
||||
Intrinsic( "distance", HLSLBaseType_Float, HLSLBaseType_Float3, HLSLBaseType_Float3 ),
|
||||
Intrinsic( "distance", HLSLBaseType_Float, HLSLBaseType_Float4, HLSLBaseType_Float4 ),
|
||||
|
||||
INTRINSIC_FLOAT2_FUNCTION( "max" ),
|
||||
INTRINSIC_FLOAT2_FUNCTION( "min" ),
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user