Jump to content

GFIXEDS: Difference between revisions

From EDM2
Created page with "Signed integer fraction (8:8), which can be treated as a GSHORT data type, where the value has been multiplied by 256. GCHAR Integer; Integral component.: GUCHAR Fraction; Fractional component.: :;Integer (GCHAR) ::Integral component. :;Fraction (GUCHAR) ::Fractional component. Category:Graphics Orders Data Types"
 
Ak120 (talk | contribs)
mNo edit summary
 
Line 1: Line 1:
Signed integer fraction (8:8), which can be treated as a GSHORT data type, where the value has been multiplied by 256.  
Signed integer fraction (8:8), which can be treated as a GSHORT data type, where the value has been multiplied by 256.
 
   [[GCHAR]]      Integer;  /*  Integral component. */
   [[GCHAR]]      Integer;  /*  Integral component. */
   [[GUCHAR]]    Fraction;  /*  Fractional component. */
   [[GUCHAR]]    Fraction;  /*  Fractional component. */


:;Integer (GCHAR)  
;Integer (GCHAR):Integral component.
::Integral component.  
;Fraction (GUCHAR):Fractional component.
 
:;Fraction (GUCHAR)  
::Fractional component.  
 
 
 


[[Category:Graphics Orders Data Types]]
[[Category:Graphics Orders Data Types]]

Latest revision as of 15:30, 3 April 2025

Signed integer fraction (8:8), which can be treated as a GSHORT data type, where the value has been multiplied by 256.

 GCHAR      Integer;   /*  Integral component. */
 GUCHAR     Fraction;  /*  Fractional component. */
Integer (GCHAR)
Integral component.
Fraction (GUCHAR)
Fractional component.